bump product version to 5.0.4.1
[LibreOffice.git] / sw / sdi / _viewsh.sdi
blob5e35f90c7f54df76749633ee5ace734eb13ebe29
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     Automation = FALSE;
24     FN_REFRESH_VIEW // status(final|play)
25     [
26         ExecMethod = Execute ;
27     ]
28     FN_PAGEUP // status(final|play)
29     [
30         ExecMethod = Execute ;
31         StateMethod = GetState ;
32     ]
33     FN_PAGEUP_SEL // status()
34     [
35         ExecMethod = Execute ;
36         StateMethod = GetState ;
37     ]
38     SID_UNDO // status(final|play)
39     [
40         ExecMethod = Execute ;
41         StateMethod = GetState ;
42     ]
43     SID_FORMATPAINTBRUSH
44     [
45         ExecMethod = ExecFormatPaintbrush ;
46         StateMethod = StateFormatPaintbrush ;
47         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
48     ]
49     SID_CLEARHISTORY // status(final|play)
50     [
51         ExecMethod = Execute ;
52         StateMethod = GetState ;
53     ]
54     SID_CREATE_SW_DRAWVIEW
55     [
56         ExecMethod = Execute;
57     ]
58     FN_PAGEDOWN // status(final|play)
59     [
60         ExecMethod = Execute ;
61         StateMethod = GetState ;
62     ]
63     FN_PAGEDOWN_SEL // status()
64     [
65         ExecMethod = Execute ;
66         StateMethod = GetState ;
67     ]
68     FN_NAVIGATION_PI_GOTO_PAGE // status(final|play)
69     [
70         ExecMethod = Execute ;
71         StateMethod = NoState ;
72     ]
73     FN_SCROLL_NAVIGATION
74     [
75         ExecMethod = NoExec ;
76         StateMethod = NoState ;
77     ]
78     FN_NAVIGATION_POPUP
79     [
80         ExecMethod = Execute;
81     ]
82     FN_SCROLL_PREV
83     [
84         ExecMethod = Execute;
85     ]
86     FN_SCROLL_NEXT
87     [
88         ExecMethod = Execute;
89     ]
90     FN_SET_PAGE_STYLE // status(final|play)
91     [
92         ExecMethod = ExecColl ;
93     ]
94     SID_OBJECT_SELECT
95     [
96         ExecMethod = ExecDraw ;
97         StateMethod = GetDrawState ;
98     ]
99     SID_BROWSER_MODE
100     [
101         ExecMethod = ExecViewOptions ;
102         StateMethod = StateViewOptions ;
103     ]
104     FN_PRINT_LAYOUT
105     [
106         ExecMethod = ExecViewOptions ;
107         StateMethod = StateViewOptions ;
108     ]
109     FN_REDLINE_PROTECT
110     [
111         ExecMethod = Execute;
112         StateMethod = GetState ;
113         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
114     ]
115     FN_REDLINE_ON // status()
116     [
117         ExecMethod = Execute;
118         StateMethod = GetState ;
119         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
120     ]
121     FN_REDLINE_SHOW // status()
122     [
123         ExecMethod = Execute;
124         StateMethod = GetState ;
125         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
126     ]
127     FN_REDLINE_ACCEPT // status(play)
128     [
129         ExecMethod = Execute ;
130         StateMethod = GetState ;
131         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
132     ]
133     FN_REDLINE_ACCEPT_DIRECT
134     [
135         ExecMethod = Execute ;
136         StateMethod = GetState ;
137         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
138     ]
139     FN_REDLINE_REJECT_DIRECT
140     [
141         ExecMethod = Execute ;
142         StateMethod = GetState ;
143         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
144     ]
145     FN_REDLINE_NEXT_CHANGE
146     [
147         ExecMethod = Execute ;
148         StateMethod = GetState ;
149         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
150     ]
151     FN_REDLINE_PREV_CHANGE
152     [
153         ExecMethod = Execute ;
154         StateMethod = GetState ;
155         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
156     ]
158     SID_DOCUMENT_COMPARE // status(play)
159     [
160         ExecMethod = Execute ;
161         StateMethod = GetState ;
162         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
163     ]
164     SID_DOCUMENT_MERGE // status(play)
165     [
166         ExecMethod = Execute ;
167         StateMethod = GetState ;
168         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
169     ]
170     FN_ESCAPE // status(final|play|rec)
171     [
172         ExecMethod = Execute ;
173     ]
174     FN_FAX // status(final|play)
175     [
176         ExecMethod = ExecutePrint ;
177     ]
178     SID_PRINTDOC // status(final|play)
179     [
180         ExecMethod = ExecutePrint ;
181         StateMethod = GetState ;
182     ]
183     SID_PRINTDOCDIRECT // status(final|play)
184     [
185         ExecMethod = ExecutePrint ;
186         StateMethod = GetState ;
187     ]
188     SID_ATTR_LRSPACE
189     [
190         ExecMethod = ExecTabWin ;
191         StateMethod = StateTabWin ;
192         GroupId = GID_EDIT ;
193         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
194     ]
195     SID_ATTR_ULSPACE
196     [
197         ExecMethod = ExecTabWin ;
198         StateMethod = StateTabWin ;
199         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
200     ]
201     SID_ATTR_LONG_LRSPACE // status()
202     [
203         ExecMethod = ExecTabWin ;
204         StateMethod = StateTabWin ;
205         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
206     ]
207     SID_ATTR_LONG_ULSPACE // status()
208     [
209         ExecMethod = ExecTabWin ;
210         StateMethod = StateTabWin ;
211         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
212     ]
213     SID_ATTR_PARA_LRSPACE // status()
214     [
215         ExecMethod = ExecTabWin ;
216         StateMethod = StateTabWin ;
217         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
218     ]
219     SID_ATTR_PARA_LRSPACE_VERTICAL // status()
220     [
221         ExecMethod = ExecTabWin ;
222         StateMethod = StateTabWin ;
223         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
224     ]
225     SID_RULER_BORDERS // status()
226     [
227         ExecMethod = ExecTabWin ;
228         StateMethod = StateTabWin ;
229         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
230     ]
231     SID_RULER_BORDERS_VERTICAL // status()
232     [
233         ExecMethod = ExecTabWin ;
234         StateMethod = StateTabWin ;
235         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
236     ]
237     SID_RULER_BORDER_DISTANCE // status()
238     [
239         StateMethod = StateTabWin ;
240         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
241     ]
242     SID_RULER_PAGE_POS // status()
243     [
244         ExecMethod = NoExec ;
245         StateMethod = StateTabWin ;
246         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
247     ]
248     SID_RULER_TEXT_RIGHT_TO_LEFT
249     [
250         StateMethod = StateTabWin ;
251         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
252     ]
253     SID_RULER_LR_MIN_MAX // status()
254     [
255         StateMethod = StateTabWin ;
256         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
257     ]
258     SID_RULER_PROTECT // status()
259     [
260         StateMethod = StateTabWin ;
261         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
262     ]
263     SID_RULER_ROWS // status()
264     [
265         ExecMethod = ExecTabWin ;
266         StateMethod = StateTabWin ;
267         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
268     ]
269     SID_RULER_ROWS_VERTICAL // status()
270     [
271         ExecMethod = ExecTabWin ;
272         StateMethod = StateTabWin ;
273         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
274     ]
275     FN_EDIT_LINK_DLG // status(final|play)
276     [
277         ExecMethod = Execute ;
278         StateMethod = GetState ;
279         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
280     ]
281     FN_SPELL_GRAMMAR_DIALOG
282     [
283         ExecMethod = Execute ;
284         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
285     ]
286     SID_RECHECK_DOCUMENT
287     [
288         ExecMethod = Execute ;
289         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
290     ]
291     FN_LINE_NUMBERING_DLG // status()
292     [
293         ExecMethod = Execute;
294     ]
295     FN_UPDATE_TOX // status()
296     [
297         ExecMethod = Execute ;
298         StateMethod = GetState ;
299         MenuConfig , AccelConfig , ToolBoxConfig ;
301     ]
302     FN_UPDATE_CUR_TOX // status()
303     [
304         ExecMethod = Execute ;
305         StateMethod = GetState ;
306     ]
307     FN_EDIT_CURRENT_TOX // status()
308     [
309         ExecMethod = Execute ;
310         StateMethod = GetState ;
311     ]
312     SID_TWAIN_SELECT
313     [
314         ExecMethod = Execute ;
315         StateMethod = GetState ;
316     ]
317     SID_TWAIN_TRANSFER
318     [
319         ExecMethod = Execute ;
320         StateMethod = GetState ;
321         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
322     ]
324      //From here the statusbar
325     FN_STAT_PAGE // status()
326     [
327         ExecMethod = ExecuteStatusLine ;
328         StateMethod = StateStatusLine ;
329     ]
330     FN_STAT_WORDCOUNT // status()
331     [
332         ExecMethod = ExecuteStatusLine ;
333         StateMethod = StateStatusLine ;
334     ]
335     FN_STAT_BOOKMARK // status()
336     [
337         ExecMethod = ExecuteStatusLine ;
338     ]
339     FN_STAT_TEMPLATE // status(final|play)
340     [
341         ExecMethod = ExecuteStatusLine ;
342         StateMethod = StateStatusLine ;
343     ]
344     FN_STAT_SELMODE // status(final|play)
345     [
346          //Current Selectionmode: 0 == Normal, 2 == Add, 1 == Enhance
347         ExecMethod = ExecuteStatusLine ;
348         StateMethod = StateStatusLine ;
349     ]
350     FN_SET_ADD_MODE // status()
351     [
352         ExecMethod = ExecuteStatusLine ;
353         StateMethod = NoState ;
354     ]
355     FN_SET_EXT_MODE // status()
356     [
357         ExecMethod = ExecuteStatusLine ;
358         StateMethod = NoState ;
359     ]
360     SID_ATTR_ZOOM // status(final|play)
361     [
362         ExecMethod = ExecuteStatusLine ;
363         StateMethod = StateStatusLine ;
364     ]
365         SID_ATTR_VIEWLAYOUT // status()
366         [
367                 ExecMethod = ExecuteStatusLine ;
368                 StateMethod = StateStatusLine ;
369         ]
370         SID_ATTR_ZOOMSLIDER // status()
371         [
372                 ExecMethod = ExecuteStatusLine ;
373                 StateMethod = StateStatusLine ;
374         ]
375         SID_ATTR_INSERT // status(final|play|rec)
376     [
377         ExecMethod = ExecuteStatusLine ;
378         StateMethod = StateStatusLine ;
379     ]
380     SID_ATTR_SIZE // status()
381     [
382         ExecMethod = ExecuteStatusLine ;
383         StateMethod = StateStatusLine ;
384     ]
385     SID_ATTR_POSITION // status()
386     [
387         StateMethod = StateStatusLine ;
388     ]
389     SID_TABLE_CELL // status()
390     [
391         StateMethod = StateStatusLine ;
392     ]
394      //End of the statusbar
396     SID_ATTR_BORDER_SHADOW // status()
397     [
398         ExecMethod = Execute ;
399         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
400     ]
402     // Properties Page Format
403     SID_ATTR_PAGE // status()
404     [
405         ExecMethod = Execute ;
406         StateMethod = GetState ;
407     ]
408     SID_ATTR_PAGE_SIZE // status(final|play)
409     [
410         ExecMethod = Execute ;
411         StateMethod = GetState ;
412     ]
413     SID_ATTR_PAGE_MAXSIZE // status()
414     [
415         Export = FALSE ;
416         ExecMethod = Execute ;
417     ]
418     SID_ATTR_PAGE_PAPERBIN // status(final|play)
419     [
420         ExecMethod = Execute ;
421         StateMethod = GetState ;
422     ]
424     SID_ATTR_PARA_ULSPACE
425     [
426         ExecMethod = ExecTabWin ;
427         StateMethod = StateTabWin ;
428     ]
430     SID_PARASPACE_INCREASE
431     [
432         ExecMethod = ExecTabWin;
433         StateMethod = StateTabWin;
434     ]
436     SID_PARASPACE_DECREASE
437     [
438         ExecMethod = ExecTabWin;
439         StateMethod = StateTabWin;
440     ]
442     SID_ATTR_PAGE_COLUMN
443     [
444         ExecMethod = ExecTabWin ;
445         StateMethod = StateTabWin ;
446     ]
447     SID_ATTR_PAGE_ULSPACE
448     [
449         ExecMethod = ExecTabWin ;
450         StateMethod = StateTabWin ;
451         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
452     ]
453     SID_ATTR_PAGE_LRSPACE
454     [
455         ExecMethod = ExecTabWin ;
456         StateMethod = StateTabWin ;
457         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
458     ]
460     SID_THESAURUS // status(final|play)
461     [
462         ExecMethod = ExecLingu ;
463         StateMethod = GetState ;
464         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
465     ]
466         SID_HANGUL_HANJA_CONVERSION // status(final|play)
467         [
468                 ExecMethod = ExecLingu ;
469                 StateMethod = GetState ;
470                 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
471         ]
472         SID_CHINESE_CONVERSION
473         [
474                 ExecMethod = ExecLingu ;
475                 StateMethod = GetState ;
476                 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
477         ]
478     /*
479     search and replace
482     SID_SEARCH_ITEM // status()
483     [
484         ExecMethod = ExecSearch ;
485         StateMethod = StateSearch ;
486         Export = FALSE;
487     ]
488     FN_REPEAT_SEARCH // status(final|play)
489     [
490         ExecMethod = ExecSearch ;
491     ]
492     FID_SEARCH_NOW // status()
493     [
494         ExecMethod = ExecSearch ;
495     ]
496     SID_SEARCH_OPTIONS // status()
497     [
498         StateMethod = StateSearch ;
499     ]
500     FID_SEARCH_SEARCHSET // status()
501     [
502         ExecMethod = ExecSearch ;
503     ]
504     FID_SEARCH_REPLACESET // status()
505     [
506         ExecMethod = ExecSearch ;
507         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
508     ]
509     SID_ATTR_TABSTOP // status()
510     [
511         ExecMethod = ExecTabWin ;
512         StateMethod = StateTabWin ;
513         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
514     ]
515     SID_ATTR_TABSTOP_VERTICAL // status()
516     [
517         ExecMethod = ExecTabWin ;
518         StateMethod = StateTabWin ;
519         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
520     ]
521     // from here  Export = FALSE;
522     FID_SEARCH_ON // status()
523     [
524         ExecMethod = ExecSearch ;
525         Export = FALSE;
526     ]
527     FID_SEARCH_OFF // status()
528     [
529         ExecMethod = ExecSearch ;
530         Export = FALSE;
531     ]
532     FN_INSERT_CTRL
533     [
534         ExecMethod = Execute ;
535         StateMethod = GetState ;
536         Export = FALSE;
537    ]
539     SID_ATTR_DEFTABSTOP
540     [
541         ExecMethod = Execute ;
542         StateMethod = GetState ;
543         Export = FALSE;
544         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
545     ]
546     SID_ATTR_LANGUAGE
547     [
548         ExecMethod = Execute ;
549         StateMethod = GetState ;
550         Export = FALSE;
551         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
552     ]
553     SID_ATTR_CHAR_CJK_LANGUAGE
554     [
555         ExecMethod = Execute ;
556         StateMethod = GetState ;
557         Export = FALSE;
558         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
559     ]
560     SID_ATTR_CHAR_CTL_LANGUAGE
561     [
562         ExecMethod = Execute ;
563         StateMethod = GetState ;
564         Export = FALSE;
565         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
566     ]
568     SID_JUMPTOMARK
569     [
570         ExecMethod = Execute ;
571         StateMethod = NoState ;
572         FastCall , Cachable ;
573     ]
575     FN_SYNC_LABELS  // status(play)
576     [
577         ExecMethod = Execute ;
578     ]
579     FN_MAILMERGE_CHILDWINDOW
580     [
581         ExecMethod = Execute ;
582         StateMethod = GetState;
583     ]
585     FN_MAILMERGE_SENDMAIL_CHILDWINDOW
586     [
587         ExecMethod = Execute ;
588         StateMethod = GetState;
589     ]
591     SID_ATTR_BRUSH // status()
592     [
593         ExecMethod = Execute ;
594         StateMethod = GetState ;
595         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
596     ]
597     SID_GALLERY
598     [
599         ExecMethod = Execute ;
600     ]
601     SID_AVMEDIA_PLAYER
602     [
603         ExecMethod = Execute ;
604         StateMethod = GetState ;
605     ]
606     SID_VIEW_DATA_SOURCE_BROWSER   // status()
607     [
608         ExecMethod = Execute ;
609         StateMethod = GetState;
610     ]
611     SID_READONLY_MODE // ole : no, status : no
612     [
613         StateMethod = GetState ;
614     ]
615     SID_IMAGE_ORIENTATION
616     [
617         StateMethod = GetState ;
618     ]
619     FN_INSERT_FIELD_DATA_ONLY // status(final|play)
620     [
621         ExecMethod = Execute ;
622         StateMethod = GetState ;
623     ]
624     FN_QRY_MERGE  // status()
625     [
626         ExecMethod = Execute ;
627         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
628     ]
629     SID_ALIGN_ANY_LEFT
630     [
631         ExecMethod = Execute ;
632         StateMethod = GetState ;
633     ]
634     SID_ALIGN_ANY_HCENTER
635     [
636         ExecMethod = Execute ;
637         StateMethod = GetState ;
638     ]
639     SID_ALIGN_ANY_RIGHT
640     [
641         ExecMethod = Execute ;
642         StateMethod = GetState ;
643     ]
644     SID_ALIGN_ANY_JUSTIFIED
645     [
646         ExecMethod = Execute ;
647         StateMethod = GetState ;
648     ]
649     SID_ALIGN_ANY_TOP
650     [
651         ExecMethod = Execute ;
652         StateMethod = GetState ;
653     ]
654     SID_ALIGN_ANY_VCENTER
655     [
656         ExecMethod = Execute ;
657         StateMethod = GetState ;
658     ]
659     SID_ALIGN_ANY_BOTTOM
660     [
661         ExecMethod = Execute ;
662         StateMethod = GetState ;
663     ]
664     SID_RESTORE_EDITING_VIEW
665     [
666         ExecMethod = Execute ;
667         StateMethod = GetState ;
668     ]
669     SID_INSERT_GRAPHIC // status(final|play)
670     [
671         ExecMethod = Execute ;
672         StateMethod = GetState ;
673         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
674     ]
675     SID_AUTOSPELL_CHECK
676     [
677         ExecMethod = ExecViewOptions ;
678         StateMethod = StateViewOptions ;
679     ]
681       //Extra/Options/View
682         //Will be summerized to Property ViewSettings
683     FN_VIEW_HIDDEN_PARA
684     [
685         ExecMethod = ExecViewOptions ;
686         StateMethod = StateViewOptions ;
687         Export = FALSE;
688     ]
690     FN_VIEW_NOTES
691     [
692         ExecMethod = ExecViewOptions ;
693         StateMethod = StateViewOptions ;
694         Export = FALSE;
695     ]
696      // Everything from here can be removed (Export = FALSE;), if the previous works
697     FN_RULER // status()
698     [
699         ExecMethod = ExecViewOptions ;
700         StateMethod = StateViewOptions ;
701         Export = FALSE;
702         Cachable;
703         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
704     ]
706     FN_VIEW_BOUNDS // status()
707     [
708         ExecMethod = ExecViewOptions ;
709         StateMethod = StateViewOptions ;
710         Export = FALSE;
711         Cachable;
712     ]
714     FN_VIEW_GRAPHIC // status()
715     [
716         ExecMethod = ExecViewOptions ;
717         StateMethod = StateViewOptions ;
718         Export = FALSE ;
719     ]
720     FN_VIEW_FIELDS // status()
721     [
722         ExecMethod = ExecViewOptions ;
723         StateMethod = StateViewOptions ;
724         Export = FALSE;
725     ]
727     FN_VIEW_FIELDNAME // status()
728     [
729         ExecMethod = ExecViewOptions ;
730         StateMethod = StateViewOptions ;
731         Cachable ;
732         Export = FALSE;
733     ]
735     FN_VIEW_MARKS // status()
736     [
737         ExecMethod = ExecViewOptions ;
738         StateMethod = StateViewOptions ;
739         Cachable ;
740         Export = FALSE;
741     ]
743     FN_VIEW_META_CHARS // status()
744     [
745         ExecMethod = ExecViewOptions ;
746         StateMethod = StateViewOptions ;
747         Cachable ;
748         Export = FALSE;
749     ]
751     FN_VIEW_TABLEGRID // status()
752     [
753         ExecMethod = ExecViewOptions ;
754         StateMethod = StateViewOptions ;
755     ]
757     SID_GRID_VISIBLE
758     [
759         ExecMethod = ExecViewOptions;
760         StateMethod = StateViewOptions ;
761     ]
762     SID_GRID_USE
763     [
764         ExecMethod = ExecViewOptions;
765         StateMethod = StateViewOptions ;
766     ]
767     SID_HELPLINES_MOVE
768     [
769         ExecMethod = ExecViewOptions;
770         StateMethod = StateViewOptions ;
771     ]
773     FN_VLINEAL // status()
774     [
775         ExecMethod = ExecViewOptions ;
776         StateMethod = StateViewOptions ;
777         Export = FALSE;
778         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
779     ]
781     FN_HSCROLLBAR // status()
782     [
783         ExecMethod = ExecViewOptions ;
784         StateMethod = StateViewOptions ;
785         Export = FALSE;
786     ]
788     FN_VSCROLLBAR // status()
789     [
790         ExecMethod = ExecViewOptions ;
791         StateMethod = StateViewOptions ;
792         Export = FALSE;
793     ]
795     FN_SHADOWCURSOR // status(final|play)
796     [
797         ExecMethod = ExecViewOptions ;
798         StateMethod = StateViewOptions ;
799         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
800     ]
803 interface GlobalContents
804 [   uuid = "1FD80520-F517-11d0-AC9B-008029E867C6"; ]
806     UINT16  Type    FN_COLL_TYPE
807     (
808         UINT16  Position        FN_COLL_TYPE
809     )
810     [
811     ]
813     // Areaname, Index-Titel or Empty String
814     String  Title FN_COLL_TITLE
815     (
816         UINT16  Position        FN_COLL_TITLE
817     )
818     [
819     ]
820     // Without a FileName an area of the text is inserted at this location.
821     BOOL    InsertDocument  FN_COLL_ADD
822     (
823         UINT16  Position        FN_COLL_ADD,
824         UINT16  FileName        FN_PARAM_1
825     )
826     [
827     ]