LibreOffice
LibreOffice 7.3 SDK API Reference
CommandGroup.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_frame_CommandGroup_idl__
20#define __com_sun_star_frame_CommandGroup_idl__
21
22
23module com { module sun { module star { module frame {
24
32published constants CommandGroup
33{
36 const short INTERNAL = 0;
37
40 const short APPLICATION = 1;
41
44 const short VIEW = 2;
45
48 const short DOCUMENT = 3;
49
52 const short EDIT = 4;
53
56 const short MACRO = 5;
57
60 const short OPTIONS = 6;
61
64 const short MATH = 7;
65
68 const short NAVIGATOR = 8;
69
72 const short INSERT = 9;
73
76 const short FORMAT = 10;
77
80 const short TEMPLATE = 11;
81
84 const short TEXT = 12;
85
88 const short FRAME = 13;
89
92 const short GRAPHIC = 14;
93
96 const short TABLE = 15;
97
100 const short ENUMERATION = 16;
101
104 const short DATA = 17;
105
108 const short SPECIAL = 18;
109
112 const short IMAGE = 19;
113
116 const short CHART = 20;
117
120 const short EXPLORER = 21;
121
124 const short CONNECTOR = 22;
125
128 const short MODIFY = 23;
129
132 const short DRAWING = 24;
133
136 const short CONTROLS = 25;
137};
138
139
140}; }; }; };
141
142#endif
143
144/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short NAVIGATOR
specifies navigate commands.
Definition: CommandGroup.idl:68
const short MACRO
specifies commands used by the built-in Basic.
Definition: CommandGroup.idl:56
const short GRAPHIC
specifies commands that are related to graphical data.
Definition: CommandGroup.idl:92
const short ENUMERATION
specifies commands that are related to bullets and numbering.
Definition: CommandGroup.idl:100
const short CONTROLS
specifies commands that are related to controls.
Definition: CommandGroup.idl:136
const short TEMPLATE
specifies commands that are related to templates.
Definition: CommandGroup.idl:80
const short INTERNAL
specifies internal commands.
Definition: CommandGroup.idl:36
const short DATA
specifies commands that are related to data.
Definition: CommandGroup.idl:104
const short OPTIONS
specifies commands to change options.
Definition: CommandGroup.idl:60
const short EXPLORER
specifies explorer specific commands.
Definition: CommandGroup.idl:120
const short INSERT
specifies insert commands.
Definition: CommandGroup.idl:72
const short DRAWING
specifies commands that are related to drawing.
Definition: CommandGroup.idl:132
const short FORMAT
specifies commands that are related to formats.
Definition: CommandGroup.idl:76
const short CHART
specifies chart specific commands.
Definition: CommandGroup.idl:116
const short EDIT
specifies edit specific commands.
Definition: CommandGroup.idl:52
const short TEXT
specifies text specific commands.
Definition: CommandGroup.idl:84
const short CONNECTOR
specifies commands that are related to connectors.
Definition: CommandGroup.idl:124
const short VIEW
specifies view specific commands.
Definition: CommandGroup.idl:44
const short APPLICATION
specifies application based commands.
Definition: CommandGroup.idl:40
const short TABLE
specifies commands that are related to tables.
Definition: CommandGroup.idl:96
const short MODIFY
specifies commands that are related to modifications.
Definition: CommandGroup.idl:128
const short SPECIAL
specifies special commands.
Definition: CommandGroup.idl:108
const short DOCUMENT
specifies document specific commands.
Definition: CommandGroup.idl:48
const short FRAME
specifies frame specific commands.
Definition: CommandGroup.idl:88
const short IMAGE
specifies commands that are related to images.
Definition: CommandGroup.idl:112
const short MATH
specifies math specific commands.
Definition: CommandGroup.idl:64
Definition: Ambiguous.idl:22