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