Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / sd / sdi / drtxtob.sdi
blobcc466e1a7c9f69c80569a43d47a6eb7cdd011ee2
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 shell TextObjectBar
21     SID_STYLE_APPLY  // ole : ?, status : ?
22     [
23         ExecMethod = Execute;
24         StateMethod = GetAttrState;
25         GroupId = GID_DOCUMENT;
26         Cachable, AutoUpdate;
27     ]
29     SID_ATTR_CHAR_FONT  // ole : ?, status : ?
30     [
31         ExecMethod = Execute;
32         StateMethod = GetAttrState;
33     ]
35     SID_ATTR_CHAR_FONTHEIGHT  // ole : ?, status : ?
36     [
37         ExecMethod = Execute;
38         StateMethod = GetAttrState;
39     ]
41     SID_ATTR_CHAR_COLOR  // ole : ?, status : ?
42     [
43         ExecMethod = Execute;
44         StateMethod = GetAttrState;
45     ]
47     SID_ATTR_CHAR_WEIGHT  // ole : ?, status : ?
48     [
49         ExecMethod = Execute;
50         StateMethod = GetAttrState;
51     ]
53     SID_ATTR_CHAR_POSTURE  // ole : ?, status : ?
54     [
55         ExecMethod = Execute;
56         StateMethod = GetAttrState;
57     ]
59     SID_ATTR_CHAR_UNDERLINE  // ole : ?, status : ?
60     [
61         ExecMethod = Execute;
62         StateMethod = GetAttrState;
63     ]
65     SID_ATTR_CHAR_OVERLINE  // ole : ?, status : ?
66     [
67         ExecMethod = Execute;
68         StateMethod = GetAttrState;
69     ]
71     SID_ATTR_CHAR_CONTOUR  // ole : ?, status : ?
72     [
73         ExecMethod = Execute;
74         StateMethod = GetAttrState;
75     ]
77     SID_ATTR_CHAR_STRIKEOUT  // ole : ?, status : ?
78     [
79         ExecMethod = Execute;
80         StateMethod = GetAttrState;
81     ]
83     SID_ATTR_CHAR_SHADOWED  // ole : ?, status : ?
84     [
85         ExecMethod = Execute;
86         StateMethod = GetAttrState;
87     ]
89     SID_ATTR_PARA_ADJUST_LEFT  // ole : ?, status : ?
90     [
91         ExecMethod = Execute;
92         StateMethod = GetAttrState;
93 //      Cachable, AutoUpdate;
94     ]
96     SID_ATTR_PARA_ADJUST_CENTER  // ole : ?, status : ?
97     [
98         ExecMethod = Execute;
99         StateMethod = GetAttrState;
100 //      Cachable, AutoUpdate;
101     ]
103     SID_ATTR_PARA_ADJUST_RIGHT  // ole : ?, status : ?
104     [
105         ExecMethod = Execute;
106         StateMethod = GetAttrState;
107 //      Cachable, AutoUpdate;
108     ]
110     SID_ATTR_PARA_ADJUST_BLOCK  // ole : ?, status : ?
111     [
112         ExecMethod = Execute;
113         StateMethod = GetAttrState;
114 //      Cachable, AutoUpdate;
115     ]
117     SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ?
118     [
119         ExecMethod = Execute;
120         StateMethod = GetAttrState;
121 //      Cachable, AutoUpdate;
122     ]
124     SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ?
125     [
126         ExecMethod = Execute;
127         StateMethod = GetAttrState;
128 //      Cachable, AutoUpdate;
129     ]
131     SID_ATTR_PARA_LINESPACE_10  // ole : ?, status : ?
132     [
133         ExecMethod = Execute;
134         StateMethod = GetAttrState;
135 //      Cachable, AutoUpdate;
136     ]
138     SID_ATTR_PARA_LINESPACE_15  // ole : ?, status : ?
139     [
140         ExecMethod = Execute;
141         StateMethod = GetAttrState;
142 //      Cachable, AutoUpdate;
143     ]
145     SID_ATTR_PARA_LINESPACE_20  // ole : ?, status : ?
146     [
147         ExecMethod = Execute;
148         StateMethod = GetAttrState;
149 //      Cachable, AutoUpdate;
150     ]
152     SID_SET_SUPER_SCRIPT  // ole : ?, status : ?
153     [
154         ExecMethod = Execute;
155         StateMethod = GetAttrState;
156     ]
158     SID_SET_SUB_SCRIPT  // ole : ?, status : ?
159     [
160         ExecMethod = Execute;
161         StateMethod = GetAttrState;
162     ]
164     SID_ATTR_CHAR_KERNING
165     [
166         ExecMethod = Execute;
167         StateMethod = GetCharState;
168     ]
170     SID_PARASPACE_INCREASE  // ole : ?, status : ?
171     [
172         ExecMethod = Execute;
173         StateMethod = GetAttrState;
174     ]
176     SID_PARASPACE_DECREASE  // ole : ?, status : ?
177     [
178         ExecMethod = Execute;
179         StateMethod = GetAttrState;
180     ]
182     SID_ATTR_PARA_LRSPACE
183     [
184         ExecMethod = Execute ;
185         StateMethod = GetAttrState;
186     ]
188     SID_OUTLINE_LEFT // ole : no, status : ?
189     [
190         ExecMethod = Execute ;
191         StateMethod = GetAttrState ;
192     ]
193     SID_OUTLINE_RIGHT // ole : no, status : ?
194     [
195         ExecMethod = Execute ;
196         StateMethod = GetAttrState ;
197     ]
198     SID_OUTLINE_UP // ole : no, status : ?
199     [
200         ExecMethod = Execute ;
201         StateMethod = GetAttrState ;
202     ]
203     SID_OUTLINE_DOWN // ole : no, status : ?
204     [
205         ExecMethod = Execute ;
206         StateMethod = GetAttrState ;
207     ]
208     FN_NUM_BULLET_ON  // ole : ?, status : ?
209     [
210         ExecMethod = Execute;
211         StateMethod = GetAttrState;
212     ]
213     SID_TEXTDIRECTION_LEFT_TO_RIGHT  // ole : ?, status : ?
214     [
215         ExecMethod = Execute;
216         StateMethod = GetAttrState;
217     ]
218     SID_TEXTDIRECTION_TOP_TO_BOTTOM  // ole : ?, status : ?
219     [
220         ExecMethod = Execute;
221         StateMethod = GetAttrState;
222     ]
223     SID_GROW_FONT_SIZE
224     [
225         ExecMethod = Execute;
226         StateMethod = GetAttrState;
227     ]
228     SID_SHRINK_FONT_SIZE
229     [
230         ExecMethod = Execute;
231         StateMethod = GetAttrState;
232     ]
233     SID_THES
234     [
235         ExecMethod = Execute ;
236         StateMethod = GetAttrState ;
237     ]