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