Bump version to 6.4-15
[LibreOffice.git] / sw / sdi / _viewsh.sdi
blobc84e6f5434eb7532a7c80250aa6156c4fcd2f7ef
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 interface BaseTextEditView
21     FN_REFRESH_VIEW // status(final|play)
22     [
23         ExecMethod = Execute ;
24     ]
25     FN_PAGEUP // status(final|play)
26     [
27         ExecMethod = Execute ;
28         StateMethod = GetState ;
29     ]
30     FN_PAGEUP_SEL // status()
31     [
32         ExecMethod = Execute ;
33         StateMethod = GetState ;
34     ]
35     SID_UNDO // status(final|play)
36     [
37         ExecMethod = Execute ;
38         StateMethod = GetState ;
39     ]
40     SID_FORMATPAINTBRUSH
41     [
42         ExecMethod = ExecFormatPaintbrush ;
43         StateMethod = StateFormatPaintbrush ;
44         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
45     ]
46     SID_CLEARHISTORY // status(final|play)
47     [
48         ExecMethod = Execute ;
49         StateMethod = GetState ;
50     ]
51     SID_CREATE_SW_DRAWVIEW
52     [
53         ExecMethod = Execute;
54     ]
55     FN_PAGEDOWN // status(final|play)
56     [
57         ExecMethod = Execute ;
58         StateMethod = GetState ;
59     ]
60     FN_PAGEDOWN_SEL // status()
61     [
62         ExecMethod = Execute ;
63         StateMethod = GetState ;
64     ]
65     FN_GOTO_PAGE // status(final|play)
66     [
67         ExecMethod = Execute ;
68         StateMethod = NoState ;
69     ]
70     FN_NAV_ELEMENT
71     [
72         ExecMethod = Execute ;
73         StateMethod = GetState ;
74     ]
75     FN_SCROLL_NAVIGATION
76     [
77         ExecMethod = NoExec ;
78         StateMethod = NoState ;
79     ]
80     FN_SCROLL_PREV
81     [
82         ExecMethod = Execute;
83     ]
84     FN_SCROLL_NEXT
85     [
86         ExecMethod = Execute;
87     ]
88     FN_SET_PAGE_STYLE // status(final|play)
89     [
90         ExecMethod = ExecColl ;
91     ]
92     SID_OBJECT_SELECT
93     [
94         ExecMethod = ExecDraw ;
95         StateMethod = GetDrawState ;
96     ]
97     SID_BROWSER_MODE
98     [
99         ExecMethod = ExecViewOptions ;
100         StateMethod = StateViewOptions ;
101     ]
102     FN_PRINT_LAYOUT
103     [
104         ExecMethod = ExecViewOptions ;
105         StateMethod = StateViewOptions ;
106     ]
107     FN_REDLINE_PROTECT
108     [
109         ExecMethod = Execute;
110         StateMethod = GetState ;
111         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
112     ]
113     FN_REDLINE_ON // status()
114     [
115         ExecMethod = Execute;
116         StateMethod = GetState ;
117         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
118     ]
119     FN_REDLINE_SHOW // status()
120     [
121         ExecMethod = Execute;
122         StateMethod = GetState ;
123         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
124     ]
125     FN_REDLINE_ACCEPT // status(play)
126     [
127         ExecMethod = Execute ;
128         StateMethod = GetState ;
129         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
130     ]
131     FN_REDLINE_ACCEPT_DIRECT
132     [
133         ExecMethod = Execute ;
134         StateMethod = GetState ;
135         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
136     ]
137     FN_REDLINE_REJECT_DIRECT
138     [
139         ExecMethod = Execute ;
140         StateMethod = GetState ;
141         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
142     ]
143     FN_REDLINE_NEXT_CHANGE
144     [
145         ExecMethod = Execute ;
146         StateMethod = GetState ;
147         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
148     ]
149     FN_REDLINE_PREV_CHANGE
150     [
151         ExecMethod = Execute ;
152         StateMethod = GetState ;
153         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
154     ]
155     FN_REDLINE_ACCEPT_TONEXT
156     [
157         ExecMethod = Execute;
158         StateMethod = GetState;
159         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
160     ]
161     FN_REDLINE_REJECT_TONEXT
162     [
163         ExecMethod = Execute;
164         StateMethod = GetState;
165         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
166     ]
168     SID_DOCUMENT_COMPARE // status(play)
169     [
170         ExecMethod = Execute ;
171         StateMethod = GetState ;
172         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
173     ]
174     SID_DOCUMENT_MERGE // status(play)
175     [
176         ExecMethod = Execute ;
177         StateMethod = GetState ;
178         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
179     ]
180     FN_ESCAPE // status(final|play|rec)
181     [
182         ExecMethod = Execute ;
183     ]
184     FN_FAX // status(final|play)
185     [
186         ExecMethod = ExecutePrint ;
187     ]
188     SID_PRINTDOC // status(final|play)
189     [
190         ExecMethod = ExecutePrint ;
191         StateMethod = GetState ;
192     ]
193     SID_PRINTDOCDIRECT // status(final|play)
194     [
195         ExecMethod = ExecutePrint ;
196         StateMethod = GetState ;
197     ]
198     SID_ATTR_LRSPACE
199     [
200         ExecMethod = ExecTabWin ;
201         StateMethod = StateTabWin ;
202         GroupId = SfxGroupId::Edit ;
203         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
204     ]
205     SID_ATTR_ULSPACE
206     [
207         ExecMethod = ExecTabWin ;
208         StateMethod = StateTabWin ;
209         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
210     ]
211     SID_ATTR_LONG_LRSPACE // status()
212     [
213         ExecMethod = ExecTabWin ;
214         StateMethod = StateTabWin ;
215         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
216     ]
217     SID_ATTR_LONG_ULSPACE // status()
218     [
219         ExecMethod = ExecTabWin ;
220         StateMethod = StateTabWin ;
221         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
222     ]
223     SID_ATTR_PARA_LRSPACE // status()
224     [
225         ExecMethod = ExecTabWin ;
226         StateMethod = StateTabWin ;
227         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
228     ]
229     SID_ATTR_PARA_LEFTSPACE
230     [
231         StateMethod = StateTabWin ;
232         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
233     ]
234     SID_ATTR_PARA_RIGHTSPACE
235     [
236         StateMethod = StateTabWin ;
237         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
238     ]
239     SID_ATTR_PARA_FIRSTLINESPACE
240     [
241         StateMethod = StateTabWin ;
242         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
243     ]
244     SID_ATTR_PARA_LRSPACE_VERTICAL // status()
245     [
246         ExecMethod = ExecTabWin ;
247         StateMethod = StateTabWin ;
248         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
249     ]
250     SID_RULER_CHANGE_STATE
251     [
252         ExecMethod = ExecTabWin ;
253     ]
254     SID_RULER_BORDERS // status()
255     [
256         ExecMethod = ExecTabWin ;
257         StateMethod = StateTabWin ;
258         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
259     ]
260     SID_RULER_BORDERS_VERTICAL // status()
261     [
262         ExecMethod = ExecTabWin ;
263         StateMethod = StateTabWin ;
264         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
265     ]
266     SID_RULER_BORDER_DISTANCE // status()
267     [
268         StateMethod = StateTabWin ;
269         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
270     ]
271     SID_RULER_PAGE_POS // status()
272     [
273         ExecMethod = NoExec ;
274         StateMethod = StateTabWin ;
275         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
276     ]
277     SID_RULER_TEXT_RIGHT_TO_LEFT
278     [
279         StateMethod = StateTabWin ;
280         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
281     ]
282     SID_RULER_LR_MIN_MAX // status()
283     [
284         StateMethod = StateTabWin ;
285         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
286     ]
287     SID_RULER_PROTECT // status()
288     [
289         StateMethod = StateTabWin ;
290         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
291     ]
292     SID_RULER_ROWS // status()
293     [
294         ExecMethod = ExecTabWin ;
295         StateMethod = StateTabWin ;
296         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
297     ]
298     SID_RULER_ROWS_VERTICAL // status()
299     [
300         ExecMethod = ExecTabWin ;
301         StateMethod = StateTabWin ;
302         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
303     ]
304     SID_TABLE_CHANGE_CURRENT_BORDER_POSITION
305     [
306         ExecMethod = ExecTabWin;
307     ]
308     FN_EDIT_LINK_DLG // status(final|play)
309     [
310         ExecMethod = Execute ;
311         StateMethod = GetState ;
312         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
313     ]
314     FN_SPELL_GRAMMAR_DIALOG
315     [
316         ExecMethod = Execute ;
317         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
318     ]
319     SID_RECHECK_DOCUMENT
320     [
321         ExecMethod = Execute ;
322         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
323     ]
324     FN_LINE_NUMBERING_DLG // status()
325     [
326         ExecMethod = Execute;
327     ]
328     FN_UPDATE_TOX // status()
329     [
330         ExecMethod = Execute ;
331         StateMethod = GetState ;
332         MenuConfig , AccelConfig , ToolBoxConfig ;
334     ]
335     FN_UPDATE_CUR_TOX // status()
336     [
337         ExecMethod = Execute ;
338         StateMethod = GetState ;
339     ]
340     FN_EDIT_CURRENT_TOX // status()
341     [
342         ExecMethod = Execute ;
343         StateMethod = GetState ;
344     ]
345     SID_TWAIN_SELECT
346     [
347         ExecMethod = Execute ;
348         StateMethod = GetState ;
349     ]
350     SID_TWAIN_TRANSFER
351     [
352         ExecMethod = Execute ;
353         StateMethod = GetState ;
354         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
355     ]
357      //From here the statusbar
358     FN_STAT_PAGE // status()
359     [
360         ExecMethod = ExecuteStatusLine ;
361         StateMethod = StateStatusLine ;
362     ]
363     FN_STAT_WORDCOUNT // status()
364     [
365         ExecMethod = ExecuteStatusLine ;
366         StateMethod = StateStatusLine ;
367     ]
368     FN_STAT_BOOKMARK // status()
369     [
370         ExecMethod = ExecuteStatusLine ;
371     ]
372     FN_STAT_TEMPLATE // status(final|play)
373     [
374         ExecMethod = ExecuteStatusLine ;
375         StateMethod = StateStatusLine ;
376     ]
377     FN_STAT_SELMODE // status(final|play)
378     [
379          //Current Selectionmode: 0 == Normal, 2 == Add, 1 == Enhance
380         ExecMethod = ExecuteStatusLine ;
381         StateMethod = StateStatusLine ;
382     ]
383     FN_SET_ADD_MODE // status()
384     [
385         ExecMethod = ExecuteStatusLine ;
386         StateMethod = NoState ;
387     ]
388     FN_SET_EXT_MODE // status()
389     [
390         ExecMethod = ExecuteStatusLine ;
391         StateMethod = NoState ;
392     ]
393     SID_ATTR_ZOOM // status(final|play)
394     [
395         ExecMethod = ExecuteStatusLine ;
396         StateMethod = StateStatusLine ;
397     ]
398         SID_ATTR_VIEWLAYOUT // status()
399         [
400                 ExecMethod = ExecuteStatusLine ;
401                 StateMethod = StateStatusLine ;
402         ]
403         SID_ATTR_ZOOMSLIDER // status()
404         [
405                 ExecMethod = ExecuteStatusLine ;
406                 StateMethod = StateStatusLine ;
407         ]
408         SID_ATTR_INSERT // status(final|play|rec)
409     [
410         ExecMethod = ExecuteStatusLine ;
411         StateMethod = StateStatusLine ;
412     ]
413     SID_ATTR_SIZE // status()
414     [
415         ExecMethod = ExecuteStatusLine ;
416         StateMethod = StateStatusLine ;
417     ]
418     SID_ATTR_POSITION // status()
419     [
420         StateMethod = StateStatusLine ;
421     ]
422     SID_TABLE_CELL // status()
423     [
424         StateMethod = StateStatusLine ;
425     ]
427      //End of the statusbar
429     SID_ATTR_BORDER_SHADOW // status()
430     [
431         ExecMethod = Execute ;
432         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
433     ]
435     // Properties Page Format
436     SID_ATTR_PAGE // status()
437     [
438         ExecMethod = Execute ;
439         StateMethod = GetState ;
440     ]
441     SID_ATTR_PAGE_ORIENTATION // status()
442     [
443         StateMethod = GetState ;
444     ]
445     SID_ATTR_PAGE_SIZE // status(final|play)
446     [
447         ExecMethod = Execute ;
448         StateMethod = GetState ;
449         ToolBoxConfig;
450     ]
451     SID_ATTR_PAGE_MAXSIZE // status()
452     [
453         Export = FALSE ;
454         ExecMethod = Execute ;
455     ]
456     SID_ATTR_PAGE_PAPERBIN // status(final|play)
457     [
458         ExecMethod = Execute ;
459         StateMethod = GetState ;
460     ]
462     SID_ATTR_PARA_ULSPACE
463     [
464         ExecMethod = ExecTabWin ;
465         StateMethod = StateTabWin ;
466     ]
468     SID_ATTR_PARA_ABOVESPACE
469     [
470         StateMethod = StateTabWin ;
471     ]
473     SID_ATTR_PARA_BELOWSPACE
474     [
475         StateMethod = StateTabWin ;
476     ]
478     SID_PARASPACE_INCREASE
479     [
480         ExecMethod = ExecTabWin;
481         StateMethod = StateTabWin;
482         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
483     ]
485     SID_PARASPACE_DECREASE
486     [
487         ExecMethod = ExecTabWin;
488         StateMethod = StateTabWin;
489         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
490     ]
492     SID_ATTR_PAGE_COLUMN
493     [
494         ExecMethod = ExecTabWin ;
495         StateMethod = StateTabWin ;
496     ]
497     SID_ATTR_PAGE_HEADER
498     [
499         ExecMethod = ExecTabWin ;
500         StateMethod = StateTabWin ;
501     ]
502     SID_ATTR_PAGE_FILLSTYLE
503     [
504         ExecMethod = ExecTabWin ;
505         StateMethod = StateTabWin ;
506     ]
507     SID_ATTR_PAGE_HEADER_LRMARGIN
508     [
509         ExecMethod = ExecTabWin ;
510         StateMethod = StateTabWin ;
511     ]
512     SID_ATTR_PAGE_COLOR
513     [
514         ExecMethod = ExecTabWin ;
515         StateMethod = StateTabWin ;
516     ]
517     SID_ATTR_PAGE_HEADER_SPACING
518     [
519         ExecMethod = ExecTabWin ;
520         StateMethod = StateTabWin ;
521     ]
522     SID_ATTR_PAGE_GRADIENT
523     [
524         ExecMethod = ExecTabWin ;
525         StateMethod = StateTabWin ;
526     ]
527     SID_ATTR_PAGE_HEADER_LAYOUT
528     [
529         ExecMethod = ExecTabWin ;
530         StateMethod = StateTabWin ;
531     ]
532     SID_ATTR_PAGE_HATCH
533     [
534         ExecMethod = ExecTabWin ;
535         StateMethod = StateTabWin ;
536     ]
537     SID_ATTR_PAGE_FOOTER
538     [
539         ExecMethod = ExecTabWin ;
540         StateMethod = StateTabWin ;
541     ]
542     SID_ATTR_PAGE_FOOTER_LRMARGIN
543     [
544         ExecMethod = ExecTabWin ;
545         StateMethod = StateTabWin ;
546     ]
547     SID_ATTR_PAGE_FOOTER_SPACING
548     [
549         ExecMethod = ExecTabWin ;
550         StateMethod = StateTabWin ;
551     ]
552     SID_ATTR_PAGE_FOOTER_LAYOUT
553     [
554         ExecMethod = ExecTabWin ;
555         StateMethod = StateTabWin ;
556     ]
557     SID_ATTR_PAGE_BITMAP
558     [
559         ExecMethod = ExecTabWin ;
560         StateMethod = StateTabWin ;
561     ]
562     SID_HANGING_INDENT
563     [
564         ExecMethod = ExecTabWin ;
565         StateMethod = StateTabWin ;
566         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
567     ]
568     SID_ATTR_PAGE_ULSPACE
569     [
570         ExecMethod = ExecTabWin ;
571         StateMethod = StateTabWin ;
572         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
573     ]
574     SID_ATTR_PAGE_LRSPACE
575     [
576         ExecMethod = ExecTabWin ;
577         StateMethod = StateTabWin ;
578         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
579     ]
580     SID_ATTR_PAGE_MARGIN
581     [
582         StateMethod = StateTabWin ;
583         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
584     ]
586     SID_THESAURUS // status(final|play)
587     [
588         ExecMethod = ExecLingu ;
589         StateMethod = GetState ;
590         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
591     ]
592         SID_HANGUL_HANJA_CONVERSION // status(final|play)
593         [
594                 ExecMethod = ExecLingu ;
595                 StateMethod = GetState ;
596                 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
597         ]
598         SID_CHINESE_CONVERSION
599         [
600                 ExecMethod = ExecLingu ;
601                 StateMethod = GetState ;
602                 DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
603         ]
605     /* search and replace */
607     SID_SEARCH_ITEM // status()
608     [
609         ExecMethod = ExecSearch ;
610         StateMethod = StateSearch ;
611         Export = FALSE;
612     ]
613     FN_REPEAT_SEARCH // status(final|play)
614     [
615         ExecMethod = ExecSearch ;
616     ]
617     FID_SEARCH_NOW // status()
618     [
619         ExecMethod = ExecSearch ;
620     ]
621     SID_SEARCH_OPTIONS // status()
622     [
623         StateMethod = StateSearch ;
624     ]
625     FID_SEARCH_SEARCHSET // status()
626     [
627         ExecMethod = ExecSearch ;
628     ]
629     FID_SEARCH_REPLACESET // status()
630     [
631         ExecMethod = ExecSearch ;
632         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
633     ]
634     SID_ATTR_TABSTOP // status()
635     [
636         ExecMethod = ExecTabWin ;
637         StateMethod = StateTabWin ;
638         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
639     ]
640     SID_ATTR_TABSTOP_VERTICAL // status()
641     [
642         ExecMethod = ExecTabWin ;
643         StateMethod = StateTabWin ;
644         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
645     ]
646     SID_TABSTOP_ADD_OR_CHANGE // status()
647     [
648         ExecMethod = ExecTabWin;
649     ]
650     SID_PARAGRAPH_CHANGE_STATE // status()
651     [
652         ExecMethod = ExecTabWin;
653     ]
654     // from here  Export = FALSE;
655     FID_SEARCH_ON // status()
656     [
657         ExecMethod = ExecSearch ;
658         Export = FALSE;
659     ]
660     FID_SEARCH_OFF // status()
661     [
662         ExecMethod = ExecSearch ;
663         Export = FALSE;
664     ]
665     FN_INSERT_CTRL
666     [
667         Export = FALSE;
668     ]
670     SID_ATTR_DEFTABSTOP
671     [
672         ExecMethod = Execute ;
673         StateMethod = GetState ;
674         Export = FALSE;
675         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
676     ]
677     SID_ATTR_LANGUAGE
678     [
679         ExecMethod = Execute ;
680         StateMethod = GetState ;
681         Export = FALSE;
682         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
683     ]
684     SID_ATTR_CHAR_CJK_LANGUAGE
685     [
686         ExecMethod = Execute ;
687         StateMethod = GetState ;
688         Export = FALSE;
689         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
690     ]
691     SID_ATTR_CHAR_CTL_LANGUAGE
692     [
693         ExecMethod = Execute ;
694         StateMethod = GetState ;
695         Export = FALSE;
696         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
697     ]
699     SID_JUMPTOMARK
700     [
701         ExecMethod = Execute ;
702         StateMethod = NoState ;
703     ]
705     FN_SYNC_LABELS  // status(play)
706     [
707         ExecMethod = Execute ;
708     ]
710     FN_MAILMERGE_SENDMAIL_CHILDWINDOW
711     [
712         ExecMethod = Execute ;
713         StateMethod = GetState;
714     ]
716     SID_ATTR_BRUSH // status()
717     [
718         ExecMethod = Execute ;
719         StateMethod = GetState ;
720         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
721     ]
722     SID_GALLERY
723     [
724         ExecMethod = Execute ;
725     ]
726     SID_AVMEDIA_PLAYER
727     [
728         ExecMethod = Execute ;
729         StateMethod = GetState ;
730     ]
731     SID_VIEW_DATA_SOURCE_BROWSER   // status()
732     [
733         ExecMethod = Execute ;
734         StateMethod = GetState;
735     ]
736     SID_READONLY_MODE // ole : no, status : no
737     [
738         StateMethod = GetState ;
739     ]
740     SID_IMAGE_ORIENTATION
741     [
742         StateMethod = GetState ;
743     ]
744     FN_INSERT_FIELD_DATA_ONLY // status(final|play)
745     [
746         ExecMethod = Execute ;
747         StateMethod = GetState ;
748     ]
749     FN_QRY_MERGE  // status()
750     [
751         ExecMethod = Execute ;
752         DisableFlags="SfxDisableFlags::SwOnMailboxEditor";
753     ]
754     SID_ALIGN_ANY_LEFT
755     [
756         ExecMethod = Execute ;
757         StateMethod = GetState ;
758     ]
759     SID_ALIGN_ANY_HCENTER
760     [
761         ExecMethod = Execute ;
762         StateMethod = GetState ;
763     ]
764     SID_ALIGN_ANY_RIGHT
765     [
766         ExecMethod = Execute ;
767         StateMethod = GetState ;
768     ]
769     SID_ALIGN_ANY_JUSTIFIED
770     [
771         ExecMethod = Execute ;
772         StateMethod = GetState ;
773     ]
774     SID_ALIGN_ANY_TOP
775     [
776         ExecMethod = Execute ;
777         StateMethod = GetState ;
778     ]
779     SID_ALIGN_ANY_VCENTER
780     [
781         ExecMethod = Execute ;
782         StateMethod = GetState ;
783     ]
784     SID_ALIGN_ANY_BOTTOM
785     [
786         ExecMethod = Execute ;
787         StateMethod = GetState ;
788     ]
789     SID_RESTORE_EDITING_VIEW
790     [
791         ExecMethod = Execute ;
792         StateMethod = GetState ;
793     ]
794     SID_INSERT_GRAPHIC // status(final|play)
795     [
796         ExecMethod = Execute ;
797         StateMethod = GetState ;
798         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
799     ]
800     SID_AUTOSPELL_CHECK
801     [
802         ExecMethod = ExecViewOptions ;
803         StateMethod = StateViewOptions ;
804     ]
806       //Extra/Options/View
807         //Will be summarized to Property ViewSettings
808     FN_VIEW_HIDDEN_PARA
809     [
810         ExecMethod = ExecViewOptions ;
811         StateMethod = StateViewOptions ;
812         Export = FALSE;
813     ]
815     FN_VIEW_HIDE_WHITESPACE
816     [
817         ExecMethod = ExecViewOptions ;
818         StateMethod = StateViewOptions ;
819         Export = FALSE;
820     ]
822     SID_TOGGLE_NOTES
823     [
824         ExecMethod = ExecViewOptions ;
825         StateMethod = StateViewOptions ;
826         Export = FALSE;
827     ]
829     SID_TOGGLE_RESOLVED_NOTES
830     [
831         ExecMethod = ExecViewOptions ;
832         StateMethod = StateViewOptions ;
833         Export = FALSE;
834     ]
836      // Everything from here can be removed (Export = FALSE;), if the previous works
837     FN_RULER // status()
838     [
839         ExecMethod = ExecViewOptions ;
840         StateMethod = StateViewOptions ;
841         Export = FALSE;
842         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
843     ]
845     FN_VIEW_BOUNDS // status()
846     [
847         ExecMethod = ExecViewOptions ;
848         StateMethod = StateViewOptions ;
849         Export = FALSE;
850     ]
852     FN_VIEW_GRAPHIC // status()
853     [
854         ExecMethod = ExecViewOptions ;
855         StateMethod = StateViewOptions ;
856         Export = FALSE ;
857     ]
858     FN_VIEW_FIELDS // status()
859     [
860         ExecMethod = ExecViewOptions ;
861         StateMethod = StateViewOptions ;
862         Export = FALSE;
863     ]
865     FN_VIEW_FIELDNAME // status()
866     [
867         ExecMethod = ExecViewOptions ;
868         StateMethod = StateViewOptions ;
869         Export = FALSE;
870     ]
872     FN_VIEW_MARKS // status()
873     [
874         ExecMethod = ExecViewOptions ;
875         StateMethod = StateViewOptions ;
876         Export = FALSE;
877     ]
879     FN_VIEW_META_CHARS // status()
880     [
881         ExecMethod = ExecViewOptions ;
882         StateMethod = StateViewOptions ;
883         Export = FALSE;
884     ]
886     FN_VIEW_TABLEGRID // status()
887     [
888         ExecMethod = ExecViewOptions ;
889         StateMethod = StateViewOptions ;
890     ]
892     SID_GRID_VISIBLE
893     [
894         ExecMethod = ExecViewOptions;
895         StateMethod = StateViewOptions ;
896     ]
897     SID_GRID_USE
898     [
899         ExecMethod = ExecViewOptions;
900         StateMethod = StateViewOptions ;
901     ]
902     SID_HELPLINES_MOVE
903     [
904         ExecMethod = ExecViewOptions;
905         StateMethod = StateViewOptions ;
906     ]
908     FN_VLINEAL // status()
909     [
910         ExecMethod = ExecViewOptions ;
911         StateMethod = StateViewOptions ;
912         Export = FALSE;
913         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
914     ]
916     FN_HSCROLLBAR // status()
917     [
918         ExecMethod = ExecViewOptions ;
919         StateMethod = StateViewOptions ;
920         Export = FALSE;
921     ]
923     FN_VSCROLLBAR // status()
924     [
925         ExecMethod = ExecViewOptions ;
926         StateMethod = StateViewOptions ;
927         Export = FALSE;
928     ]
930     FN_SHADOWCURSOR // status(final|play)
931     [
932         ExecMethod = ExecViewOptions ;
933         StateMethod = StateViewOptions ;
934         DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
935     ]
936     SID_TRACK_CHANGES_BAR
937     [
938         ExecMethod = ExecViewOptions ;
939         StateMethod = StateViewOptions ;
940     ]
942     FN_SHOW_INLINETOOLTIPS
943     [
944         ExecMethod = ExecViewOptions ;
945         StateMethod = StateViewOptions ;
946         Export = FALSE;
947         MenuConfig , AccelConfig , ToolBoxConfig ;
948     ]
950     FN_USE_HEADERFOOTERMENU
951     [
952         ExecMethod = ExecViewOptions ;
953         StateMethod = StateViewOptions ;
954         Export = FALSE;
955         MenuConfig , AccelConfig , ToolBoxConfig ;
956     ]