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