LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module frame {
22
30published constants CommandGroup
31{
34 const short INTERNAL = 0;
35
38 const short APPLICATION = 1;
39
42 const short VIEW = 2;
43
46 const short DOCUMENT = 3;
47
50 const short EDIT = 4;
51
54 const short MACRO = 5;
55
58 const short OPTIONS = 6;
59
62 const short MATH = 7;
63
66 const short NAVIGATOR = 8;
67
70 const short INSERT = 9;
71
74 const short FORMAT = 10;
75
78 const short TEMPLATE = 11;
79
82 const short TEXT = 12;
83
86 const short FRAME = 13;
87
90 const short GRAPHIC = 14;
91
94 const short TABLE = 15;
95
98 const short ENUMERATION = 16;
99
102 const short DATA = 17;
103
106 const short SPECIAL = 18;
107
110 const short IMAGE = 19;
111
114 const short CHART = 20;
115
118 const short EXPLORER = 21;
119
122 const short CONNECTOR = 22;
123
126 const short MODIFY = 23;
127
130 const short DRAWING = 24;
131
134 const short CONTROLS = 25;
135};
136
137
138}; }; }; };
139
140/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about a supported command
Definition CommandGroup.idl:31
const short NAVIGATOR
specifies navigate commands.
Definition CommandGroup.idl:66
const short MACRO
specifies commands used by the built-in Basic.
Definition CommandGroup.idl:54
const short GRAPHIC
specifies commands that are related to graphical data.
Definition CommandGroup.idl:90
const short ENUMERATION
specifies commands that are related to bullets and numbering.
Definition CommandGroup.idl:98
const short CONTROLS
specifies commands that are related to controls.
Definition CommandGroup.idl:134
const short TEMPLATE
specifies commands that are related to templates.
Definition CommandGroup.idl:78
const short INTERNAL
specifies internal commands.
Definition CommandGroup.idl:34
const short DATA
specifies commands that are related to data.
Definition CommandGroup.idl:102
const short OPTIONS
specifies commands to change options.
Definition CommandGroup.idl:58
const short EXPLORER
specifies explorer specific commands.
Definition CommandGroup.idl:118
const short INSERT
specifies insert commands.
Definition CommandGroup.idl:70
const short DRAWING
specifies commands that are related to drawing.
Definition CommandGroup.idl:130
const short FORMAT
specifies commands that are related to formats.
Definition CommandGroup.idl:74
const short CHART
specifies chart specific commands.
Definition CommandGroup.idl:114
const short EDIT
specifies edit specific commands.
Definition CommandGroup.idl:50
const short TEXT
specifies text specific commands.
Definition CommandGroup.idl:82
const short CONNECTOR
specifies commands that are related to connectors.
Definition CommandGroup.idl:122
const short VIEW
specifies view specific commands.
Definition CommandGroup.idl:42
const short APPLICATION
specifies application based commands.
Definition CommandGroup.idl:38
const short TABLE
specifies commands that are related to tables.
Definition CommandGroup.idl:94
const short MODIFY
specifies commands that are related to modifications.
Definition CommandGroup.idl:126
const short SPECIAL
specifies special commands.
Definition CommandGroup.idl:106
const short DOCUMENT
specifies document specific commands.
Definition CommandGroup.idl:46
const short FRAME
specifies frame specific commands.
Definition CommandGroup.idl:86
const short IMAGE
specifies commands that are related to images.
Definition CommandGroup.idl:110
const short MATH
specifies math specific commands.
Definition CommandGroup.idl:62
Definition Ambiguous.idl:20