xref: /trunk/main/sd/sdi/_drvwsh.sdi (revision 766ce4d0)
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
24enum SdrFitToSizeType
25{
26    SDRTEXTFIT_NONE ,
27    SDRTEXTFIT_PROPORTIONAL ,
28    SDRTEXTFIT_ALLLINES ,
29    SDRTEXTFIT_RESIZEATTR
30}
31item UINT32 SvxObjectItem ;
32item BOOL SdrShadowItem ;
33item SdrFitToSizeType SdrTextFitToSizeTypeItem ;
34
35
36interface DrawView
37{
38	SID_JUMPTOMARK // ole : no, status : ?
39	[
40		ExecMethod = ExecCtrl ;
41		StateMethod = GetCtrlState ;
42	]
43    SID_SWITCHPAGE // ole : no, status : play rec
44    [
45        ExecMethod = ExecCtrl ;
46        StateMethod = GetCtrlState ;
47    ]
48    SID_SWITCHLAYER // ole : no, status : play rec
49    [
50        ExecMethod = ExecCtrl ;
51        StateMethod = GetCtrlState ;
52    ]
53    SID_RELOAD  // ole : no, status : ?
54    [
55        GroupId = GID_DOCUMENT ;
56        ExecMethod = ExecCtrl ;
57        StateMethod = GetCtrlState ;
58        Asynchron , AutoUpdate ,
59        MenuConfig , AccelConfig , ToolBoxConfig ;
60    ]
61    SID_PAGEMODE // ole : no, status : play rec
62    [
63        ExecMethod = ExecCtrl ;
64        StateMethod = GetMenuState ;
65    ]
66    SID_LAYERMODE // ole : no, status : play rec
67    [
68        ExecMethod = ExecCtrl ;
69        StateMethod = GetMenuState ;
70    ]
71    SID_OBJECTRESIZE // ole : no, status : ?
72    [
73        ExecMethod = ExecCtrl ;
74        StateMethod = GetMenuState ;
75    ]
76    SID_ORIGINAL_SIZE // ole : yes, status : ?
77    [
78        ExecMethod = FuTemporary ;
79        StateMethod = GetMenuState ;
80    ]
81	SID_SAVEGRAPHIC
82    [
83        ExecMethod = FuTemporary ;
84        StateMethod = GetMenuState ;
85    ]
86    SID_CUT // ole : no, status : ?
87    [
88        ExecMethod = FuSupport ;
89        StateMethod = GetMenuState ;
90    ]
91    SID_COPY // ole : no, status : ?
92    [
93        ExecMethod = FuSupport ;
94        StateMethod = GetMenuState ;
95    ]
96    SID_PASTE // ole : no, status : ?
97    [
98        ExecMethod = FuSupport ;
99        StateMethod = GetMenuState ;
100    ]
101	SID_CLIPBOARD_FORMAT_ITEMS
102	[
103        ExecMethod = FuSupport ;
104        StateMethod = GetMenuState ;
105	];
106    SID_DRAWINGMODE // ole : no, status : play rec
107    [
108        ExecMethod = FuSupport ;
109        StateMethod = GetMenuState ;
110    ]
111    SID_MASTERPAGE // ole : no, status : play rec
112    [
113        ExecMethod = FuSupport ;
114        StateMethod = GetMenuState ;
115    ]
116     // Menue-Messages fuer temporaere Funktionen mit Dialog
117    SID_ATTR_ZOOM // ole : no, status : no
118    [
119        ExecMethod = FuTemporary ;
120        StateMethod = GetStatusBarState ;
121    ]
122    SID_ATTR_ZOOMSLIDER // status()
123    [
124        ExecMethod = FuTemporary ;
125        StateMethod = GetStatusBarState ;
126    ]
127    SID_ATTRIBUTES_LINE // ole : no, status : no
128    [
129        ExecMethod = FuTemporary ;
130        StateMethod = GetMenuState ;
131    ]
132    SID_ATTRIBUTES_AREA // ole : no, status : no
133    [
134        ExecMethod = FuTemporary ;
135        StateMethod = GetMenuState ;
136    ]
137    SID_INSERTPAGE // ole : no, status : play rec
138    [
139        ExecMethod = FuTemporary ;
140        StateMethod = GetMenuState ;
141    ]
142    SID_INSERTPAGE_QUICK // ole : no, status : play rec
143    [
144        ExecMethod = FuTemporary ;
145        StateMethod = GetMenuState ;
146    ]
147    SID_HYPERLINK_SETLINK // ole : no, status : no
148    [
149        ExecMethod = FuTemporary ;
150    ]
151    SID_HYPERLINK_GETLINK // ole : no, status : no
152    [
153        StateMethod = GetCtrlState ;
154    ]
155    SID_READONLY_MODE // ole : no, status : no
156    [
157        StateMethod = GetCtrlState ;
158    ]
159    SID_RENAMEPAGE // ole : no, status : ?
160    [
161        ExecMethod = FuTemporary ;
162        StateMethod = GetMenuState ;
163    ]
164    SID_RENAMEPAGE_QUICK // ole : no, status : ?
165    [
166        ExecMethod = FuTemporary ;
167        StateMethod = GetMenuState ;
168    ]
169    SID_INSERTLAYER // ole : no, status : play rec
170    [
171        ExecMethod = FuTemporary ;
172        StateMethod = GetMenuState ;
173    ]
174    SID_MODIFYLAYER // ole : no, status : play rec
175    [
176        ExecMethod = FuTemporary ;
177        StateMethod = GetMenuState ;
178    ]
179    SID_RENAMELAYER // ole : no, status : ?
180    [
181        ExecMethod = FuTemporary ;
182        StateMethod = GetMenuState ;
183    ]
184    SID_NAVIGATOR // ole : no, status : ?
185    [
186        ExecMethod = FuTemporary ;
187        StateMethod = GetMenuState ;
188    ]
189    SID_3D_WIN // ole : no, status : ?
190    [
191        ExecMethod = FuTemporary ;
192        StateMethod = GetMenuState ;
193    ]
194    SID_3D_INIT // ole : no, status : ?
195    [
196        ExecMethod = ExecEffectWin ;
197        StateMethod = GetMenuState ;
198    ]
199    SID_3D_STATE // ole : no, status : ?
200    [
201        ExecMethod = ExecEffectWin ;
202        StateMethod = GetMenuState ;
203    ]
204    SID_3D_ASSIGN // ole : no, status : ?
205    [
206        ExecMethod = ExecEffectWin ;
207        StateMethod = GetMenuState ;
208    ]
209    SID_ATTR_TRANSFORM // ole : no, status : ?
210    [
211        ExecMethod = FuTemporary ;
212        StateMethod = GetMenuState ;
213    ]
214
215    SID_ATTR_TRANSFORM_WIDTH // ole : no, status : ?
216    [
217        ExecMethod = FuTemporary ;
218        StateMethod = GetDrawAttrState ;
219    ]
220    SID_ATTR_TRANSFORM_HEIGHT // ole : no, status : ?
221    [
222        ExecMethod = FuTemporary ;
223        StateMethod = GetDrawAttrState ;
224    ]
225    SID_ATTR_TRANSFORM_POS_X // ole : no, status : ?
226    [
227        ExecMethod = FuTemporary ;
228        StateMethod = GetDrawAttrState ;
229    ]
230    SID_ATTR_TRANSFORM_POS_Y // ole : no, status : ?
231    [
232        ExecMethod = FuTemporary ;
233        StateMethod = GetDrawAttrState ;
234    ]
235    SID_ATTR_TRANSFORM_ANGLE
236    [
237        ExecMethod = FuTemporary ;
238        StateMethod = GetDrawAttrState ;
239    ]
240	SID_ATTR_TRANSFORM_ROT_X
241	[
242        ExecMethod = FuTemporary ;
243        StateMethod = GetDrawAttrState ;
244    ]
245	SID_ATTR_TRANSFORM_ROT_Y
246	[
247        ExecMethod = FuTemporary ;
248        StateMethod = GetDrawAttrState ;
249    ]
250    SID_ATTR_TRANSFORM_PROTECT_POS
251    [
252        ExecMethod = FuTemporary ;
253        StateMethod = GetDrawAttrState ;
254    ]
255	SID_ATTR_TRANSFORM_PROTECT_SIZE
256	[
257        ExecMethod = FuTemporary ;
258        StateMethod = GetDrawAttrState ;
259    ]
260    SID_ATTR_TRANSFORM_AUTOWIDTH
261    [
262        StateMethod = GetDrawAttrState ;
263    ]
264	SID_ATTR_TRANSFORM_AUTOHEIGHT
265	[
266        StateMethod = GetDrawAttrState ;
267    ]
268
269     /// !?
270    SID_CHAR_DLG // ole : no, status : ?
271    [
272        ExecMethod = FuTemporary ;
273        StateMethod = GetMenuState ;
274    ]
275    SID_CHAR_DLG_EFFECT // ole : no, status : ?
276    [
277        ExecMethod = FuTemporary ;
278        StateMethod = GetMenuState ;
279    ]
280    /* -> SVX
281    SID_PARA_DLG // ole : no, status : ?
282    [
283        ExecMethod = FuTemporary ;
284        StateMethod = GetMenuState ;
285    ]
286*/
287
288    SID_PARA_DLG // ole : no, status : ?
289    [
290        ExecMethod = FuTemporary ;
291        StateMethod = GetMenuState ;
292        GroupId = GID_DOCUMENT ;
293        Cachable , HasDialog , Export ,
294        MenuConfig , AccelConfig , ToolBoxConfig ;
295    ]
296    SID_CHARMAP // ole : no, status : ?
297    [
298        ExecMethod = FuTemporary ;
299        StateMethod = GetMenuState ;
300    ]
301    FN_INSERT_SOFT_HYPHEN // status(final|play)
302	[
303        ExecMethod = FuTemporary ;
304        StateMethod = GetMenuState ;
305	]
306	FN_INSERT_HARDHYPHEN // status()
307	[
308        ExecMethod = FuTemporary ;
309        StateMethod = GetMenuState ;
310	]
311	FN_INSERT_HARD_SPACE // status(final|play)
312	[
313        ExecMethod = FuTemporary ;
314        StateMethod = GetMenuState ;
315	]
316    SID_INSERT_RLM
317    [
318        ExecMethod = FuTemporary ;
319        StateMethod = GetMenuState ;
320    ]
321    SID_INSERT_LRM
322    [
323        ExecMethod = FuTemporary ;
324        StateMethod = GetMenuState ;
325    ]
326    SID_INSERT_ZWSP
327    [
328        ExecMethod = FuTemporary ;
329        StateMethod = GetMenuState ;
330    ]
331    SID_INSERT_ZWNBSP
332    [
333        ExecMethod = FuTemporary ;
334        StateMethod = GetMenuState ;
335    ]
336
337    SID_PASTE_SPECIAL // ole : no, status : ?
338    [
339        ExecMethod = FuTemporary ;
340        StateMethod = GetMenuState ;
341    ]
342
343    SID_INSERT_GRAPHIC // ole : no, status : todo
344    [
345        ExecMethod = FuTemporary ;
346        StateMethod = GetMenuState ;
347        GroupId = GID_INSERT ;
348        Cachable , HasDialog , Export , Asynchron ,
349        MenuConfig , AccelConfig , ToolBoxConfig ;
350    ]
351    SID_MANAGE_LINKS // ole : no, status : ?
352    [
353        ExecMethod = FuTemporary ;
354        StateMethod = GetMenuState ;
355    ]
356    SID_THESAURUS // ole : no, status : no
357    [
358        ExecMethod = FuTemporary ;
359        StateMethod = GetMenuState ;
360    ]
361    SID_ATTR_TABLE // ole : no, status : ?
362    [
363        ExecMethod = FuTemporary ;
364        StateMethod = GetMenuState ;
365    ]
366
367    SID_INSERT_DIAGRAM // ole : yes, status : ?
368    [
369        ExecMethod = FuTemporary ;
370        StateMethod = GetMenuState ;
371        GroupId = GID_DOCUMENT ;
372        Cachable , HasDialog , Export , Asynchron ,
373        MenuConfig , AccelConfig , ToolBoxConfig ;
374    ]
375    SID_BMPMASK // ole : yes, status : ?
376    [
377        ExecMethod = FuTemporary ;
378        StateMethod = GetMenuState ;
379    ]
380    SID_BMPMASK_PIPETTE // ole : no, status : ?
381    [
382        ExecMethod = ExecBmpMask ;
383        StateMethod = GetBmpMaskState ;
384    ]
385    SID_BMPMASK_EXEC // ole : no, status : ?
386    [
387        ExecMethod = ExecBmpMask ;
388        StateMethod = GetBmpMaskState ;
389    ]
390    SID_INSERT_OBJECT // ole : yes, status : ?
391    [
392        ExecMethod = FuTemporary ;
393        StateMethod = GetMenuState ;
394    ]
395    SID_INSERT_PLUGIN // ole : yes, status : ?
396    [
397        ExecMethod = FuTemporary ;
398        StateMethod = GetMenuState ;
399    ]
400    SID_INSERT_SOUND // ole : yes, status : ?
401    [
402        ExecMethod = FuTemporary ;
403        StateMethod = GetMenuState ;
404    ]
405	SID_INSERT_VIDEO // ole : yes, status : ?
406    [
407        ExecMethod = FuTemporary ;
408        StateMethod = GetMenuState ;
409    ]
410    SID_INSERT_FLOATINGFRAME // ole : yes, status : ?
411    [
412        ExecMethod = FuTemporary ;
413        StateMethod = GetMenuState ;
414    ]
415    SID_INSERT_IMAGE // ole : yes, status : ?
416    [
417        ExecMethod = FuTemporary ;
418        StateMethod = GetMenuState ;
419    ]
420    SID_INSERT_MATH // ole : yes, status : ?
421    [
422        ExecMethod = FuTemporary ;
423        StateMethod = GetMenuState ;
424    ]
425    SID_COPYOBJECTS // ole : no, status : ?
426    [
427        ExecMethod = FuTemporary ;
428        StateMethod = GetMenuState ;
429    ]
430    SID_PAGESETUP // ole : no, status : no
431    [
432        ExecMethod = FuTemporary ;
433        StateMethod = GetMenuState ;
434    ]
435    SID_PAGESIZE // ole : no, status : rec play
436    [
437        ExecMethod = FuTemporary ;
438        StateMethod = GetMenuState ;
439    ]
440    SID_PAGEMARGIN // ole : no, status : rec play
441    [
442        ExecMethod = FuTemporary ;
443        StateMethod = GetMenuState ;
444    ]
445    SID_SELECTAT // ole : no, status : play rec
446    [
447        ExecMethod = FuTemporary ;
448        StateMethod = GetMenuState ;
449    ]
450    SID_PRESENTATION_LAYOUT // ole : no, status : ?
451    [
452        ExecMethod = FuTemporary ;
453        StateMethod = GetMenuState ;
454    ]
455    SID_GROUP // ole : no, status : ?
456    [
457        ExecMethod = FuTemporary ;
458        StateMethod = GetMenuState ;
459        FastCall = FALSE ;
460    ]
461    SID_ENTER_GROUP // ole : no, status : ?
462    [
463        ExecMethod = FuTemporary ;
464        StateMethod = GetMenuState ;
465    ]
466    SID_LEAVE_GROUP // ole : no, status : ?
467    [
468        ExecMethod = FuTemporary ;
469        StateMethod = GetMenuState ;
470    ]
471    SID_LEAVE_ALL_GROUPS // ole : no, status : ?
472    [
473        ExecMethod = FuTemporary ;
474        StateMethod = GetMenuState ;
475    ]
476    SID_UNGROUP // ole : no, status : ?
477    [
478        ExecMethod = FuTemporary ;
479        StateMethod = GetMenuState ;
480        FastCall = FALSE ;
481    ]
482    SID_COMBINE // ole : no, status : ?
483    [
484        ExecMethod = FuTemporary ;
485        StateMethod = GetMenuState ;
486    ]
487    SID_DISTRIBUTE_DLG // ole : no, status : ?
488    [
489        ExecMethod = FuTemporary ;
490        StateMethod = GetMenuState ;
491    ]
492    SID_POLY_MERGE // ole : no, status : ?
493    [
494        ExecMethod = FuTemporary ;
495        StateMethod = GetMenuState ;
496    ]
497    SID_POLY_SUBSTRACT // ole : no, status : ?
498    [
499        ExecMethod = FuTemporary ;
500        StateMethod = GetMenuState ;
501    ]
502    SID_POLY_INTERSECT // ole : no, status : ?
503    [
504        ExecMethod = FuTemporary ;
505        StateMethod = GetMenuState ;
506    ]
507    SID_CONNECT // ole : no, status : ?
508    [
509        ExecMethod = FuTemporary ;
510        StateMethod = GetMenuState ;
511    ]
512    SID_DISMANTLE // ole : no, status : ?
513    [
514        ExecMethod = FuTemporary ;
515        StateMethod = GetMenuState ;
516    ]
517    SID_BREAK // ole : no, status : ?
518    [
519        ExecMethod = FuTemporary ;
520        StateMethod = GetMenuState ;
521    ]
522    SID_CONVERT_TO_3D // ole : no, status : ?
523    [
524        ExecMethod = FuTemporary ;
525        StateMethod = GetMenuState ;
526    ]
527    SID_CONVERT_TO_3D_LATHE // ole : no, status : ?
528    [
529        ExecMethod = FuPermanent ;
530        StateMethod = GetMenuState ;
531    ]
532    SID_CONVERT_TO_BITMAP // ole : no, status : ?
533    [
534        ExecMethod = FuTemporary ;
535        StateMethod = GetMenuState ;
536    ]
537    SID_CONVERT_TO_METAFILE // ole : no, status : ?
538    [
539        ExecMethod = FuTemporary ;
540        StateMethod = GetMenuState ;
541    ]
542    SID_FRAME_TO_TOP // ole : no, status : play rec
543    [
544        ExecMethod = FuTemporary ;
545        StateMethod = GetMenuState ;
546    ]
547    SID_MOREFRONT // ole : no, status : play rec
548    [
549        ExecMethod = FuTemporary ;
550        StateMethod = GetMenuState ;
551    ]
552    SID_BEFORE_OBJ // ole : no, status : no
553    [
554        ExecMethod = FuTemporary ;
555        StateMethod = GetMenuState ;
556    ]
557    SID_BEHIND_OBJ // ole : no, status : no
558    [
559        ExecMethod = FuTemporary ;
560        StateMethod = GetMenuState ;
561    ]
562    SID_REVERSE_ORDER // ole : no, status : play rec
563    [
564        ExecMethod = FuTemporary ;
565        StateMethod = GetMenuState ;
566    ]
567    SID_MOREBACK // ole : no, status : play rec
568    [
569        ExecMethod = FuTemporary ;
570        StateMethod = GetMenuState ;
571    ]
572    SID_FRAME_TO_BOTTOM // ole : no, status : play rec
573    [
574        ExecMethod = FuTemporary ;
575        StateMethod = GetMenuState ;
576    ]
577    SID_OBJECT_ALIGN_LEFT // ole : no, status : play rec
578    [
579        ExecMethod = FuTemporary ;
580        StateMethod = GetMenuState ;
581    ]
582    SID_OBJECT_ALIGN_CENTER // ole : no, status : play rec
583    [
584        ExecMethod = FuTemporary ;
585        StateMethod = GetMenuState ;
586    ]
587    SID_OBJECT_ALIGN_RIGHT // ole : no, status : play rec
588    [
589        ExecMethod = FuTemporary ;
590        StateMethod = GetMenuState ;
591    ]
592    SID_OBJECT_ALIGN_UP // ole : no, status : play rec
593    [
594        ExecMethod = FuTemporary ;
595        StateMethod = GetMenuState ;
596    ]
597    SID_OBJECT_ALIGN_MIDDLE // ole : no, status : play rec
598    [
599        ExecMethod = FuTemporary ;
600        StateMethod = GetMenuState ;
601    ]
602    SID_OBJECT_ALIGN_DOWN // ole : no, status : play rec
603    [
604        ExecMethod = FuTemporary ;
605        StateMethod = GetMenuState ;
606    ]
607    SID_SELECTALL // ole : no, status : ?
608    [
609        ExecMethod = FuTemporary ;
610        StateMethod = GetMenuState ;
611    ]
612    SID_ZOOM_NEXT // ole : no, status : play rec
613    [
614        ExecMethod = FuSupport ;
615        StateMethod = GetMenuState ;
616    ]
617    SID_ZOOM_PREV // ole : no, status : play rec
618    [
619        ExecMethod = FuSupport ;
620        StateMethod = GetMenuState ;
621    ]
622    SID_ZOOM_OUT // ole : no, status : play rec
623    [
624        ExecMethod = FuTemporary ;
625        StateMethod = GetMenuState ;
626    ]
627    SID_ZOOM_PANNING // ole : no, status : play rec
628    [
629        ExecMethod = FuTemporary ;
630        StateMethod = GetMenuState ;
631    ]
632    SID_ZOOM_IN // ole : no, status : play rec
633    [
634        ExecMethod = FuSupport ;
635        StateMethod = GetMenuState ;
636    ]
637    SID_SIZE_REAL // ole : no, status : play rec
638    [
639        ExecMethod = FuSupport ;
640        StateMethod = GetMenuState ;
641    ]
642    SID_SIZE_PAGE // ole : no, status : play rec
643    [
644        ExecMethod = FuSupport ;
645        StateMethod = GetMenuState ;
646    ]
647    SID_SIZE_VISAREA // ole : no, status : no
648    [
649        ExecMethod = FuSupport ;
650        StateMethod = GetMenuState ;
651    ]
652    SID_SIZE_PAGE_WIDTH // ole : no, status : play rec
653    [
654        ExecMethod = FuSupport ;
655        StateMethod = GetMenuState ;
656    ]
657    SID_SIZE_OPTIMAL // ole : no, status : play rec
658    [
659        ExecMethod = FuSupport ;
660        StateMethod = GetMenuState ;
661    ]
662    SID_SIZE_ALL // ole : no, status : ?
663    [
664        ExecMethod = FuSupport ;
665        StateMethod = GetMenuState ;
666    ]
667    SID_ZOOM // ole : no, status : play rec
668    [
669        ExecMethod = FuSupport ;
670        StateMethod = GetMenuState ;
671    ]
672    SID_DELETE // ole : no, status : ?
673    [
674        ExecMethod = FuSupport ;
675        StateMethod = GetMenuState ;
676        GroupId = GID_DOCUMENT ;
677        Cachable , Asynchron ,
678        MenuConfig , AccelConfig , ToolBoxConfig ;
679    ]
680    SID_CHANGEBEZIER // ole : no, status : ?
681    [
682        ExecMethod = FuTemporary ;
683        StateMethod = GetMenuState ;
684    ]
685    SID_CHANGEPOLYGON // ole : no, status : ?
686    [
687        ExecMethod = FuTemporary ;
688        StateMethod = GetMenuState ;
689        ReadOnlyDoc = FALSE ;
690    ]
691    SID_CONVERT_TO_CONTOUR // ole : no, status : ?
692    [
693        ExecMethod = FuTemporary ;
694        StateMethod = GetMenuState ;
695        ReadOnlyDoc = FALSE ;
696    ]
697    SID_CHOOSE_POLYGON // ole : no, status : ?
698    [
699        ExecMethod = FuTemporary ;
700        StateMethod = GetMenuState ;
701    ]
702    SID_OUTLINE_BULLET // ole : no, status : ?
703    [
704        ExecMethod = FuTemporary ;
705        StateMethod = GetMenuState ;
706		MenuConfig = TRUE;
707    ]
708    FN_SVX_SET_BULLET
709    [
710   		ExecMethod = FuTemporary ;
711    ]
712    FN_SVX_SET_NUMBER
713    [
714    	ExecMethod = FuTemporary ;
715    ]
716    SID_ATTR_CHAR // ole : no, status : ?
717    [
718        ExecMethod = FuPermanent ;
719        StateMethod = GetMenuState ;
720    ]
721    SID_DRAW_TEXT_VERTICAL // ole : no, status : ?
722    [
723        ExecMethod = FuPermanent ;
724        StateMethod = GetMenuState ;
725    ]
726    SID_TEXTEDIT // ole : no, status : ?
727    [
728        ExecMethod = FuPermanent ;
729        StateMethod = GetMenuState ;
730    ]
731    SID_TEXT_FITTOSIZE // ole : no, status : ?
732    [
733        ExecMethod = FuPermanent ;
734        StateMethod = GetMenuState ;
735    ]
736    SID_TEXT_FITTOSIZE_VERTICAL // ole : no, status : ?
737    [
738        ExecMethod = FuPermanent ;
739        StateMethod = GetMenuState ;
740    ]
741	SID_VERTICALTEXT_STATE
742	[
743        StateMethod = GetMenuState ;
744	]
745    SID_CTLFONT_STATE
746    [
747        StateMethod = GetMenuState ;
748    ]
749
750    /* -> SVX
751    SID_OBJECT_ROTATE // ole : no, status : ?
752    [
753        ExecMethod = FuPermanent ;
754        StateMethod = GetMenuState ;
755    ]
756*/
757
758    SID_OBJECT_ROTATE // ole : no, status : ?
759    [
760        ExecMethod = FuPermanent ;
761        StateMethod = GetMenuState ;
762        GroupId = GID_DOCUMENT ;
763        Cachable , AutoUpdate ,
764        MenuConfig , AccelConfig , ToolBoxConfig ;
765    ]
766    SID_OBJECT_SHEAR // ole : no, status : ?
767    [
768        ExecMethod = FuPermanent ;
769        StateMethod = GetMenuState ;
770    ]
771    /* -> DB
772    SID_OBJECT_MIRROR // ole : no, status : play rec
773    [
774        ExecMethod = FuPermanent ;
775        StateMethod = GetMenuState ;
776    ]
777*/
778
779    SID_OBJECT_MIRROR // ole : no, status : play rec
780    [
781        ExecMethod = FuPermanent ;
782        StateMethod = GetMenuState ;
783    ]
784
785    SID_OBJECT_CROP // ole : no, status : play rec
786    [
787        ExecMethod = FuPermanent ;
788        StateMethod = GetMenuState ;
789    ]
790
791    SID_OBJECT_TRANSPARENCE // ole : no, status : ?
792    [
793        ExecMethod = FuPermanent ;
794        StateMethod = GetMenuState ;
795    ]
796    SID_OBJECT_GRADIENT // ole : no, status : ?
797    [
798        ExecMethod = FuPermanent ;
799        StateMethod = GetMenuState ;
800    ]
801
802    SID_OBJECT_CROOK_ROTATE // ole : no, status : ?
803    [
804        ExecMethod = FuPermanent ;
805        StateMethod = GetMenuState ;
806    ]
807    SID_OBJECT_CROOK_SLANT // ole : no, status : play rec
808    [
809        ExecMethod = FuPermanent ;
810        StateMethod = GetMenuState ;
811    ]
812    SID_OBJECT_CROOK_STRETCH // ole : no, status : play rec
813    [
814        ExecMethod = FuPermanent ;
815        StateMethod = GetMenuState ;
816    ]
817    SID_DRAW_RECT // ole : no, status : play rec
818    [
819        ExecMethod = FuPermanent ;
820        StateMethod = GetMenuState ;
821    ]
822    SID_DRAW_RECT_NOFILL // ole : no, status : play rec
823    [
824        ExecMethod = FuPermanent ;
825        StateMethod = GetMenuState ;
826    ]
827    SID_DRAW_RECT_ROUND // ole : no, status : play rec
828    [
829        ExecMethod = FuPermanent ;
830        StateMethod = GetMenuState ;
831    ]
832    SID_DRAW_RECT_ROUND_NOFILL // ole : no, status : play rec
833    [
834        ExecMethod = FuPermanent ;
835        StateMethod = GetMenuState ;
836    ]
837    SID_DRAW_SQUARE // ole : no, status : play rec
838    [
839        ExecMethod = FuPermanent ;
840        StateMethod = GetMenuState ;
841    ]
842    SID_DRAW_SQUARE_NOFILL // ole : no, status : play rec
843    [
844        ExecMethod = FuPermanent ;
845        StateMethod = GetMenuState ;
846    ]
847    SID_DRAW_SQUARE_ROUND // ole : no, status : play rec
848    [
849        ExecMethod = FuPermanent ;
850        StateMethod = GetMenuState ;
851    ]
852    SID_DRAW_SQUARE_ROUND_NOFILL // ole : no, status : play rec
853    [
854        ExecMethod = FuPermanent ;
855        StateMethod = GetMenuState ;
856    ]
857    SID_TOOL_CONNECTOR // ole : no, status : no
858    [
859        ExecMethod = FuPermanent ;
860        StateMethod = GetMenuState ;
861    ]
862    SID_CONNECTOR_ARROW_START // ole : no, status : no
863    [
864        ExecMethod = FuPermanent ;
865        StateMethod = GetMenuState ;
866    ]
867    SID_CONNECTOR_ARROW_END // ole : no, status : no
868    [
869        ExecMethod = FuPermanent ;
870        StateMethod = GetMenuState ;
871    ]
872    SID_CONNECTOR_ARROWS // ole : no, status : no
873    [
874        ExecMethod = FuPermanent ;
875        StateMethod = GetMenuState ;
876    ]
877    SID_CONNECTOR_CIRCLE_START // ole : no, status : no
878    [
879        ExecMethod = FuPermanent ;
880        StateMethod = GetMenuState ;
881    ]
882    SID_CONNECTOR_CIRCLE_END // ole : no, status : no
883    [
884        ExecMethod = FuPermanent ;
885        StateMethod = GetMenuState ;
886    ]
887    SID_CONNECTOR_CIRCLES // ole : no, status : no
888    [
889        ExecMethod = FuPermanent ;
890        StateMethod = GetMenuState ;
891    ]
892    SID_CONNECTOR_LINE // ole : no, status : no
893    [
894        ExecMethod = FuPermanent ;
895        StateMethod = GetMenuState ;
896    ]
897    SID_CONNECTOR_LINE_ARROW_START // ole : no, status : no
898    [
899        ExecMethod = FuPermanent ;
900        StateMethod = GetMenuState ;
901    ]
902    SID_CONNECTOR_LINE_ARROW_END // ole : no, status : no
903    [
904        ExecMethod = FuPermanent ;
905        StateMethod = GetMenuState ;
906    ]
907    SID_CONNECTOR_LINE_ARROWS // ole : no, status : no
908    [
909        ExecMethod = FuPermanent ;
910        StateMethod = GetMenuState ;
911    ]
912    SID_CONNECTOR_LINE_CIRCLE_START // ole : no, status : no
913    [
914        ExecMethod = FuPermanent ;
915        StateMethod = GetMenuState ;
916    ]
917    SID_CONNECTOR_LINE_CIRCLE_END // ole : no, status : no
918    [
919        ExecMethod = FuPermanent ;
920        StateMethod = GetMenuState ;
921    ]
922    SID_CONNECTOR_LINE_CIRCLES // ole : no, status : no
923    [
924        ExecMethod = FuPermanent ;
925        StateMethod = GetMenuState ;
926    ]
927    SID_CONNECTOR_CURVE // ole : no, status : no
928    [
929        ExecMethod = FuPermanent ;
930        StateMethod = GetMenuState ;
931    ]
932    SID_CONNECTOR_CURVE_ARROW_START // ole : no, status : no
933    [
934        ExecMethod = FuPermanent ;
935        StateMethod = GetMenuState ;
936    ]
937    SID_CONNECTOR_CURVE_ARROW_END // ole : no, status : no
938    [
939        ExecMethod = FuPermanent ;
940        StateMethod = GetMenuState ;
941    ]
942    SID_CONNECTOR_CURVE_ARROWS // ole : no, status : no
943    [
944        ExecMethod = FuPermanent ;
945        StateMethod = GetMenuState ;
946    ]
947    SID_CONNECTOR_CURVE_CIRCLE_START // ole : no, status : no
948    [
949        ExecMethod = FuPermanent ;
950        StateMethod = GetMenuState ;
951    ]
952    SID_CONNECTOR_CURVE_CIRCLE_END // ole : no, status : no
953    [
954        ExecMethod = FuPermanent ;
955        StateMethod = GetMenuState ;
956    ]
957    SID_CONNECTOR_CURVE_CIRCLES // ole : no, status : no
958    [
959        ExecMethod = FuPermanent ;
960        StateMethod = GetMenuState ;
961    ]
962    SID_CONNECTOR_LINES // ole : no, status : no
963    [
964        ExecMethod = FuPermanent ;
965        StateMethod = GetMenuState ;
966    ]
967    SID_CONNECTOR_LINES_ARROW_START // ole : no, status : no
968    [
969        ExecMethod = FuPermanent ;
970        StateMethod = GetMenuState ;
971    ]
972    SID_CONNECTOR_LINES_ARROW_END // ole : no, status : no
973    [
974        ExecMethod = FuPermanent ;
975        StateMethod = GetMenuState ;
976    ]
977    SID_CONNECTOR_LINES_ARROWS // ole : no, status : no
978    [
979        ExecMethod = FuPermanent ;
980        StateMethod = GetMenuState ;
981    ]
982    SID_CONNECTOR_LINES_CIRCLE_START // ole : no, status : no
983    [
984        ExecMethod = FuPermanent ;
985        StateMethod = GetMenuState ;
986    ]
987    SID_CONNECTOR_LINES_CIRCLE_END // ole : no, status : no
988    [
989        ExecMethod = FuPermanent ;
990        StateMethod = GetMenuState ;
991    ]
992    SID_CONNECTOR_LINES_CIRCLES // ole : no, status : no
993    [
994        ExecMethod = FuPermanent ;
995        StateMethod = GetMenuState ;
996    ]
997    SID_LINE_ARROW_START // ole : no, status : no
998    [
999        ExecMethod = FuPermanent ;
1000        StateMethod = GetMenuState ;
1001    ]
1002    SID_LINE_ARROW_END // ole : no, status : no
1003    [
1004        ExecMethod = FuPermanent ;
1005        StateMethod = GetMenuState ;
1006    ]
1007    SID_LINE_ARROWS // ole : no, status : no
1008    [
1009        ExecMethod = FuPermanent ;
1010        StateMethod = GetMenuState ;
1011    ]
1012    SID_LINE_ARROW_CIRCLE // ole : no, status : no
1013    [
1014        ExecMethod = FuPermanent ;
1015        StateMethod = GetMenuState ;
1016    ]
1017    SID_LINE_CIRCLE_ARROW // ole : no, status : no
1018    [
1019        ExecMethod = FuPermanent ;
1020        StateMethod = GetMenuState ;
1021    ]
1022    SID_LINE_ARROW_SQUARE // ole : no, status : no
1023    [
1024        ExecMethod = FuPermanent ;
1025        StateMethod = GetMenuState ;
1026    ]
1027    SID_LINE_SQUARE_ARROW // ole : no, status : no
1028    [
1029        ExecMethod = FuPermanent ;
1030        StateMethod = GetMenuState ;
1031    ]
1032    SID_DRAW_CAPTION // ole : no, status : no
1033    [
1034        ExecMethod = FuPermanent ;
1035        StateMethod = GetMenuState ;
1036    ]
1037    SID_DRAW_CAPTION_VERTICAL // ole : no, status : no
1038    [
1039        ExecMethod = FuPermanent ;
1040        StateMethod = GetMenuState ;
1041    ]
1042    SID_DRAW_CIRCLE // ole : no, status : play rec
1043    [
1044        ExecMethod = FuPermanent ;
1045        StateMethod = GetMenuState ;
1046    ]
1047    SID_DRAW_CIRCLE_NOFILL // ole : no, status : play rec
1048    [
1049        ExecMethod = FuPermanent ;
1050        StateMethod = GetMenuState ;
1051    ]
1052    SID_DRAW_ELLIPSE // ole : no, status : play rec
1053    [
1054        ExecMethod = FuPermanent ;
1055        StateMethod = GetMenuState ;
1056    ]
1057    SID_DRAW_ELLIPSE_NOFILL // ole : no, status : play rec
1058    [
1059        ExecMethod = FuPermanent ;
1060        StateMethod = GetMenuState ;
1061    ]
1062    SID_DRAW_ARC // ole : no, status : play rec
1063    [
1064        ExecMethod = FuPermanent ;
1065        StateMethod = GetMenuState ;
1066    ]
1067    SID_DRAW_CIRCLEARC // ole : no, status : play rec
1068    [
1069        ExecMethod = FuPermanent ;
1070        StateMethod = GetMenuState ;
1071    ]
1072    SID_DRAW_PIE // ole : no, status : play rec
1073    [
1074        ExecMethod = FuPermanent ;
1075        StateMethod = GetMenuState ;
1076    ]
1077    SID_DRAW_PIE_NOFILL // ole : no, status : play rec
1078    [
1079        ExecMethod = FuPermanent ;
1080        StateMethod = GetMenuState ;
1081    ]
1082    SID_DRAW_CIRCLEPIE // ole : no, status : play rec
1083    [
1084        ExecMethod = FuPermanent ;
1085        StateMethod = GetMenuState ;
1086    ]
1087    SID_DRAW_CIRCLEPIE_NOFILL // ole : no, status : play rec
1088    [
1089        ExecMethod = FuPermanent ;
1090        StateMethod = GetMenuState ;
1091    ]
1092    SID_DRAW_CIRCLECUT // ole : no, status : play rec
1093    [
1094        ExecMethod = FuPermanent ;
1095        StateMethod = GetMenuState ;
1096    ]
1097    SID_DRAW_CIRCLECUT_NOFILL // ole : no, status : play rec
1098    [
1099        ExecMethod = FuPermanent ;
1100        StateMethod = GetMenuState ;
1101    ]
1102    SID_DRAW_ELLIPSECUT // ole : no, status : play rec
1103    [
1104        ExecMethod = FuPermanent ;
1105        StateMethod = GetMenuState ;
1106    ]
1107    SID_DRAW_ELLIPSECUT_NOFILL // ole : no, status : play rec
1108    [
1109        ExecMethod = FuPermanent ;
1110        StateMethod = GetMenuState ;
1111    ]
1112    SID_DRAW_LINE // ole : no, status : no
1113    [
1114        ExecMethod = FuPermanent ;
1115        StateMethod = GetMenuState ;
1116    ]
1117    SID_DRAW_MEASURELINE // ole : no, status : no
1118    [
1119        ExecMethod = FuPermanent ;
1120        StateMethod = GetMenuState ;
1121    ]
1122    SID_DRAW_XLINE // ole : no, status : no
1123    [
1124        ExecMethod = FuPermanent ;
1125        StateMethod = GetMenuState ;
1126    ]
1127    SID_MOVETO // ole : no, status : play rec
1128    [
1129        ExecMethod = FuPermanent ;
1130        StateMethod = GetMenuState ;
1131    ]
1132    SID_LINETO // ole : no, status : play rec
1133    [
1134        ExecMethod = FuPermanent ;
1135        StateMethod = GetMenuState ;
1136    ]
1137    SID_BEZIERTO // ole : no, status : play rec
1138    [
1139        ExecMethod = FuPermanent ;
1140        StateMethod = GetMenuState ;
1141    ]
1142    SID_DRAW_XPOLYGON // ole : no, status : no
1143    [
1144        ExecMethod = FuPermanent ;
1145        StateMethod = GetMenuState ;
1146    ]
1147    SID_DRAW_XPOLYGON_NOFILL // ole : no, status : no
1148    [
1149        ExecMethod = FuPermanent ;
1150        StateMethod = GetMenuState ;
1151    ]
1152    SID_DRAW_POLYGON // ole : no, status : no
1153    [
1154        ExecMethod = FuPermanent ;
1155        StateMethod = GetMenuState ;
1156    ]
1157    SID_DRAW_POLYGON_NOFILL // ole : no, status : no
1158    [
1159        ExecMethod = FuPermanent ;
1160        StateMethod = GetMenuState ;
1161    ]
1162    SID_DRAW_BEZIER_FILL // ole : no, status : ?
1163    [
1164        ExecMethod = FuPermanent ;
1165        StateMethod = GetMenuState ;
1166    ]
1167    SID_DRAW_BEZIER_NOFILL // ole : no, status : ?
1168    [
1169        ExecMethod = FuPermanent ;
1170        StateMethod = GetMenuState ;
1171    ]
1172    SID_DRAW_FREELINE // ole : no, status : ?
1173    [
1174        ExecMethod = FuPermanent ;
1175        StateMethod = GetMenuState ;
1176    ]
1177    SID_DRAW_FREELINE_NOFILL // ole : no, status : ?
1178    [
1179        ExecMethod = FuPermanent ;
1180        StateMethod = GetMenuState ;
1181    ]
1182    SID_3D_CUBE // ole : no, status : ?
1183    [
1184        ExecMethod = FuPermanent ;
1185        StateMethod = GetMenuState ;
1186    ]
1187    SID_3D_SPHERE // ole : no, status : ?
1188    [
1189        ExecMethod = FuPermanent ;
1190        StateMethod = GetMenuState ;
1191    ]
1192    SID_3D_CYLINDER // ole : no, status : ?
1193    [
1194        ExecMethod = FuPermanent ;
1195        StateMethod = GetMenuState ;
1196    ]
1197    SID_3D_CONE // ole : no, status : ?
1198    [
1199        ExecMethod = FuPermanent ;
1200        StateMethod = GetMenuState ;
1201    ]
1202    SID_3D_PYRAMID // ole : no, status : ?
1203    [
1204        ExecMethod = FuPermanent ;
1205        StateMethod = GetMenuState ;
1206    ]
1207    SID_3D_SHELL // ole : no, status : ?
1208    [
1209        ExecMethod = FuPermanent ;
1210        StateMethod = GetMenuState ;
1211    ]
1212    SID_3D_TORUS // ole : no, status : ?
1213    [
1214        ExecMethod = FuPermanent ;
1215        StateMethod = GetMenuState ;
1216    ]
1217    SID_3D_HALF_SPHERE // ole : no, status : ?
1218    [
1219        ExecMethod = FuPermanent ;
1220        StateMethod = GetMenuState ;
1221    ]
1222
1223    TbxImageItem ObjectAlign SID_OBJECT_ALIGN // ole : no, status : ?
1224    [
1225        ExecMethod = FuSupport ;
1226        StateMethod = GetMenuState ;
1227        GroupId = GID_DOCUMENT ;
1228        Cachable , Export ;
1229        PseudoSlots = FALSE ;
1230        ToolBoxConfig ;
1231		MenuConfig = TRUE;
1232    ]
1233
1234    SID_ZOOM_TOOLBOX // ole : no, status : ?
1235    [
1236        ExecMethod = FuSupport ;
1237        StateMethod = GetMenuState ;
1238    ]
1239    SID_OBJECT_CHOOSE_MODE // ole : no, status : ?
1240    [
1241        ExecMethod = FuSupport ;
1242        StateMethod = GetMenuState ;
1243    ]
1244    SID_POSITION // ole : no, status : ?
1245    [
1246        ExecMethod = FuSupport ;
1247        StateMethod = GetMenuState ;
1248    ]
1249    SID_DRAWTBX_TEXT // ole : no, status : ?
1250    [
1251        ExecMethod = FuSupport ;
1252        StateMethod = GetMenuState ;
1253    ]
1254    SID_DRAWTBX_CONNECTORS // ole : no, status : ?
1255    [
1256        ExecMethod = FuSupport ;
1257        StateMethod = GetMenuState ;
1258    ]
1259    SID_DRAWTBX_RECTANGLES // ole : no, status : ?
1260    [
1261        ExecMethod = FuSupport ;
1262        StateMethod = GetMenuState ;
1263    ]
1264    SID_DRAWTBX_ELLIPSES // ole : no, status : ?
1265    [
1266        ExecMethod = FuSupport ;
1267        StateMethod = GetMenuState ;
1268    ]
1269    SID_DRAWTBX_LINES // ole : no, status : ?
1270    [
1271        ExecMethod = FuSupport ;
1272        StateMethod = GetMenuState ;
1273    ]
1274    SID_DRAWTBX_ARROWS // ole : no, status : ?
1275    [
1276        ExecMethod = FuSupport ;
1277        StateMethod = GetMenuState ;
1278    ]
1279    SID_DRAWTBX_3D_OBJECTS // ole : no, status : ?
1280    [
1281        ExecMethod = FuSupport ;
1282        StateMethod = GetMenuState ;
1283    ]
1284    SID_DRAWTBX_INSERT // ole : no, status : ?
1285    [
1286        ExecMethod = FuSupport ;
1287        StateMethod = GetMenuState ;
1288    ]
1289    SID_OBJECT_SELECT // ole : no, status : ?
1290    [
1291        ExecMethod = FuPermanent ;
1292        StateMethod = GetMenuState ;
1293        Export = FALSE ;
1294    ]
1295     //////////////////////////////////////////////////////////////////////
1296     // Beginn FormSlots
1297    SID_FM_CREATE_CONTROL
1298    [
1299        ExecMethod = FuPermanent ;
1300    ]
1301	// #98721#
1302    SID_FM_CREATE_FIELDCONTROL
1303    [
1304	SlotType = SfxBoolItem ;
1305        ExecMethod = FuPermanent ;
1306    ]
1307    SID_ATTR_YEAR2000
1308    [
1309        ExecMethod = ExecCtrl ;
1310        StateMethod = GetCtrlState ;
1311    ]
1312     // Ende FormSlots
1313     //////////////////////////////////////////////////////////////////////
1314    SID_ATTR_FILL_STYLE // ole : no, status : ?
1315    [
1316        ExecMethod = FuTemporary ;
1317        StateMethod = GetAttrState ;
1318    ]
1319    SID_ATTR_FILL_COLOR // ole : no, status : ?
1320    [
1321        ExecMethod = FuTemporary ;
1322        StateMethod = GetAttrState ;
1323    ]
1324    SID_ATTR_FILL_GRADIENT // ole : no, status : ?
1325    [
1326        ExecMethod = FuTemporary ;
1327        StateMethod = GetAttrState ;
1328    ]
1329    SID_ATTR_FILL_HATCH // ole : no, status : ?
1330    [
1331        ExecMethod = FuTemporary ;
1332        StateMethod = GetAttrState ;
1333    ]
1334    SID_ATTR_FILL_BITMAP // ole : no, status : ?
1335    [
1336        ExecMethod = FuTemporary ;
1337        StateMethod = GetAttrState ;
1338    ]
1339    SID_ATTR_FILL_TRANSPARENCE // ole : no, status : ?
1340    [
1341        ExecMethod = FuTemporary ;
1342        StateMethod = GetAttrState ;
1343    ]
1344    SID_ATTR_FILL_FLOATTRANSPARENCE // ole : no, status : ?
1345    [
1346        ExecMethod = FuTemporary ;
1347        StateMethod = GetAttrState ;
1348    ]
1349    SID_ATTR_LINE_STYLE // ole : no, status : ?
1350    [
1351        ExecMethod = FuTemporary ;
1352        StateMethod = GetAttrState ;
1353    ]
1354    SID_ATTR_LINE_JOINT // ole : no, status : ?
1355    [
1356        ExecMethod = FuTemporary ;
1357        StateMethod = GetAttrState ;
1358    ]
1359    SID_ATTR_LINE_CAP // ole : no, status : ?
1360    [
1361        ExecMethod = FuTemporary ;
1362        StateMethod = GetAttrState ;
1363    ]
1364    SID_ATTR_LINE_TRANSPARENCE // ole : no, status : ?
1365    [
1366        ExecMethod = FuTemporary ;
1367        StateMethod = GetAttrState ;
1368    ]
1369    SID_ATTR_LINE_DASH // ole : no, status : ?
1370    [
1371        ExecMethod = FuTemporary ;
1372        StateMethod = GetAttrState ;
1373    ]
1374	SID_DASH_LIST
1375	[
1376	    StateMethod = GetAttrState ;
1377	]
1378    SID_LINEEND_LIST
1379    [
1380	    StateMethod = GetAttrState ;
1381    ]
1382	SID_COLOR_TABLE
1383	[
1384        StateMethod = GetAttrState;
1385	]
1386    SID_GRADIENT_LIST
1387    [
1388        StateMethod = GetAttrState ;
1389    ]
1390    SID_HATCH_LIST
1391    [
1392        StateMethod = GetAttrState ;
1393    ]
1394    SID_BITMAP_LIST
1395    [
1396        StateMethod = GetAttrState ;
1397    ]
1398    SID_ATTR_LINE_WIDTH // ole : no, status : ?
1399    [
1400        ExecMethod = FuTemporary ;
1401        StateMethod = GetAttrState ;
1402    ]
1403    SID_ATTR_LINE_COLOR // ole : no, status : ?
1404    [
1405        ExecMethod = FuTemporary ;
1406        StateMethod = GetAttrState ;
1407    ]
1408    SID_ATTR_LINEEND_STYLE // ole : no, status : play rec
1409    [
1410        ExecMethod = FuTemporary ;
1411        StateMethod = GetAttrState ;
1412    ]
1413    SID_ATTR_LINE_START // ole : no, status : play rec
1414    [
1415        ExecMethod = FuTemporary ;
1416        StateMethod = GetAttrState ;
1417    ]
1418    SID_ATTR_LINE_END // ole : no, status : play rec
1419    [
1420        ExecMethod = FuTemporary ;
1421        StateMethod = GetAttrState ;
1422    ]
1423    SID_DELETE_PAGE // ole : no, status : play rec
1424    [
1425        ExecMethod = FuTemporary ;
1426        StateMethod = GetMenuState ;
1427    ]
1428    SID_DELETE_LAYER // ole : no, status : play rec
1429    [
1430        ExecMethod = FuTemporary ;
1431        StateMethod = GetMenuState ;
1432    ]
1433    SID_INSERTFILE // ole : no, status : todo
1434    [
1435        ExecMethod = FuTemporary ;
1436        StateMethod = GetMenuState ;
1437    ]
1438    SID_STYLE_FAMILY2 // ole : no, status : ?
1439    [
1440        ExecMethod = FuTemporary ;
1441        StateMethod = GetAttrState ;
1442        Export = FALSE ;
1443    ]
1444    SID_STYLE_FAMILY3 // ole : no, status : ?
1445    [
1446        ExecMethod = FuTemporary ;
1447        StateMethod = GetAttrState ;
1448        Export = FALSE ;
1449    ]
1450    SID_STYLE_NEW // ole : no, status : ?
1451    [
1452        ExecMethod = FuTemporary ;
1453        StateMethod = GetAttrState ;
1454        GroupId = GID_DOCUMENT ;
1455        Cachable ;
1456    ]
1457    SID_STYLE_DRAGHIERARCHIE // ole : no, status : ?
1458    [
1459        StateMethod = GetAttrState ;
1460    ]
1461    SID_STYLE_EDIT // ole : no, status : ?
1462    [
1463        ExecMethod = FuTemporary ;
1464        StateMethod = GetAttrState ;
1465        GroupId = GID_DOCUMENT ;
1466        Cachable ;
1467    ]
1468    SID_STYLE_DELETE // ole : no, status : ?
1469    [
1470        ExecMethod = FuTemporary ;
1471        StateMethod = GetAttrState ;
1472        GroupId = GID_DOCUMENT ;
1473        Cachable ;
1474    ]
1475    SID_STYLE_APPLY // ole : no, status : ?
1476    [
1477        ExecMethod = FuTemporary ;
1478        StateMethod = GetAttrState ;
1479        GroupId = GID_DOCUMENT ;
1480        Cachable ;
1481    ]
1482    SID_STYLE_WATERCAN // ole : no, status : ?
1483    [
1484        ExecMethod = FuTemporary ;
1485        StateMethod = GetAttrState ;
1486        GroupId = GID_DOCUMENT ;
1487        Cachable ;
1488    ]
1489    SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ?
1490    [
1491        ExecMethod = FuTemporary ;
1492        StateMethod = GetAttrState ;
1493        GroupId = GID_DOCUMENT ;
1494        Cachable ;
1495    ]
1496    SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ?
1497    [
1498        ExecMethod = FuTemporary ;
1499        StateMethod = GetAttrState ;
1500        GroupId = GID_DOCUMENT ;
1501        Cachable ;
1502    ]
1503    SID_SET_DEFAULT // ole : no, status : ?
1504    [
1505        ExecMethod = FuTemporary ;
1506        StateMethod = GetAttrState ;
1507    ]
1508    SID_RULER_PAGE_POS // ole : no, status : ?
1509    [
1510        ExecMethod = ExecRuler ;
1511        StateMethod = GetRulerState ;
1512    ]
1513
1514    SID_RULER_OBJECT // ole : no, status : ?
1515    [
1516        ExecMethod = ExecRuler ;
1517        StateMethod = GetRulerState ;
1518    ]
1519
1520    SID_RULER_NULL_OFFSET // ole : no, status : ?
1521    [
1522        ExecMethod = ExecRuler ;
1523        StateMethod = GetRulerState ;
1524    ]
1525    SID_ATTR_LONG_LRSPACE // ole : no, status : ?
1526    [
1527        ExecMethod = ExecRuler ;
1528        StateMethod = GetRulerState ;
1529        Cachable ;
1530    ]
1531    SID_ATTR_LONG_ULSPACE // ole : no, status : ?
1532    [
1533        ExecMethod = ExecRuler ;
1534        StateMethod = GetRulerState ;
1535        Cachable ;
1536    ]
1537    SID_RULER_LR_MIN_MAX // ole : no, status : ?
1538    [
1539        ExecMethod = ExecRuler ;
1540        StateMethod = GetRulerState ;
1541    ]
1542
1543    SID_RULER_TEXT_RIGHT_TO_LEFT
1544    [
1545        ExecMethod = ExecRuler ;
1546        StateMethod = GetRulerState ;
1547	]
1548
1549    SID_ATTR_TABSTOP // ole : no, status : ?
1550    [
1551        ExecMethod = ExecRuler ;
1552        StateMethod = GetRulerState ;
1553    ]
1554
1555    SID_ATTR_PARA_LRSPACE // ole : no, status : ?
1556    [
1557        ExecMethod = ExecRuler ;
1558        StateMethod = GetRulerState ;
1559    ]
1560    SID_ATTR_PARA_LINESPACE
1561    [
1562        ExecMethod = ExecRuler ;
1563        StateMethod = GetAttrState ;
1564    ]
1565    SID_ATTR_PARA_ULSPACE
1566    [
1567        ExecMethod = ExecRuler ;
1568        StateMethod = GetAttrState ;
1569    ]
1570    SID_ATTR_POSITION // ole : no, status : ?
1571    [
1572        ExecMethod = ExecStatusBar ;
1573        StateMethod = GetStatusBarState ;
1574    ]
1575    SID_ATTR_SIZE // ole : no, status : ?
1576    [
1577        ExecMethod = ExecStatusBar ;
1578        StateMethod = GetStatusBarState ;
1579        Export ;
1580    ]
1581    SID_STATUS_PAGE // ole : no, status : ?
1582    [
1583        ExecMethod = ExecStatusBar ;
1584        StateMethod = GetStatusBarState ;
1585    ]
1586    SID_STATUS_LAYOUT // ole : no, status : ?
1587    [
1588        ExecMethod = ExecStatusBar ;
1589        StateMethod = GetStatusBarState ;
1590    ]
1591    SID_LINEEND_POLYGON // ole : no, status : ?
1592    [
1593        ExecMethod = FuTemporary ;
1594        StateMethod = GetMenuState ;
1595    ]
1596    SID_GRAPHIC_EXPORT // ole : no, status : ?
1597    [
1598        ExecMethod = FuTemporary ;
1599        StateMethod = GetMenuState ;
1600    ]
1601    SID_NAME_GROUP // ole : no, status : ?
1602    [
1603        ExecMethod = FuTemporary ;
1604        StateMethod = GetMenuState ;
1605    ]
1606    SID_OBJECT_TITLE_DESCRIPTION // #i68101# ole : no, status : ?
1607    [
1608        ExecMethod = FuTemporary ;
1609        StateMethod = GetMenuState ;
1610    ]
1611    SID_CONTEXT // ole : no, status : ?
1612    [
1613        ExecMethod = FuTemporary ;
1614        StateMethod = GetMenuState ;
1615    ]
1616    SID_SET_SNAPITEM // ole : no, status : ?
1617    [
1618        ExecMethod = FuTemporary ;
1619        StateMethod = GetSnapItemState ;
1620    ]
1621    SID_DELETE_SNAPITEM // ole : no, status : ?
1622    [
1623        ExecMethod = FuTemporary ;
1624        StateMethod = GetSnapItemState ;
1625    ]
1626    SID_CAPTUREPOINT // ole : no, status : ?
1627    [
1628        ExecMethod = FuTemporary ;
1629        GroupId = GID_DOCUMENT ;
1630    ]
1631    SID_SWITCH_POINTEDIT // ole : no, status : ?
1632    [
1633        ExecMethod = FuPermanent ;
1634        StateMethod = GetMenuState ;
1635    ]
1636    SID_RULER // ole : no, status : play rec
1637    [
1638        ExecMethod = FuSupport ;
1639        StateMethod = GetMenuState ;
1640        GroupId = GID_DOCUMENT ;
1641        Cachable ;
1642	MenuConfig = TRUE ;
1643    ]
1644    SID_TEXTALIGNMENT // ole : no, status : ?
1645    [
1646        ExecMethod = FuTemporary ;
1647        StateMethod = GetMenuState ;
1648    ]
1649    SID_COLOR_CONTROL // ole : no, status : ?
1650    [
1651        ExecMethod = FuTemporary ;
1652        StateMethod = GetMenuState ;
1653    ]
1654    SID_FONTWORK // ole : no, status : ?
1655    [
1656        ExecMethod = FuTemporary ;
1657        StateMethod = GetMenuState ;
1658    ]
1659    SID_FORMTEXT_STYLE // ole : no, status : ?
1660    [
1661        ExecMethod = ExecFormText ;
1662        StateMethod = GetFormTextState ;
1663    ]
1664    SID_FORMTEXT_ADJUST // ole : no, status : ?
1665    [
1666        ExecMethod = ExecFormText ;
1667        StateMethod = GetFormTextState ;
1668    ]
1669    SID_FORMTEXT_DISTANCE // ole : no, status : ?
1670    [
1671        ExecMethod = ExecFormText ;
1672        StateMethod = GetFormTextState ;
1673    ]
1674    SID_FORMTEXT_START // ole : no, status : ?
1675    [
1676        ExecMethod = ExecFormText ;
1677        StateMethod = GetFormTextState ;
1678    ]
1679    SID_FORMTEXT_MIRROR // ole : no, status : ?
1680    [
1681        ExecMethod = ExecFormText ;
1682        StateMethod = GetFormTextState ;
1683    ]
1684    SID_FORMTEXT_HIDEFORM // ole : no, status : ?
1685    [
1686        ExecMethod = ExecFormText ;
1687        StateMethod = GetFormTextState ;
1688    ]
1689    SID_FORMTEXT_OUTLINE // ole : no, status : ?
1690    [
1691        ExecMethod = ExecFormText ;
1692        StateMethod = GetFormTextState ;
1693    ]
1694    SID_FORMTEXT_SHADOW // ole : no, status : ?
1695    [
1696        ExecMethod = ExecFormText ;
1697        StateMethod = GetFormTextState ;
1698    ]
1699    SID_FORMTEXT_SHDWCOLOR // ole : no, status : ?
1700    [
1701        ExecMethod = ExecFormText ;
1702        StateMethod = GetFormTextState ;
1703    ]
1704    SID_FORMTEXT_SHDWXVAL // ole : no, status : ?
1705    [
1706        ExecMethod = ExecFormText ;
1707        StateMethod = GetFormTextState ;
1708    ]
1709    SID_FORMTEXT_SHDWYVAL // ole : no, status : ?
1710    [
1711        ExecMethod = ExecFormText ;
1712        StateMethod = GetFormTextState ;
1713    ]
1714    SID_FORMTEXT_STDFORM // ole : no, status : ?
1715    [
1716        ExecMethod = ExecFormText ;
1717        StateMethod = GetFormTextState ;
1718    ]
1719    SID_GALLERY // ole : yes, status : ?
1720    [
1721        ExecMethod = FuTemporary ;
1722        StateMethod = GetMenuState ;
1723    ]
1724    SID_GALLERY_FORMATS // ole : no, status : ?
1725    [
1726        ExecMethod = ExecGallery ;
1727        StateMethod = GetGalleryState ;
1728        GroupId = GID_DOCUMENT ;
1729        Cachable ;
1730    ]
1731    SID_NAVIGATOR_INIT // ole : no, status : ?
1732    [
1733        ExecMethod = ExecNavigatorWin ;
1734        StateMethod = GetNavigatorWinState ;
1735    ]
1736    SID_NAVIGATOR_PAGE // ole : no, status : ?
1737    [
1738        ExecMethod = ExecNavigatorWin ;
1739        StateMethod = GetNavigatorWinState ;
1740    ]
1741    SID_NAVIGATOR_OBJECT // ole : no, status : ?
1742    [
1743        ExecMethod = ExecNavigatorWin ;
1744        StateMethod = GetNavigatorWinState ;
1745    ]
1746    SID_NAVIGATOR_STATE // ole : no, status : ?
1747    [
1748        ExecMethod = ExecNavigatorWin ;
1749        StateMethod = GetNavigatorWinState ;
1750    ]
1751    SID_NAVIGATOR_PAGENAME // ole : no, status : ?
1752    [
1753        ExecMethod = ExecNavigatorWin ;
1754        StateMethod = GetNavigatorWinState ;
1755    ]
1756    SID_HORIZONTAL // ole : no, status : ?
1757    [
1758        ExecMethod = FuTemporary ;
1759        StateMethod = GetMenuState ;
1760    ]
1761    SID_FLIP_HORIZONTAL
1762    [
1763        ExecMethod = FuTemporary ;
1764        StateMethod = GetMenuState ;
1765    ]
1766    SID_VERTICAL // ole : no, status : ?
1767    [
1768        ExecMethod = FuTemporary ;
1769        StateMethod = GetMenuState ;
1770    ]
1771    SID_FLIP_VERTICAL
1772    [
1773        ExecMethod = FuTemporary ;
1774        StateMethod = GetMenuState ;
1775    ]
1776    SID_ATTR_FILL_SHADOW // ole : no, status : ?
1777    [
1778        ExecMethod = FuTemporary ;
1779        StateMethod = GetAttrState ;
1780    ]
1781    SID_ATTR_TEXT_FITTOSIZE // ole : no, status : ?
1782    [
1783        ExecMethod = FuTemporary ;
1784        StateMethod = GetAttrState ;
1785    ]
1786    SID_OBJECT_CLOSE // ole : no, status : ?
1787    [
1788        ExecMethod = FuSupport ;
1789        StateMethod = GetMenuState ;
1790    ]
1791     // Problem mit SID_ATTR_FILL_STYLE:
1792     // frueher XFillStyle, jetzt Property FillStyle (Get/Set)
1793     // deswegen Export = FALSE !
1794    SID_SETFILLSTYLE // ole : no, status : play rec
1795    [
1796        ExecMethod = AttrExec ;
1797        StateMethod = AttrState ;
1798        Export = FALSE ;
1799    ]
1800    SID_GETFILLSTYLE // ole : no, status : play rec
1801    [
1802        ExecMethod = AttrExec ;
1803        StateMethod = AttrState ;
1804    ]
1805    SID_SETLINESTYLE // ole : no, status : play rec
1806    [
1807        ExecMethod = AttrExec ;
1808        StateMethod = AttrState ;
1809    ]
1810    SID_GETLINESTYLE // ole : no, status : play rec
1811    [
1812        ExecMethod = AttrExec ;
1813        StateMethod = AttrState ;
1814    ]
1815     // Problem mit SID_ATTR_LINE_WIDTH:
1816     // frueher XLineWidth, jetzt Property LineWidth (Get/Set)
1817     // deswegen Export = FALSE !
1818    SID_SETLINEWIDTH // ole : no, status : play rec
1819    [
1820        ExecMethod = AttrExec ;
1821        StateMethod = AttrState ;
1822        Export = FALSE ;
1823    ]
1824    SID_GETLINEWIDTH // ole : no, status : play rec
1825    [
1826        ExecMethod = AttrExec ;
1827        StateMethod = AttrState ;
1828    ]
1829     //DB: FillColor -> SetFillColor
1830     // Problem mit SID_ATTR_FILL_COLOR:
1831     // frueher XFillColor, jetzt Property FillColor (Get/Set)
1832     // deswegen Export = FALSE !
1833    SID_SETFILLCOLOR // ole : no, status : play rec
1834    [
1835        ExecMethod = AttrExec ;
1836        StateMethod = AttrState ;
1837        Export = FALSE ;
1838    ]
1839    SID_SETLINECOLOR // ole : no, status : play rec
1840    [
1841        ExecMethod = AttrExec ;
1842        StateMethod = AttrState ;
1843    ]
1844    SID_SETHATCHCOLOR // ole : no, status : play rec
1845    [
1846        ExecMethod = AttrExec ;
1847        StateMethod = AttrState ;
1848    ]
1849    SID_SETGRADSTARTCOLOR // ole : no, status : play rec
1850    [
1851        ExecMethod = AttrExec ;
1852        StateMethod = AttrState ;
1853    ]
1854    SID_SETGRADENDCOLOR // ole : no, status : play rec
1855    [
1856        ExecMethod = AttrExec ;
1857        StateMethod = AttrState ;
1858    ]
1859    SID_GETRED // ole : no, status : play rec
1860    [
1861        ExecMethod = AttrExec ;
1862        StateMethod = AttrState ;
1863    ]
1864    SID_GETBLUE // ole : no, status : play rec
1865    [
1866        ExecMethod = AttrExec ;
1867        StateMethod = AttrState ;
1868    ]
1869    SID_GETGREEN // ole : no, status : play rec
1870    [
1871        ExecMethod = AttrExec ;
1872        StateMethod = AttrState ;
1873    ]
1874    SID_DASH // ole : no, status : play rec
1875    [
1876        ExecMethod = AttrExec ;
1877        StateMethod = AttrState ;
1878    ]
1879    SID_HATCH // ole : no, status : play rec
1880    [
1881        ExecMethod = AttrExec ;
1882        StateMethod = AttrState ;
1883    ]
1884    SID_GRADIENT // ole : no, status : play rec
1885    [
1886        ExecMethod = AttrExec ;
1887        StateMethod = AttrState ;
1888    ]
1889    SID_SELECTGRADIENT // ole : no, status : play rec
1890    [
1891        ExecMethod = AttrExec ;
1892        StateMethod = AttrState ;
1893    ]
1894    SID_SELECTHATCH // ole : no, status : play rec
1895    [
1896        ExecMethod = AttrExec ;
1897        StateMethod = AttrState ;
1898    ]
1899    SID_UNSELECT // ole : no, status : play rec
1900    [
1901        ExecMethod = AttrExec ;
1902        StateMethod = AttrState ;
1903    ]
1904    SID_TEXTATTR_DLG // ole : no, status : play rec
1905    [
1906        ExecMethod = FuTemporary ;
1907        StateMethod = GetMenuState ;
1908    ]
1909    SID_MEASURE_DLG // ole : no, status : play rec
1910    [
1911        ExecMethod = FuTemporary ;
1912        StateMethod = GetMenuState ;
1913    ]
1914    SID_CONNECTION_DLG // ole : no, status : play rec
1915    [
1916        ExecMethod = FuTemporary ;
1917        StateMethod = GetMenuState ;
1918    ]
1919    SID_CONNECTION_NEW_ROUTING // ole : no, status : play rec
1920    [
1921        ExecMethod = FuTemporary ;
1922        StateMethod = GetMenuState ;
1923    ]
1924    SID_SCAN // ole : no, status : todo
1925    [
1926        ExecMethod = FuTemporary ;
1927        StateMethod = GetMenuState ;
1928    ]
1929    SID_TWAIN_SELECT // ole : no, status : todo
1930    [
1931        ExecMethod = FuTemporary ;
1932        StateMethod = GetMenuState ;
1933    ]
1934    SID_TWAIN_TRANSFER // ole : no, status : todo
1935    [
1936        ExecMethod = FuTemporary ;
1937        StateMethod = GetMenuState ;
1938    ]
1939    SID_IMAP // ole : yes, status : ?
1940    [
1941        ExecMethod = FuTemporary ;
1942        StateMethod = GetMenuState ;
1943    ]
1944    SID_IMAP_EXEC // ole : no, status : ?
1945    [
1946        ExecMethod = ExecIMap ;
1947        StateMethod = GetIMapState ;
1948    ]
1949    SID_GLUE_EDITMODE // ole : no, status : ?
1950    [
1951        ExecMethod = FuPermanent ;
1952        StateMethod = GetMenuState ;
1953    ]
1954    SID_GLUE_INSERT_POINT // ole : no, status : ?
1955    [
1956        ExecMethod = FuSupport ;
1957        StateMethod = GetMenuState ;
1958    ]
1959    SID_GLUE_PERCENT // ole : no, status : ?
1960    [
1961        ExecMethod = FuSupport ;
1962        StateMethod = GetMenuState ;
1963    ]
1964    SID_GLUE_ESCDIR // ole : no, status : ?
1965    [
1966        ExecMethod = FuSupport ;
1967        StateMethod = GetMenuState ;
1968    ]
1969    SID_GLUE_ESCDIR_LEFT // ole : no, status : ?
1970    [
1971        ExecMethod = FuSupport ;
1972        StateMethod = GetMenuState ;
1973    ]
1974    SID_GLUE_ESCDIR_RIGHT // ole : no, status : ?
1975    [
1976        ExecMethod = FuSupport ;
1977        StateMethod = GetMenuState ;
1978    ]
1979    SID_GLUE_ESCDIR_TOP // ole : no, status : ?
1980    [
1981        ExecMethod = FuSupport ;
1982        StateMethod = GetMenuState ;
1983    ]
1984    SID_GLUE_ESCDIR_BOTTOM // ole : no, status : ?
1985    [
1986        ExecMethod = FuSupport ;
1987        StateMethod = GetMenuState ;
1988    ]
1989    SID_GLUE_HORZALIGN_CENTER // ole : no, status : ?
1990    [
1991        ExecMethod = FuSupport ;
1992        StateMethod = GetMenuState ;
1993    ]
1994    SID_GLUE_HORZALIGN_LEFT // ole : no, status : ?
1995    [
1996        ExecMethod = FuSupport ;
1997        StateMethod = GetMenuState ;
1998    ]
1999    SID_GLUE_HORZALIGN_RIGHT // ole : no, status : ?
2000    [
2001        ExecMethod = FuSupport ;
2002        StateMethod = GetMenuState ;
2003    ]
2004    SID_GLUE_VERTALIGN_CENTER // ole : no, status : ?
2005    [
2006        ExecMethod = FuSupport ;
2007        StateMethod = GetMenuState ;
2008    ]
2009    SID_GLUE_VERTALIGN_TOP // ole : no, status : ?
2010    [
2011        ExecMethod = FuSupport ;
2012        StateMethod = GetMenuState ;
2013    ]
2014    SID_GLUE_VERTALIGN_BOTTOM // ole : no, status : ?
2015    [
2016        ExecMethod = FuSupport ;
2017        StateMethod = GetMenuState ;
2018    ]
2019    SID_POLYGON_MORPHING // ole : no, status : no
2020    [
2021        ExecMethod = FuTemporary ;
2022        StateMethod = GetMenuState ;
2023    ]
2024    SID_GRID_FRONT // ole : no, status : ?
2025    [
2026        ExecMethod = FuTemporary ;
2027        StateMethod = GetMenuState ;
2028    ]
2029    SID_HELPLINES_FRONT // ole : no, status : ?
2030    [
2031        ExecMethod = FuTemporary ;
2032        StateMethod = GetMenuState ;
2033    ]
2034    SID_SHOW_ITEMBROWSER // ole : no, status : play rec
2035    [
2036        ExecMethod = FuSupport ;
2037        StateMethod = GetMenuState ;
2038    ]
2039    SID_AUTOSPELL_CHECK // ole : no, status : play rec
2040    [
2041        ExecMethod = FuSupport ;
2042        StateMethod = GetMenuState ;
2043    ]
2044    SID_CONVERT_TO_3D_LATHE_FAST // ole : no, status : ?
2045    [
2046        ExecMethod = FuTemporary ;
2047        StateMethod = GetMenuState ;
2048    ]
2049     // Slots in der Optionsleiste
2050    SID_BEZIER_EDIT // ole : no, status : ?
2051    [
2052        ExecMethod = FuSupport ;
2053        StateMethod = GetMenuState ;
2054    ]
2055    SID_GLUE_EDITMODE // ole : no, status : ?
2056    [
2057        ExecMethod = FuPermanent ;
2058        StateMethod = GetMenuState ;
2059    ]
2060    SID_GRID_VISIBLE // ole : no, status : ?
2061    [
2062        ExecMethod = ExecOptionsBar ;
2063        StateMethod = GetOptionsBarState ;
2064         //ExecMethod = FuTemporary ;
2065         //StateMethod = GetMenuState ;
2066    ]
2067    SID_HELPLINES_VISIBLE // ole : no, status : ?
2068    [
2069        ExecMethod = ExecOptionsBar ;
2070        StateMethod = GetOptionsBarState ;
2071         //ExecMethod = FuTemporary ;
2072         //StateMethod = GetMenuState ;
2073    ]
2074     // Neue Slots fuer Optionsleiste
2075//#i80528#    SID_GRAPHIC_DRAFT // ole : ?, status : ?
2076//#i80528#    [
2077//#i80528#        ExecMethod = ExecOptionsBar ;
2078//#i80528#        StateMethod = GetOptionsBarState ;
2079//#i80528#    ]
2080//#i80528#    SID_FILL_DRAFT // ole : ?, status : ?
2081//#i80528#    [
2082//#i80528#        ExecMethod = ExecOptionsBar ;
2083//#i80528#        StateMethod = GetOptionsBarState ;
2084//#i80528#    ]
2085//#i80528#    SID_TEXT_DRAFT // ole : ?, status : ?
2086//#i80528#    [
2087//#i80528#        ExecMethod = ExecOptionsBar ;
2088//#i80528#        StateMethod = GetOptionsBarState ;
2089//#i80528#    ]
2090//#i80528#    SID_LINE_DRAFT // ole : ?, status : ?
2091//#i80528#    [
2092//#i80528#        ExecMethod = ExecOptionsBar ;
2093//#i80528#        StateMethod = GetOptionsBarState ;
2094//#i80528#    ]
2095    SID_HANDLES_DRAFT // ole : ?, status : ?
2096    [
2097        ExecMethod = ExecOptionsBar ;
2098        StateMethod = GetOptionsBarState ;
2099    ]
2100    SID_SOLID_CREATE // ole : ?, status : ?
2101    [
2102        ExecMethod = ExecOptionsBar ;
2103        StateMethod = GetOptionsBarState ;
2104    ]
2105    SID_HELPLINES_USE // ole : ?, status : ?
2106    [
2107        ExecMethod = ExecOptionsBar ;
2108        StateMethod = GetOptionsBarState ;
2109    ]
2110    SID_HELPLINES_MOVE // ole : ?, status : ?
2111    [
2112        ExecMethod = ExecOptionsBar ;
2113        StateMethod = GetOptionsBarState ;
2114    ]
2115    SID_GRID_USE // ole : ?, status : ?
2116    [
2117        ExecMethod = ExecOptionsBar ;
2118        StateMethod = GetOptionsBarState ;
2119    ]
2120    SID_SNAP_BORDER // ole : ?, status : ?
2121    [
2122        ExecMethod = ExecOptionsBar ;
2123        StateMethod = GetOptionsBarState ;
2124    ]
2125    SID_SNAP_FRAME // ole : ?, status : ?
2126    [
2127        ExecMethod = ExecOptionsBar ;
2128        StateMethod = GetOptionsBarState ;
2129    ]
2130    SID_SNAP_POINTS // ole : ?, status : ?
2131    [
2132        ExecMethod = ExecOptionsBar ;
2133        StateMethod = GetOptionsBarState ;
2134    ]
2135    SID_QUICKEDIT // ole : ?, status : ?
2136    [
2137        ExecMethod = ExecOptionsBar ;
2138        StateMethod = GetOptionsBarState ;
2139    ]
2140    SID_PICK_THROUGH // ole : ?, status : ?
2141    [
2142        ExecMethod = ExecOptionsBar ;
2143        StateMethod = GetOptionsBarState ;
2144    ]
2145    SID_BIG_HANDLES // ole : ?, status : ?
2146    [
2147        ExecMethod = ExecOptionsBar ;
2148        StateMethod = GetOptionsBarState ;
2149    ]
2150    SID_DOUBLECLICK_TEXTEDIT // ole : ?, status : ?
2151    [
2152        ExecMethod = ExecOptionsBar ;
2153        StateMethod = GetOptionsBarState ;
2154    ]
2155    SID_CLICK_CHANGE_ROTATION // ole : ?, status : ?
2156    [
2157        ExecMethod = ExecOptionsBar ;
2158        StateMethod = GetOptionsBarState ;
2159    ]
2160    SID_CONVERT_TO_1BIT_THRESHOLD // ole : no, status : ?
2161    [
2162        ExecMethod = FuSupport ;
2163        StateMethod = GetMenuState ;
2164    ]
2165    SID_CONVERT_TO_1BIT_MATRIX // ole : no, status : ?
2166    [
2167        ExecMethod = FuSupport ;
2168        StateMethod = GetMenuState ;
2169    ]
2170    SID_CONVERT_TO_4BIT_GRAYS // ole : no, status : ?
2171    [
2172        ExecMethod = FuSupport ;
2173        StateMethod = GetMenuState ;
2174    ]
2175    SID_CONVERT_TO_4BIT_COLORS // ole : no, status : ?
2176    [
2177        ExecMethod = FuSupport ;
2178        StateMethod = GetMenuState ;
2179    ]
2180    SID_CONVERT_TO_8BIT_GRAYS // ole : no, status : ?
2181    [
2182        ExecMethod = FuSupport ;
2183        StateMethod = GetMenuState ;
2184    ]
2185    SID_CONVERT_TO_8BIT_COLORS // ole : no, status : ?
2186    [
2187        ExecMethod = FuSupport ;
2188        StateMethod = GetMenuState ;
2189    ]
2190    SID_CONVERT_TO_24BIT // ole : no, status : ?
2191    [
2192        ExecMethod = FuSupport ;
2193        StateMethod = GetMenuState ;
2194    ]
2195    SID_HYPHENATION // ole : no, status : play rec
2196    [
2197        ExecMethod = FuTemporary ;
2198        StateMethod = GetAttrState ;
2199    ]
2200    SID_DUPLICATE_PAGE // ole : no, status : play rec
2201    [
2202        ExecMethod = FuTemporary ;
2203        StateMethod = GetMenuState ;
2204    ]
2205    SID_INSERT_FLD_DATE_FIX // ole : no, status : play rec
2206    [
2207        ExecMethod = FuTemporary ;
2208        StateMethod = GetMenuState ;
2209    ]
2210    SID_INSERT_FLD_DATE_VAR // ole : no, status : play rec
2211    [
2212        ExecMethod = FuTemporary ;
2213        StateMethod = GetMenuState ;
2214    ]
2215    SID_INSERT_FLD_TIME_FIX // ole : no, status : play rec
2216    [
2217        ExecMethod = FuTemporary ;
2218        StateMethod = GetMenuState ;
2219    ]
2220    SID_INSERT_FLD_TIME_VAR // ole : no, status : play rec
2221    [
2222        ExecMethod = FuTemporary ;
2223        StateMethod = GetMenuState ;
2224    ]
2225    SID_INSERT_FLD_PAGE // ole : no, status : play rec
2226    [
2227        ExecMethod = FuTemporary ;
2228        StateMethod = GetMenuState ;
2229    ]
2230    SID_INSERT_FLD_PAGES // ole : no, status : play rec
2231    [
2232        ExecMethod = FuTemporary ;
2233        StateMethod = GetMenuState ;
2234    ]
2235    SID_INSERT_FLD_FILE // ole : no, status : play rec
2236    [
2237        ExecMethod = FuTemporary ;
2238        StateMethod = GetMenuState ;
2239    ]
2240    SID_INSERT_FLD_AUTHOR // ole : no, status : play rec
2241    [
2242        ExecMethod = FuTemporary ;
2243        StateMethod = GetMenuState ;
2244    ]
2245    SID_MODIFY_FIELD // ole : no, status : play rec
2246    [
2247        ExecMethod = FuTemporary ;
2248        StateMethod = GetMenuState ;
2249    ]
2250    SID_OUTPUT_QUALITY_COLOR // ole : no, status : play rec
2251    [
2252        ExecMethod = ExecCtrl ;
2253        StateMethod = GetCtrlState ;
2254    ]
2255    SID_OUTPUT_QUALITY_GRAYSCALE // ole : no, status : play rec
2256    [
2257        ExecMethod = ExecCtrl ;
2258        StateMethod = GetCtrlState ;
2259    ]
2260    SID_OUTPUT_QUALITY_BLACKWHITE // ole : no, status : play rec
2261    [
2262        ExecMethod = ExecCtrl ;
2263        StateMethod = GetCtrlState ;
2264    ]
2265    SID_OUTPUT_QUALITY_CONTRAST // ole : no, status : play rec
2266    [
2267        ExecMethod = ExecCtrl ;
2268        StateMethod = GetCtrlState ;
2269    ]
2270    SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ?
2271    [
2272        ExecMethod = ExecCtrl ;
2273        StateMethod = GetCtrlState ;
2274    ]
2275    SID_EDIT_HYPERLINK // ole : no, status : ?
2276    [
2277        ExecMethod = FuTemporary ;
2278        StateMethod = GetMenuState ;
2279    ]
2280    SID_OPEN_HYPERLINK // ole : no, status : ?
2281    [
2282        ExecMethod = FuTemporary ;
2283        StateMethod = GetMenuState ;
2284    ]
2285    SID_TRANSLITERATE_UPPER // ole : no, status : ?
2286    [
2287        ExecMethod = FuSupport ;
2288        StateMethod = GetCtrlState ;
2289    ]
2290    SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ?
2291    [
2292        ExecMethod = FuSupport ;
2293        StateMethod = GetCtrlState ;
2294    ]
2295    SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ?
2296    [
2297        ExecMethod = FuSupport ;
2298        StateMethod = GetCtrlState ;
2299    ]
2300    SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ?
2301    [
2302        ExecMethod = FuSupport ;
2303        StateMethod = GetCtrlState ;
2304    ]
2305    SID_TRANSLITERATE_LOWER // ole : no, status : ?
2306    [
2307        ExecMethod = FuSupport ;
2308        StateMethod = GetCtrlState ;
2309    ]
2310    SID_TRANSLITERATE_HALFWIDTH // ole : no, status : ?
2311    [
2312        ExecMethod = FuSupport ;
2313        StateMethod = GetCtrlState ;
2314    ]
2315    SID_TRANSLITERATE_FULLWIDTH // ole : no, status : ?
2316    [
2317        ExecMethod = FuSupport ;
2318        StateMethod = GetCtrlState ;
2319    ]
2320    SID_TRANSLITERATE_HIRAGANA // ole : no, status : ?
2321    [
2322        ExecMethod = FuSupport ;
2323        StateMethod = GetCtrlState ;
2324    ]
2325    SID_TRANSLITERATE_KATAGANA // ole : no, status : ?
2326    [
2327        ExecMethod = FuSupport ;
2328        StateMethod = GetCtrlState ;
2329    ]
2330
2331	// #UndoRedo#
2332	SID_GETUNDOSTRINGS // ole : no, status : ?
2333    [
2334        ExecMethod = FuSupport ;
2335        StateMethod = GetMenuState ;
2336    ]
2337	SID_UNDO // ole : no, status : ?
2338    [
2339        ExecMethod = FuSupport ;
2340        StateMethod = GetMenuState ;
2341    ]
2342	SID_GETREDOSTRINGS // ole : no, status : ?
2343    [
2344        ExecMethod = FuSupport ;
2345        StateMethod = GetMenuState ;
2346    ]
2347	SID_REDO // ole : no, status : ?
2348    [
2349        ExecMethod = FuSupport ;
2350        StateMethod = GetMenuState ;
2351    ]
2352
2353    SID_FORMATPAINTBRUSH //
2354    [
2355        ExecMethod = FuPermanent ;
2356        StateMethod = GetMenuState ;
2357    ]
2358
2359    SID_HEADER_AND_FOOTER // ole : no, status : ?
2360    [
2361        ExecMethod = ExecCtrl ;
2362        StateMethod = GetMenuState ;
2363	]
2364
2365    SID_INSERT_PAGE_NUMBER // ole : no, status : ?
2366    [
2367        ExecMethod = ExecCtrl ;
2368        StateMethod = GetMenuState ;
2369	]
2370
2371    SID_INSERT_DATE_TIME // ole : no, status : ?
2372    [
2373        ExecMethod = ExecCtrl ;
2374        StateMethod = GetMenuState ;
2375	]
2376
2377	SID_MASTER_LAYOUTS
2378	[
2379		ExecMethod = ExecCtrl ;
2380		StateMethod = GetMenuState ;
2381	]
2382
2383    SID_OPT_LOCALE_CHANGED // ole : no, status : ?
2384    [
2385        ExecMethod = ExecCtrl ;
2386        StateMethod = GetCtrlState ;
2387    ]
2388
2389    SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ?
2390    [
2391        ExecMethod = FuTemporary ;
2392        StateMethod = GetMenuState ;
2393    ]
2394    SID_SPELL_DIALOG // ole : no, status : ?
2395    [
2396        ExecMethod = Execute ;
2397        StateMethod = GetMenuState ;
2398    ]
2399    SID_EXTRUSION_TOOGLE
2400    [
2401        ExecMethod = FuTemporary ;
2402        StateMethod = GetMenuState ;
2403    ]
2404    SID_EXTRUSION_TILT_DOWN
2405    [
2406        ExecMethod = FuTemporary ;
2407        StateMethod = GetMenuState ;
2408    ]
2409    SID_EXTRUSION_TILT_UP
2410    [
2411        ExecMethod = FuTemporary ;
2412        StateMethod = GetMenuState ;
2413    ]
2414    SID_EXTRUSION_TILT_LEFT
2415    [
2416        ExecMethod = FuTemporary ;
2417        StateMethod = GetMenuState ;
2418    ]
2419    SID_EXTRUSION_TILT_RIGHT
2420    [
2421        ExecMethod = FuTemporary ;
2422        StateMethod = GetMenuState ;
2423    ]
2424    SID_EXTRUSION_DEPTH_FLOATER
2425    [
2426        ExecMethod = FuTemporary ;
2427        StateMethod = GetMenuState ;
2428    ]
2429    SID_EXTRUSION_DEPTH_DIALOG
2430    [
2431        ExecMethod = FuTemporary ;
2432        StateMethod = GetMenuState ;
2433    ]
2434    SID_EXTRUSION_DIRECTION_FLOATER
2435    [
2436        ExecMethod = FuTemporary ;
2437        StateMethod = GetMenuState ;
2438    ]
2439    SID_EXTRUSION_LIGHTING_FLOATER
2440    [
2441        ExecMethod = FuTemporary ;
2442        StateMethod = GetMenuState ;
2443    ]
2444    SID_EXTRUSION_SURFACE_FLOATER
2445    [
2446        ExecMethod = FuTemporary ;
2447        StateMethod = GetMenuState ;
2448    ]
2449    SID_EXTRUSION_3D_COLOR
2450    [
2451        ExecMethod = FuTemporary ;
2452        StateMethod = GetMenuState ;
2453    ]
2454    SID_EXTRUSION_DEPTH
2455    [
2456        ExecMethod = FuTemporary ;
2457        StateMethod = GetMenuState ;
2458    ]
2459    SID_EXTRUSION_DIRECTION
2460    [
2461        ExecMethod = FuTemporary ;
2462        StateMethod = GetMenuState ;
2463    ]
2464    SID_EXTRUSION_PROJECTION
2465    [
2466        ExecMethod = FuTemporary ;
2467        StateMethod = GetMenuState ;
2468    ]
2469    SID_EXTRUSION_LIGHTING_DIRECTION
2470    [
2471        ExecMethod = FuTemporary ;
2472        StateMethod = GetMenuState ;
2473    ]
2474    SID_EXTRUSION_LIGHTING_INTENSITY
2475    [
2476        ExecMethod = FuTemporary ;
2477        StateMethod = GetMenuState ;
2478    ]
2479    SID_EXTRUSION_SURFACE
2480    [
2481        ExecMethod = FuTemporary ;
2482        StateMethod = GetMenuState ;
2483    ]
2484	SID_FONTWORK_SHAPE
2485    [
2486        ExecMethod = FuTemporary ;
2487        StateMethod = GetMenuState ;
2488    ]
2489    SID_FONTWORK_GALLERY_FLOATER
2490    [
2491        ExecMethod = FuTemporary ;
2492        StateMethod = GetMenuState ;
2493    ]
2494    SID_FONTWORK_SHAPE_TYPE
2495    [
2496        ExecMethod = FuTemporary ;
2497        StateMethod = GetMenuState ;
2498    ]
2499    SID_FONTWORK_ALIGNMENT_FLOATER
2500    [
2501        ExecMethod = FuTemporary ;
2502        StateMethod = GetMenuState ;
2503    ]
2504    SID_FONTWORK_CHARACTER_SPACING_FLOATER
2505    [
2506        ExecMethod = FuTemporary ;
2507        StateMethod = GetMenuState ;
2508    ]
2509	SID_FONTWORK_ALIGNMENT
2510    [
2511        ExecMethod = FuTemporary ;
2512        StateMethod = GetMenuState ;
2513    ]
2514	SID_FONTWORK_SAME_LETTER_HEIGHTS
2515	[
2516		ExecMethod = FuTemporary ;
2517		StateMethod = GetMenuState ;
2518	]
2519	SID_FONTWORK_CHARACTER_SPACING
2520    [
2521        ExecMethod = FuTemporary ;
2522        StateMethod = GetMenuState ;
2523    ]
2524	SID_FONTWORK_KERN_CHARACTER_PAIRS
2525    [
2526        ExecMethod = FuTemporary ;
2527        StateMethod = GetMenuState ;
2528    ]
2529    SID_FONTWORK_CHARACTER_SPACING_DIALOG
2530    [
2531        ExecMethod = FuTemporary ;
2532        StateMethod = GetMenuState ;
2533    ]
2534    SID_DRAW_FONTWORK
2535    [
2536        ExecMethod = FuTemporary ;
2537        StateMethod = GetMenuState ;
2538    ]
2539    SID_DRAW_FONTWORK_VERTICAL
2540    [
2541        ExecMethod = FuTemporary ;
2542        StateMethod = GetMenuState ;
2543    ]
2544    SID_DRAWTBX_CS_BASIC
2545    [
2546        ExecMethod = FuPermanent ;
2547        StateMethod = GetMenuState ;
2548    ]
2549    SID_DRAWTBX_CS_SYMBOL
2550    [
2551        ExecMethod = FuPermanent ;
2552        StateMethod = GetMenuState ;
2553    ]
2554    SID_DRAWTBX_CS_ARROW
2555    [
2556        ExecMethod = FuPermanent ;
2557        StateMethod = GetMenuState ;
2558    ]
2559    SID_DRAWTBX_CS_FLOWCHART
2560    [
2561        ExecMethod = FuPermanent ;
2562        StateMethod = GetMenuState ;
2563    ]
2564    SID_DRAWTBX_CS_CALLOUT
2565    [
2566        ExecMethod = FuPermanent ;
2567        StateMethod = GetMenuState ;
2568    ]
2569    SID_DRAWTBX_CS_STAR
2570    [
2571        ExecMethod = FuPermanent ;
2572        StateMethod = GetMenuState ;
2573    ]
2574    SID_DRAW_CS_ID
2575    [
2576        ExecMethod = FuPermanent ;
2577        StateMethod = GetMenuState ;
2578    ]
2579    SID_AVMEDIA_PLAYER // ole : yes, status : ?
2580    [
2581        ExecMethod = FuTemporary ;
2582        StateMethod = GetMenuState ;
2583    ]
2584    SID_INSERT_AVMEDIA // ole : yes, status : ?
2585    [
2586        ExecMethod = FuTemporary ;
2587        StateMethod = GetMenuState ;
2588    ]
2589
2590    SID_INSERT_MASTER_PAGE
2591    [
2592        ExecMethod = FuTemporary ;
2593        StateMethod = GetMenuState ;
2594    ]
2595    SID_DELETE_MASTER_PAGE
2596    [
2597        ExecMethod = FuTemporary ;
2598        StateMethod = GetMenuState ;
2599    ]
2600    SID_RENAME_MASTER_PAGE
2601    [
2602        ExecMethod = FuTemporary ;
2603        StateMethod = GetMenuState ;
2604    ]
2605    SID_CLOSE_MASTER_VIEW
2606    [
2607        ExecMethod = FuSupport ;
2608        StateMethod = GetMenuState ;
2609    ]
2610    SID_SELECT_BACKGROUND
2611    [
2612        ExecMethod = FuTemporary ;
2613        StateMethod = GetMenuState ;
2614    ]
2615    SID_DISPLAY_MASTER_BACKGROUND
2616    [
2617        ExecMethod = FuTemporary ;
2618        StateMethod = GetMenuState ;
2619    ]
2620    SID_DISPLAY_MASTER_OBJECTS
2621    [
2622        ExecMethod = FuTemporary ;
2623        StateMethod = GetMenuState ;
2624    ]
2625    SID_INSERT_TABLE
2626    [
2627        ExecMethod = FuTable ;
2628        StateMethod = GetTableMenuState ;
2629    ]
2630    SID_TABLEDESIGN
2631    [
2632        ExecMethod = FuTable ;
2633        StateMethod = GetTableMenuState ;
2634    ]
2635}
2636