xref: /aoo42x/main/sd/sdi/drtxtob.sdi (revision 4b0f5a03)
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_PARASPACE_INCREASE  // ole : ?, status : ?
170	[
171		ExecMethod = Execute;
172		StateMethod = GetAttrState;
173	]
174
175	SID_PARASPACE_DECREASE  // ole : ?, status : ?
176	[
177		ExecMethod = Execute;
178		StateMethod = GetAttrState;
179	]
180
181	SID_OUTLINE_LEFT // ole : no, status : ?
182	[
183		ExecMethod = Execute ;
184		StateMethod = GetAttrState ;
185	]
186	SID_OUTLINE_RIGHT // ole : no, status : ?
187	[
188		ExecMethod = Execute ;
189		StateMethod = GetAttrState ;
190	]
191	SID_OUTLINE_UP // ole : no, status : ?
192	[
193		ExecMethod = Execute ;
194		StateMethod = GetAttrState ;
195	]
196	SID_OUTLINE_DOWN // ole : no, status : ?
197	[
198		ExecMethod = Execute ;
199		StateMethod = GetAttrState ;
200	]
201	FN_NUM_BULLET_ON  // ole : ?, status : ?
202	[
203		ExecMethod = Execute;
204		StateMethod = GetAttrState;
205	]
206	SID_TEXTDIRECTION_LEFT_TO_RIGHT  // ole : ?, status : ?
207	[
208		ExecMethod = Execute;
209		StateMethod = GetAttrState;
210	]
211	SID_TEXTDIRECTION_TOP_TO_BOTTOM  // ole : ?, status : ?
212	[
213		ExecMethod = Execute;
214		StateMethod = GetAttrState;
215	]
216	SID_GROW_FONT_SIZE
217	[
218		ExecMethod = Execute;
219		StateMethod = GetAttrState;
220	]
221	SID_SHRINK_FONT_SIZE
222	[
223		ExecMethod = Execute;
224		StateMethod = GetAttrState;
225	]
226    SID_THES
227    [
228        ExecMethod = Execute ;
229        StateMethod = GetAttrState ;
230    ]
231
232
233}
234