lok: status update - avoid SIGFPE on zero range.
[LibreOffice.git] / sd / sdi / drtxtob.sdi
blobe34445f55b74e75fb5bef981388b72b8344c6e92
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 = SfxGroupId::Document;
26         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_BACK_COLOR  // ole : ?, status : ?
48     [
49         ExecMethod = Execute;
50         StateMethod = GetAttrState;
51     ]
53     SID_ATTR_CHAR_WEIGHT  // ole : ?, status : ?
54     [
55         ExecMethod = Execute;
56         StateMethod = GetAttrState;
57     ]
59     SID_ATTR_CHAR_POSTURE  // ole : ?, status : ?
60     [
61         ExecMethod = Execute;
62         StateMethod = GetAttrState;
63     ]
65     SID_ATTR_CHAR_UNDERLINE  // ole : ?, status : ?
66     [
67         ExecMethod = Execute;
68         StateMethod = GetAttrState;
69     ]
71     SID_ULINE_VAL_NONE
72     [
73         ExecMethod = Execute ;
74         StateMethod = GetAttrState ;
75     ]
77     SID_ULINE_VAL_SINGLE
78     [
79         ExecMethod = Execute ;
80         StateMethod = GetAttrState ;
81     ]
83     SID_ULINE_VAL_DOUBLE
84     [
85         ExecMethod = Execute ;
86         StateMethod = GetAttrState ;
87     ]
89     SID_ULINE_VAL_DOTTED
90     [
91         ExecMethod = Execute ;
92         StateMethod = GetAttrState ;
93     ]
95     SID_ATTR_CHAR_OVERLINE  // ole : ?, status : ?
96     [
97         ExecMethod = Execute;
98         StateMethod = GetAttrState;
99     ]
101     SID_ATTR_CHAR_UNDERLINE  // ole : ?, status : ?
102     [
103         ExecMethod = Execute;
104         StateMethod = GetAttrState;
105     ]
107     SID_ATTR_CHAR_CONTOUR  // ole : ?, status : ?
108     [
109         ExecMethod = Execute;
110         StateMethod = GetAttrState;
111     ]
113     SID_ATTR_CHAR_STRIKEOUT  // ole : ?, status : ?
114     [
115         ExecMethod = Execute;
116         StateMethod = GetAttrState;
117     ]
119     SID_ATTR_CHAR_SHADOWED  // ole : ?, status : ?
120     [
121         ExecMethod = Execute;
122         StateMethod = GetAttrState;
123     ]
125     SID_ATTR_CHAR_CASEMAP   // ole : ?, status : ?
126     [
127         ExecMethod = Execute;
128         StateMethod = GetAttrState;
129     ]
131     SID_ATTR_PARA_ADJUST_LEFT  // ole : ?, status : ?
132     [
133         ExecMethod = Execute;
134         StateMethod = GetAttrState;
135 //      AutoUpdate;
136     ]
138     SID_ATTR_PARA_ADJUST_CENTER  // ole : ?, status : ?
139     [
140         ExecMethod = Execute;
141         StateMethod = GetAttrState;
142 //      AutoUpdate;
143     ]
145     SID_ATTR_PARA_ADJUST_RIGHT  // ole : ?, status : ?
146     [
147         ExecMethod = Execute;
148         StateMethod = GetAttrState;
149 //      AutoUpdate;
150     ]
152     SID_ATTR_PARA_ADJUST_BLOCK  // ole : ?, status : ?
153     [
154         ExecMethod = Execute;
155         StateMethod = GetAttrState;
156 //      AutoUpdate;
157     ]
159     SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ?
160     [
161         ExecMethod = Execute;
162         StateMethod = GetAttrState;
163 //      AutoUpdate;
164     ]
166     SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ?
167     [
168         ExecMethod = Execute;
169         StateMethod = GetAttrState;
170 //      AutoUpdate;
171     ]
173     SID_ATTR_PARA_LINESPACE_10  // ole : ?, status : ?
174     [
175         ExecMethod = Execute;
176         StateMethod = GetAttrState;
177 //      AutoUpdate;
178     ]
180     SID_ATTR_PARA_LINESPACE_15  // ole : ?, status : ?
181     [
182         ExecMethod = Execute;
183         StateMethod = GetAttrState;
184 //      AutoUpdate;
185     ]
187     SID_ATTR_PARA_LINESPACE_20  // ole : ?, status : ?
188     [
189         ExecMethod = Execute;
190         StateMethod = GetAttrState;
191 //      AutoUpdate;
192     ]
194     SID_SET_SUPER_SCRIPT  // ole : ?, status : ?
195     [
196         ExecMethod = Execute;
197         StateMethod = GetAttrState;
198     ]
200     SID_SET_SUB_SCRIPT  // ole : ?, status : ?
201     [
202         ExecMethod = Execute;
203         StateMethod = GetAttrState;
204     ]
206     SID_ATTR_CHAR_KERNING
207     [
208         ExecMethod = Execute;
209         StateMethod = GetCharState;
210     ]
212     SID_PARASPACE_INCREASE  // ole : ?, status : ?
213     [
214         ExecMethod = Execute;
215         StateMethod = GetAttrState;
216     ]
218     SID_PARASPACE_DECREASE  // ole : ?, status : ?
219     [
220         ExecMethod = Execute;
221         StateMethod = GetAttrState;
222     ]
224     SID_INC_INDENT
225     [
226         ExecMethod = Execute;
227         StateMethod = GetAttrState;
228     ]
230     SID_DEC_INDENT
231     [
232         ExecMethod = Execute;
233         StateMethod = GetAttrState;
234     ]
236     SID_ATTR_PARA_LRSPACE
237     [
238         ExecMethod = Execute ;
239         StateMethod = GetAttrState;
240     ]
242     SID_HANGING_INDENT
243     [
244         ExecMethod = Execute ;
245         StateMethod = GetAttrState;
246     ]
248     SID_OUTLINE_LEFT // ole : no, status : ?
249     [
250         ExecMethod = Execute ;
251         StateMethod = GetAttrState ;
252     ]
253     SID_OUTLINE_RIGHT // ole : no, status : ?
254     [
255         ExecMethod = Execute ;
256         StateMethod = GetAttrState ;
257     ]
258     SID_OUTLINE_UP // ole : no, status : ?
259     [
260         ExecMethod = Execute ;
261         StateMethod = GetAttrState ;
262     ]
263     SID_OUTLINE_DOWN // ole : no, status : ?
264     [
265         ExecMethod = Execute ;
266         StateMethod = GetAttrState ;
267     ]
268     FN_NUM_BULLET_ON  // ole : ?, status : ?
269     [
270         ExecMethod = Execute;
271         StateMethod = GetAttrState;
272     ]
273     SID_TEXTDIRECTION_LEFT_TO_RIGHT  // ole : ?, status : ?
274     [
275         ExecMethod = Execute;
276         StateMethod = GetAttrState;
277     ]
278     SID_TEXTDIRECTION_TOP_TO_BOTTOM  // ole : ?, status : ?
279     [
280         ExecMethod = Execute;
281         StateMethod = GetAttrState;
282     ]
283     SID_GROW_FONT_SIZE
284     [
285         ExecMethod = Execute;
286         StateMethod = GetAttrState;
287     ]
288     SID_SHRINK_FONT_SIZE
289     [
290         ExecMethod = Execute;
291         StateMethod = GetAttrState;
292     ]
293     SID_THES
294     [
295         ExecMethod = Execute ;
296         StateMethod = GetAttrState ;
297     ]