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