xref: /trunk/main/sw/sdi/drawsh.sdi (revision a02241ff)
1*a02241ffSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*a02241ffSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*a02241ffSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*a02241ffSAndrew Rist * distributed with this work for additional information
6*a02241ffSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*a02241ffSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*a02241ffSAndrew Rist * "License"); you may not use this file except in compliance
9*a02241ffSAndrew Rist * with the License.  You may obtain a copy of the License at
10*a02241ffSAndrew Rist *
11*a02241ffSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*a02241ffSAndrew Rist *
13*a02241ffSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*a02241ffSAndrew Rist * software distributed under the License is distributed on an
15*a02241ffSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a02241ffSAndrew Rist * KIND, either express or implied.  See the License for the
17*a02241ffSAndrew Rist * specific language governing permissions and limitations
18*a02241ffSAndrew Rist * under the License.
19*a02241ffSAndrew Rist *
20*a02241ffSAndrew Rist *************************************************************/
21*a02241ffSAndrew Rist
22*a02241ffSAndrew Rist
23cdf0e10cSrcweirinterface TextDraw : TextDrawBase
24cdf0e10cSrcweir[
25cdf0e10cSrcweir	uuid = "626DE480-111A-101D-9757-6E74207A7520"
26cdf0e10cSrcweir]
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	SID_ATTR_LINEEND_STYLE
29cdf0e10cSrcweir	[
30cdf0e10cSrcweir		SlotType = SfxBoolItem ;
31cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
32cdf0e10cSrcweir		StateMethod = DisableState ;
33cdf0e10cSrcweir		Export = FALSE;
34cdf0e10cSrcweir	]
35cdf0e10cSrcweir
36cdf0e10cSrcweir	SID_ATTR_LINE_STYLE
37cdf0e10cSrcweir	[
38cdf0e10cSrcweir		Export = FALSE;
39cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
40cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
41cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
42cdf0e10cSrcweir	]
43cdf0e10cSrcweir
44cdf0e10cSrcweir	SID_ATTR_LINE_DASH
45cdf0e10cSrcweir	[
46cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
47cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
48cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
49cdf0e10cSrcweir	]
50cdf0e10cSrcweir
51cdf0e10cSrcweir	SID_DASH_LIST
52cdf0e10cSrcweir	[
53cdf0e10cSrcweir	    StateMethod = GetDrawAttrState ;
54cdf0e10cSrcweir	]
55cdf0e10cSrcweir
56cdf0e10cSrcweir	SID_LINEEND_LIST
57cdf0e10cSrcweir	[
58cdf0e10cSrcweir	    StateMethod = GetDrawAttrState ;
59cdf0e10cSrcweir	]
60cdf0e10cSrcweir
61cdf0e10cSrcweir    SID_COLOR_TABLE
62cdf0e10cSrcweir    [
63cdf0e10cSrcweir        StateMethod = GetDrawAttrState ;
64cdf0e10cSrcweir    ]
65cdf0e10cSrcweir
66cdf0e10cSrcweir    SID_GRADIENT_LIST
67cdf0e10cSrcweir    [
68cdf0e10cSrcweir        StateMethod = GetDrawAttrState ;
69cdf0e10cSrcweir    ]
70cdf0e10cSrcweir
71cdf0e10cSrcweir    SID_HATCH_LIST
72cdf0e10cSrcweir    [
73cdf0e10cSrcweir        StateMethod = GetDrawAttrState ;
74cdf0e10cSrcweir    ]
75cdf0e10cSrcweir
76cdf0e10cSrcweir    SID_BITMAP_LIST
77cdf0e10cSrcweir    [
78cdf0e10cSrcweir        StateMethod = GetDrawAttrState ;
79cdf0e10cSrcweir    ]
80cdf0e10cSrcweir
81cdf0e10cSrcweir	SID_ATTR_LINE_WIDTH
82cdf0e10cSrcweir	[
83cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
84cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
85cdf0e10cSrcweir		Export = FALSE;
86cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
87cdf0e10cSrcweir	]
88cdf0e10cSrcweir
89cdf0e10cSrcweir	SID_ATTR_LINE_COLOR
90cdf0e10cSrcweir	[
91cdf0e10cSrcweir		Export = FALSE;
92cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
93cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
94cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
95cdf0e10cSrcweir	]
96cdf0e10cSrcweir
97cdf0e10cSrcweir	SID_ATTR_FILL_STYLE
98cdf0e10cSrcweir	[
99cdf0e10cSrcweir		Export = FALSE;
100cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
101cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
102cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
103cdf0e10cSrcweir	]
104cdf0e10cSrcweir
105cdf0e10cSrcweir	SID_ATTR_FILL_COLOR
106cdf0e10cSrcweir	[
107cdf0e10cSrcweir		Export = FALSE;
108cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
109cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
110cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
111cdf0e10cSrcweir	]
112cdf0e10cSrcweir
113cdf0e10cSrcweir	SID_ATTR_FILL_GRADIENT
114cdf0e10cSrcweir	[
115cdf0e10cSrcweir		Export = FALSE;
116cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
117cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
118cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
119cdf0e10cSrcweir	]
120cdf0e10cSrcweir
121cdf0e10cSrcweir	SID_ATTR_FILL_HATCH
122cdf0e10cSrcweir	[
123cdf0e10cSrcweir		Export = FALSE;
124cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
125cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
126cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
127cdf0e10cSrcweir	]
128cdf0e10cSrcweir
129cdf0e10cSrcweir	SID_ATTR_FILL_BITMAP
130cdf0e10cSrcweir	[
131cdf0e10cSrcweir		Export = FALSE;
132cdf0e10cSrcweir		ExecMethod = ExecDrawAttrArgs ;
133cdf0e10cSrcweir		StateMethod = GetDrawAttrState ;
134cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
135cdf0e10cSrcweir	]
136cdf0e10cSrcweir
137cdf0e10cSrcweir	SID_ATTRIBUTES_LINE
138cdf0e10cSrcweir	[
139cdf0e10cSrcweir		ExecMethod = ExecDrawDlg ;
140cdf0e10cSrcweir		StateMethod = DisableState ;
141cdf0e10cSrcweir	]
142cdf0e10cSrcweir
143cdf0e10cSrcweir	SID_ATTRIBUTES_AREA
144cdf0e10cSrcweir	[
145cdf0e10cSrcweir		ExecMethod = ExecDrawDlg ;
146cdf0e10cSrcweir		StateMethod = DisableState ;
147cdf0e10cSrcweir	]
148cdf0e10cSrcweir
149cdf0e10cSrcweir	FN_DRAWTEXT_ATTR_DLG
150cdf0e10cSrcweir	[
151cdf0e10cSrcweir		ExecMethod = ExecDrawDlg ;
152cdf0e10cSrcweir		StateMethod = DisableState ;
153cdf0e10cSrcweir	]
154cdf0e10cSrcweir
155cdf0e10cSrcweir    FN_FLIP_VERT_GRAFIC
156cdf0e10cSrcweir	[
157cdf0e10cSrcweir		ExecMethod = Execute ;
158cdf0e10cSrcweir		StateMethod = GetState ;
159cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
160cdf0e10cSrcweir	]
161cdf0e10cSrcweir
162cdf0e10cSrcweir    FN_FLIP_HORZ_GRAFIC
163cdf0e10cSrcweir	[
164cdf0e10cSrcweir		ExecMethod = Execute ;
165cdf0e10cSrcweir		StateMethod = GetState ;
166cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
167cdf0e10cSrcweir	]
168cdf0e10cSrcweir
169cdf0e10cSrcweir	SID_OBJECT_ROTATE
170cdf0e10cSrcweir	[
171cdf0e10cSrcweir		Export = FALSE;
172cdf0e10cSrcweir		ExecMethod = Execute ;
173cdf0e10cSrcweir		StateMethod = GetState ;
174cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
175cdf0e10cSrcweir	]
176cdf0e10cSrcweir
177cdf0e10cSrcweir	SID_BEZIER_EDIT
178cdf0e10cSrcweir	[
179cdf0e10cSrcweir		Export = FALSE;
180cdf0e10cSrcweir		ExecMethod = Execute ;
181cdf0e10cSrcweir		StateMethod = GetState ;
182cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
183cdf0e10cSrcweir	]
184cdf0e10cSrcweir
185cdf0e10cSrcweir	SID_FONTWORK
186cdf0e10cSrcweir	[
187cdf0e10cSrcweir		ExecMethod = Execute ;
188cdf0e10cSrcweir		StateMethod = GetState ;
189cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
190cdf0e10cSrcweir	]
191cdf0e10cSrcweir
192cdf0e10cSrcweir	SID_OBJECT_HELL
193cdf0e10cSrcweir	[
194cdf0e10cSrcweir		ExecMethod = Execute ;
195cdf0e10cSrcweir		StateMethod = GetState ;
196cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
197cdf0e10cSrcweir	]
198cdf0e10cSrcweir
199cdf0e10cSrcweir	SID_OBJECT_HEAVEN
200cdf0e10cSrcweir	[
201cdf0e10cSrcweir		ExecMethod = Execute ;
202cdf0e10cSrcweir		StateMethod = GetState ;
203cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
204cdf0e10cSrcweir	]
205cdf0e10cSrcweir
206cdf0e10cSrcweir	FN_TOOL_HIERARCHIE
207cdf0e10cSrcweir	[
208cdf0e10cSrcweir		ExecMethod = Execute ;
209cdf0e10cSrcweir		StateMethod = GetState ;
210cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
211cdf0e10cSrcweir	]
212cdf0e10cSrcweir
213cdf0e10cSrcweir    SID_EXTRUSION_TOOGLE
214cdf0e10cSrcweir    [
215cdf0e10cSrcweir        ExecMethod = Execute ;
216cdf0e10cSrcweir        StateMethod = GetState ;
217cdf0e10cSrcweir    ]
218cdf0e10cSrcweir    SID_EXTRUSION_TILT_DOWN
219cdf0e10cSrcweir    [
220cdf0e10cSrcweir        ExecMethod = Execute ;
221cdf0e10cSrcweir        StateMethod = GetState ;
222cdf0e10cSrcweir    ]
223cdf0e10cSrcweir    SID_EXTRUSION_TILT_UP
224cdf0e10cSrcweir    [
225cdf0e10cSrcweir        ExecMethod = Execute ;
226cdf0e10cSrcweir        StateMethod = GetState ;
227cdf0e10cSrcweir    ]
228cdf0e10cSrcweir    SID_EXTRUSION_TILT_LEFT
229cdf0e10cSrcweir    [
230cdf0e10cSrcweir        ExecMethod = Execute ;
231cdf0e10cSrcweir        StateMethod = GetState ;
232cdf0e10cSrcweir    ]
233cdf0e10cSrcweir    SID_EXTRUSION_TILT_RIGHT
234cdf0e10cSrcweir    [
235cdf0e10cSrcweir        ExecMethod = Execute ;
236cdf0e10cSrcweir        StateMethod = GetState ;
237cdf0e10cSrcweir    ]
238cdf0e10cSrcweir    SID_EXTRUSION_DEPTH_FLOATER
239cdf0e10cSrcweir    [
240cdf0e10cSrcweir        ExecMethod = Execute ;
241cdf0e10cSrcweir        StateMethod = GetState ;
242cdf0e10cSrcweir    ]
243cdf0e10cSrcweir    SID_EXTRUSION_DEPTH_DIALOG
244cdf0e10cSrcweir    [
245cdf0e10cSrcweir        ExecMethod = Execute ;
246cdf0e10cSrcweir        StateMethod = GetState ;
247cdf0e10cSrcweir    ]
248cdf0e10cSrcweir    SID_EXTRUSION_DIRECTION_FLOATER
249cdf0e10cSrcweir    [
250cdf0e10cSrcweir        ExecMethod = Execute ;
251cdf0e10cSrcweir        StateMethod = GetState ;
252cdf0e10cSrcweir    ]
253cdf0e10cSrcweir    SID_EXTRUSION_LIGHTING_FLOATER
254cdf0e10cSrcweir    [
255cdf0e10cSrcweir        ExecMethod = Execute ;
256cdf0e10cSrcweir        StateMethod = GetState ;
257cdf0e10cSrcweir    ]
258cdf0e10cSrcweir    SID_EXTRUSION_SURFACE_FLOATER
259cdf0e10cSrcweir    [
260cdf0e10cSrcweir        ExecMethod = Execute ;
261cdf0e10cSrcweir        StateMethod = GetState ;
262cdf0e10cSrcweir    ]
263cdf0e10cSrcweir    SID_EXTRUSION_3D_COLOR
264cdf0e10cSrcweir    [
265cdf0e10cSrcweir        ExecMethod = Execute ;
266cdf0e10cSrcweir        StateMethod = GetState ;
267cdf0e10cSrcweir    ]
268cdf0e10cSrcweir    SID_EXTRUSION_DEPTH
269cdf0e10cSrcweir    [
270cdf0e10cSrcweir        ExecMethod = Execute ;
271cdf0e10cSrcweir        StateMethod = GetState ;
272cdf0e10cSrcweir    ]
273cdf0e10cSrcweir    SID_EXTRUSION_DIRECTION
274cdf0e10cSrcweir    [
275cdf0e10cSrcweir        ExecMethod = Execute ;
276cdf0e10cSrcweir        StateMethod = GetState ;
277cdf0e10cSrcweir    ]
278cdf0e10cSrcweir    SID_EXTRUSION_PROJECTION
279cdf0e10cSrcweir    [
280cdf0e10cSrcweir        ExecMethod = Execute ;
281cdf0e10cSrcweir        StateMethod = GetState ;
282cdf0e10cSrcweir    ]
283cdf0e10cSrcweir    SID_EXTRUSION_LIGHTING_DIRECTION
284cdf0e10cSrcweir    [
285cdf0e10cSrcweir        ExecMethod = Execute ;
286cdf0e10cSrcweir        StateMethod = GetState ;
287cdf0e10cSrcweir    ]
288cdf0e10cSrcweir    SID_EXTRUSION_LIGHTING_INTENSITY
289cdf0e10cSrcweir    [
290cdf0e10cSrcweir        ExecMethod = Execute ;
291cdf0e10cSrcweir        StateMethod = GetState ;
292cdf0e10cSrcweir    ]
293cdf0e10cSrcweir    SID_EXTRUSION_SURFACE
294cdf0e10cSrcweir    [
295cdf0e10cSrcweir        ExecMethod = Execute ;
296cdf0e10cSrcweir        StateMethod = GetState ;
297cdf0e10cSrcweir    ]
298cdf0e10cSrcweir	SID_FONTWORK_SHAPE
299cdf0e10cSrcweir    [
300cdf0e10cSrcweir        ExecMethod = Execute ;
301cdf0e10cSrcweir        StateMethod = GetState ;
302cdf0e10cSrcweir    ]
303cdf0e10cSrcweir    SID_FONTWORK_SHAPE_TYPE
304cdf0e10cSrcweir    [
305cdf0e10cSrcweir        ExecMethod = Execute ;
306cdf0e10cSrcweir        StateMethod = GetState ;
307cdf0e10cSrcweir    ]
308cdf0e10cSrcweir    SID_FONTWORK_ALIGNMENT_FLOATER
309cdf0e10cSrcweir    [
310cdf0e10cSrcweir        ExecMethod = Execute ;
311cdf0e10cSrcweir        StateMethod = GetState ;
312cdf0e10cSrcweir    ]
313cdf0e10cSrcweir    SID_FONTWORK_CHARACTER_SPACING_FLOATER
314cdf0e10cSrcweir    [
315cdf0e10cSrcweir        ExecMethod = Execute ;
316cdf0e10cSrcweir        StateMethod = GetState ;
317cdf0e10cSrcweir    ]
318cdf0e10cSrcweir	SID_FONTWORK_ALIGNMENT
319cdf0e10cSrcweir    [
320cdf0e10cSrcweir        ExecMethod = Execute ;
321cdf0e10cSrcweir        StateMethod = GetState ;
322cdf0e10cSrcweir    ]
323cdf0e10cSrcweir	SID_FONTWORK_SAME_LETTER_HEIGHTS
324cdf0e10cSrcweir	[
325cdf0e10cSrcweir		ExecMethod = Execute ;
326cdf0e10cSrcweir		StateMethod = GetState ;
327cdf0e10cSrcweir	]
328cdf0e10cSrcweir	SID_FONTWORK_CHARACTER_SPACING
329cdf0e10cSrcweir    [
330cdf0e10cSrcweir        ExecMethod = Execute ;
331cdf0e10cSrcweir        StateMethod = GetState ;
332cdf0e10cSrcweir    ]
333cdf0e10cSrcweir	SID_FONTWORK_KERN_CHARACTER_PAIRS
334cdf0e10cSrcweir    [
335cdf0e10cSrcweir        ExecMethod = Execute ;
336cdf0e10cSrcweir        StateMethod = GetState ;
337cdf0e10cSrcweir    ]
338cdf0e10cSrcweir    SID_FONTWORK_CHARACTER_SPACING_DIALOG
339cdf0e10cSrcweir    [
340cdf0e10cSrcweir        ExecMethod = Execute ;
341cdf0e10cSrcweir        StateMethod = GetState ;
342cdf0e10cSrcweir    ]
343cdf0e10cSrcweir    SID_INSERT_GRAPHIC
344cdf0e10cSrcweir	[
345cdf0e10cSrcweir		StateMethod = StateDisableItems ;
346cdf0e10cSrcweir	]
347cdf0e10cSrcweir	SID_TWAIN_SELECT
348cdf0e10cSrcweir	[
349cdf0e10cSrcweir		StateMethod = StateDisableItems ;
350cdf0e10cSrcweir	]
351cdf0e10cSrcweir
352cdf0e10cSrcweir	SID_TWAIN_TRANSFER
353cdf0e10cSrcweir	[
354cdf0e10cSrcweir		StateMethod = StateDisableItems ;
355cdf0e10cSrcweir	]
356cdf0e10cSrcweir}
357cdf0e10cSrcweir
358cdf0e10cSrcweirshell SwDrawShell : SwDrawBaseShell
359cdf0e10cSrcweir{
360cdf0e10cSrcweir		import TextDraw [Automation];
361cdf0e10cSrcweir
362cdf0e10cSrcweir	 // no export
363cdf0e10cSrcweir
364cdf0e10cSrcweir	SID_FORMTEXT_STYLE
365cdf0e10cSrcweir	[
366cdf0e10cSrcweir		ExecMethod = ExecFormText ;
367cdf0e10cSrcweir		StateMethod = GetFormTextState ;
368cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
369cdf0e10cSrcweir	]
370cdf0e10cSrcweir
371cdf0e10cSrcweir
372cdf0e10cSrcweir	SID_FORMTEXT_ADJUST
373cdf0e10cSrcweir	[
374cdf0e10cSrcweir		ExecMethod = ExecFormText ;
375cdf0e10cSrcweir		StateMethod = GetFormTextState ;
376cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
377cdf0e10cSrcweir	]
378cdf0e10cSrcweir
379cdf0e10cSrcweir
380cdf0e10cSrcweir	SID_FORMTEXT_DISTANCE
381cdf0e10cSrcweir	[
382cdf0e10cSrcweir		ExecMethod = ExecFormText ;
383cdf0e10cSrcweir		StateMethod = GetFormTextState ;
384cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
385cdf0e10cSrcweir	]
386cdf0e10cSrcweir
387cdf0e10cSrcweir
388cdf0e10cSrcweir	SID_FORMTEXT_START
389cdf0e10cSrcweir	[
390cdf0e10cSrcweir		ExecMethod = ExecFormText ;
391cdf0e10cSrcweir		StateMethod = GetFormTextState ;
392cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
393cdf0e10cSrcweir	]
394cdf0e10cSrcweir
395cdf0e10cSrcweir	SID_FORMTEXT_MIRROR
396cdf0e10cSrcweir	[
397cdf0e10cSrcweir		ExecMethod = ExecFormText ;
398cdf0e10cSrcweir		StateMethod = GetFormTextState ;
399cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
400cdf0e10cSrcweir	]
401cdf0e10cSrcweir
402cdf0e10cSrcweir
403cdf0e10cSrcweir	SID_FORMTEXT_HIDEFORM
404cdf0e10cSrcweir	[
405cdf0e10cSrcweir		ExecMethod = ExecFormText ;
406cdf0e10cSrcweir		StateMethod = GetFormTextState ;
407cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
408cdf0e10cSrcweir	]
409cdf0e10cSrcweir
410cdf0e10cSrcweir	SID_FORMTEXT_OUTLINE
411cdf0e10cSrcweir	[
412cdf0e10cSrcweir		ExecMethod = ExecFormText ;
413cdf0e10cSrcweir		StateMethod = GetFormTextState ;
414cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
415cdf0e10cSrcweir	]
416cdf0e10cSrcweir
417cdf0e10cSrcweir	SID_FORMTEXT_SHDWXVAL
418cdf0e10cSrcweir	[
419cdf0e10cSrcweir		ExecMethod = ExecFormText ;
420cdf0e10cSrcweir		StateMethod = GetFormTextState ;
421cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
422cdf0e10cSrcweir	]
423cdf0e10cSrcweir
424cdf0e10cSrcweir	SID_FORMTEXT_SHADOW
425cdf0e10cSrcweir	[
426cdf0e10cSrcweir		ExecMethod = ExecFormText ;
427cdf0e10cSrcweir		StateMethod = GetFormTextState ;
428cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
429cdf0e10cSrcweir	]
430cdf0e10cSrcweir
431cdf0e10cSrcweir	SID_FORMTEXT_SHDWCOLOR
432cdf0e10cSrcweir	[
433cdf0e10cSrcweir		ExecMethod = ExecFormText ;
434cdf0e10cSrcweir		StateMethod = GetFormTextState ;
435cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
436cdf0e10cSrcweir	]
437cdf0e10cSrcweir
438cdf0e10cSrcweir	SID_FORMTEXT_SHDWYVAL
439cdf0e10cSrcweir	[
440cdf0e10cSrcweir		ExecMethod = ExecFormText ;
441cdf0e10cSrcweir		StateMethod = GetFormTextState ;
442cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
443cdf0e10cSrcweir	]
444cdf0e10cSrcweir
445cdf0e10cSrcweir	SID_FORMTEXT_STDFORM
446cdf0e10cSrcweir	[
447cdf0e10cSrcweir		ExecMethod = ExecFormText ;
448cdf0e10cSrcweir		StateMethod = GetFormTextState ;
449cdf0e10cSrcweir		DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
450cdf0e10cSrcweir	]
451cdf0e10cSrcweir
452cdf0e10cSrcweir	FN_FORMAT_FOOTNOTE_DLG // status()
453cdf0e10cSrcweir	[
454cdf0e10cSrcweir		ExecMethod = Execute;
455cdf0e10cSrcweir	]
456cdf0e10cSrcweir
457cdf0e10cSrcweir	SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
458cdf0e10cSrcweir    [
459cdf0e10cSrcweir        ExecMethod = Execute ;
460cdf0e10cSrcweir    ]
461cdf0e10cSrcweir
462cdf0e10cSrcweir    FN_WORDCOUNT_DIALOG
463cdf0e10cSrcweir    [
464cdf0e10cSrcweir        ExecMethod = Execute;
465cdf0e10cSrcweir    ]
466cdf0e10cSrcweir
467cdf0e10cSrcweir   	FN_NUMBERING_OUTLINE_DLG   // status(final|play)
468cdf0e10cSrcweir	[
469cdf0e10cSrcweir		ExecMethod = Execute ;
470cdf0e10cSrcweir	]
471cdf0e10cSrcweir}
472cdf0e10cSrcweir
473cdf0e10cSrcweir
474