xref: /AOO41X/main/sd/sdi/drtxtob.sdi (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24shell TextObjectBar
25{
26    SID_STYLE_APPLY  // ole : ?, status : ?
27    [
28        ExecMethod = Execute;
29        StateMethod = GetAttrState;
30        GroupId = GID_DOCUMENT;
31        Cachable, AutoUpdate;
32    ]
33
34    SID_ATTR_CHAR_FONT  // ole : ?, status : ?
35    [
36        ExecMethod = Execute;
37        StateMethod = GetAttrState;
38    ]
39
40    SID_ATTR_CHAR_FONTHEIGHT  // ole : ?, status : ?
41    [
42        ExecMethod = Execute;
43        StateMethod = GetAttrState;
44    ]
45
46    SID_ATTR_CHAR_COLOR  // ole : ?, status : ?
47    [
48        ExecMethod = Execute;
49        StateMethod = GetAttrState;
50    ]
51
52    SID_ATTR_CHAR_WEIGHT  // ole : ?, status : ?
53    [
54        ExecMethod = Execute;
55        StateMethod = GetAttrState;
56    ]
57
58    SID_ATTR_CHAR_POSTURE  // ole : ?, status : ?
59    [
60        ExecMethod = Execute;
61        StateMethod = GetAttrState;
62    ]
63
64    SID_ATTR_CHAR_UNDERLINE  // ole : ?, status : ?
65    [
66        ExecMethod = Execute;
67        StateMethod = GetAttrState;
68    ]
69
70    SID_ATTR_CHAR_OVERLINE  // ole : ?, status : ?
71    [
72        ExecMethod = Execute;
73        StateMethod = GetAttrState;
74    ]
75
76    SID_ATTR_CHAR_CONTOUR  // ole : ?, status : ?
77    [
78        ExecMethod = Execute;
79        StateMethod = GetAttrState;
80    ]
81
82    SID_ATTR_CHAR_STRIKEOUT  // ole : ?, status : ?
83    [
84        ExecMethod = Execute;
85        StateMethod = GetAttrState;
86    ]
87
88    SID_ATTR_CHAR_SHADOWED  // ole : ?, status : ?
89    [
90        ExecMethod = Execute;
91        StateMethod = GetAttrState;
92    ]
93
94    SID_ATTR_PARA_ADJUST_LEFT  // ole : ?, status : ?
95    [
96        ExecMethod = Execute;
97        StateMethod = GetAttrState;
98//      Cachable, AutoUpdate;
99    ]
100
101    SID_ATTR_PARA_ADJUST_CENTER  // ole : ?, status : ?
102    [
103        ExecMethod = Execute;
104        StateMethod = GetAttrState;
105//      Cachable, AutoUpdate;
106    ]
107
108    SID_ATTR_PARA_ADJUST_RIGHT  // ole : ?, status : ?
109    [
110        ExecMethod = Execute;
111        StateMethod = GetAttrState;
112//      Cachable, AutoUpdate;
113    ]
114
115    SID_ATTR_PARA_ADJUST_BLOCK  // ole : ?, status : ?
116    [
117        ExecMethod = Execute;
118        StateMethod = GetAttrState;
119//      Cachable, AutoUpdate;
120    ]
121
122    SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ?
123    [
124        ExecMethod = Execute;
125        StateMethod = GetAttrState;
126//      Cachable, AutoUpdate;
127    ]
128
129    SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ?
130    [
131        ExecMethod = Execute;
132        StateMethod = GetAttrState;
133//      Cachable, AutoUpdate;
134    ]
135
136    SID_ATTR_PARA_LINESPACE_10  // ole : ?, status : ?
137    [
138        ExecMethod = Execute;
139        StateMethod = GetAttrState;
140//      Cachable, AutoUpdate;
141    ]
142
143    SID_ATTR_PARA_LINESPACE_15  // ole : ?, status : ?
144    [
145        ExecMethod = Execute;
146        StateMethod = GetAttrState;
147//      Cachable, AutoUpdate;
148    ]
149
150    SID_ATTR_PARA_LINESPACE_20  // ole : ?, status : ?
151    [
152        ExecMethod = Execute;
153        StateMethod = GetAttrState;
154//      Cachable, AutoUpdate;
155    ]
156
157    SID_SET_SUPER_SCRIPT  // ole : ?, status : ?
158    [
159        ExecMethod = Execute;
160        StateMethod = GetAttrState;
161    ]
162
163    SID_SET_SUB_SCRIPT  // ole : ?, status : ?
164    [
165        ExecMethod = Execute;
166        StateMethod = GetAttrState;
167    ]
168
169    SID_ATTR_CHAR_KERNING
170    [
171        ExecMethod = Execute;
172        StateMethod = GetCharState;
173    ]
174
175    SID_PARASPACE_INCREASE  // ole : ?, status : ?
176    [
177        ExecMethod = Execute;
178        StateMethod = GetAttrState;
179    ]
180
181    SID_PARASPACE_DECREASE  // ole : ?, status : ?
182    [
183        ExecMethod = Execute;
184        StateMethod = GetAttrState;
185    ]
186
187    SID_ATTR_PARA_LRSPACE
188    [
189        ExecMethod = Execute ;
190        StateMethod = GetAttrState;
191    ]
192
193    SID_OUTLINE_LEFT // ole : no, status : ?
194    [
195        ExecMethod = Execute ;
196        StateMethod = GetAttrState ;
197    ]
198    SID_OUTLINE_RIGHT // ole : no, status : ?
199    [
200        ExecMethod = Execute ;
201        StateMethod = GetAttrState ;
202    ]
203    SID_OUTLINE_UP // ole : no, status : ?
204    [
205        ExecMethod = Execute ;
206        StateMethod = GetAttrState ;
207    ]
208    SID_OUTLINE_DOWN // ole : no, status : ?
209    [
210        ExecMethod = Execute ;
211        StateMethod = GetAttrState ;
212    ]
213    FN_NUM_BULLET_ON  // ole : ?, status : ?
214    [
215        ExecMethod = Execute;
216        StateMethod = GetAttrState;
217    ]
218    SID_TEXTDIRECTION_LEFT_TO_RIGHT  // ole : ?, status : ?
219    [
220        ExecMethod = Execute;
221        StateMethod = GetAttrState;
222    ]
223    SID_TEXTDIRECTION_TOP_TO_BOTTOM  // ole : ?, status : ?
224    [
225        ExecMethod = Execute;
226        StateMethod = GetAttrState;
227    ]
228    SID_GROW_FONT_SIZE
229    [
230        ExecMethod = Execute;
231        StateMethod = GetAttrState;
232    ]
233    SID_SHRINK_FONT_SIZE
234    [
235        ExecMethod = Execute;
236        StateMethod = GetAttrState;
237    ]
238    SID_THES
239    [
240        ExecMethod = Execute ;
241        StateMethod = GetAttrState ;
242    ]
243
244
245}
246