make gbuild makefiles run independant of pwd again
[LibreOffice.git] / sw / sdi / _viewsh.sdi
bloba17fbb8f57427e99364ddfe052f7825df4c5790d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
29 interface BaseTextEditView
31     Automation = FALSE;
34     FN_REFRESH_VIEW // status(final|play)
35     [
36         ExecMethod = Execute ;
37     ]
38     FN_PAGEUP // status(final|play)
39     [
40         ExecMethod = Execute ;
41         StateMethod = GetState ;
42     ]
43     FN_PAGEUP_SEL // status()
44     [
45         ExecMethod = Execute ;
46         StateMethod = GetState ;
47     ]
48     SID_UNDO // status(final|play)
49     [
50         ExecMethod = Execute ;
51         StateMethod = GetState ;
52     ]
53     SID_FORMATPAINTBRUSH //
54     [
55         ExecMethod = ExecFormatPaintbrush ;
56         StateMethod = StateFormatPaintbrush ;
57         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
58     ]
59     SID_CLEARHISTORY // status(final|play)
60     [
61         ExecMethod = Execute ;
62         StateMethod = GetState ;
63     ]
64     SID_CREATE_SW_DRAWVIEW
65     [
66         ExecMethod = Execute;
67     ]
68     FN_PAGEDOWN // status(final|play)
69     [
70         ExecMethod = Execute ;
71         StateMethod = GetState ;
72     ]
73     FN_PAGEDOWN_SEL // status()
74     [
75         ExecMethod = Execute ;
76         StateMethod = GetState ;
77     ]
78     FN_NAVIGATION_PI_GOTO_PAGE // status(final|play)
79     [
80         ExecMethod = Execute ;
81         StateMethod = NoState ;
82     ]
83     FN_SCROLL_NAVIGATION
84     [
85         ExecMethod = NoExec ;
86         StateMethod = NoState ;
87     ]
88     FN_SCROLL_NEXT_PREV
89     [
90         ExecMethod = Execute;
91     ]
92     FN_SET_PAGE_STYLE // status(final|play)
93     [
94         ExecMethod = ExecColl ;
95     ]
96     SID_OBJECT_SELECT
97     [
98         ExecMethod = ExecDraw ;
99         StateMethod = GetDrawState ;
100     ]
101     SID_BROWSER_MODE
102     [
103         ExecMethod = ExecViewOptions ;
104         StateMethod = StateViewOptions ;
105     ]
106     FN_PRINT_LAYOUT
107     [
108         ExecMethod = ExecViewOptions ;
109         StateMethod = StateViewOptions ;
110     ]
111     FN_REDLINE_PROTECT
112     [
113         ExecMethod = Execute;
114         StateMethod = GetState ;
115         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
116     ]
117     FN_REDLINE_ON // status()
118     [
119         ExecMethod = Execute;
120         StateMethod = GetState ;
121         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
122     ]
123     FN_REDLINE_SHOW // status()
124     [
125         ExecMethod = Execute;
126         StateMethod = GetState ;
127         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
128     ]
129     FN_REDLINE_ACCEPT // status(play)
130     [
131         ExecMethod = Execute ;
132         StateMethod = GetState ;
133         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
134     ]
135     FN_REDLINE_ACCEPT_DIRECT
136     [
137         ExecMethod = Execute ;
138         StateMethod = GetState ;
139         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
140     ]
141     FN_REDLINE_REJECT_DIRECT
142     [
143         ExecMethod = Execute ;
144         StateMethod = GetState ;
145         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
146     ]
148     SID_DOCUMENT_COMPARE // status(play)
149     [
150         ExecMethod = Execute ;
151         StateMethod = GetState ;
152         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
153     ]
154     SID_DOCUMENT_MERGE // status(play)
155     [
156         ExecMethod = Execute ;
157         StateMethod = GetState ;
158         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
159     ]
160     FN_ESCAPE // status(final|play|rec)
161     [
162         ExecMethod = Execute ;
163     ]
164     FN_FAX // status(final|play)
165     [
166         ExecMethod = ExecutePrint ;
167     ]
168     SID_PRINTDOC // status(final|play)
169     [
170         ExecMethod = ExecutePrint ;
171         StateMethod = GetState ;
172     ]
173     SID_PRINTDOCDIRECT // status(final|play)
174     [
175         ExecMethod = ExecutePrint ;
176         StateMethod = GetState ;
177     ]
178     SID_ATTR_LRSPACE
179     [
180         ExecMethod = ExecTabWin ;
181         StateMethod = StateTabWin ;
182         GroupId = GID_EDIT ;
183         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
184     ]
185     SID_ATTR_ULSPACE
186     [
187         ExecMethod = ExecTabWin ;
188         StateMethod = StateTabWin ;
189         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
190     ]
191     SID_ATTR_LONG_LRSPACE // status()
192     [
193         ExecMethod = ExecTabWin ;
194         StateMethod = StateTabWin ;
195         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
196     ]
197     SID_ATTR_LONG_ULSPACE // status()
198     [
199         ExecMethod = ExecTabWin ;
200         StateMethod = StateTabWin ;
201         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
202     ]
203     SID_ATTR_PARA_LRSPACE // status()
204     [
205         ExecMethod = ExecTabWin ;
206         StateMethod = StateTabWin ;
207         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
208     ]
209     SID_ATTR_PARA_LRSPACE_VERTICAL // status()
210     [
211         ExecMethod = ExecTabWin ;
212         StateMethod = StateTabWin ;
213         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
214     ]
215     SID_RULER_BORDERS // status()
216     [
217         ExecMethod = ExecTabWin ;
218         StateMethod = StateTabWin ;
219         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
220     ]
221     SID_RULER_BORDERS_VERTICAL // status()
222     [
223         ExecMethod = ExecTabWin ;
224         StateMethod = StateTabWin ;
225         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
226     ]
227     SID_RULER_BORDER_DISTANCE // status()
228     [
229         StateMethod = StateTabWin ;
230         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
231     ]
232     SID_RULER_PAGE_POS // status()
233     [
234         ExecMethod = NoExec ;
235         StateMethod = StateTabWin ;
236         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
237     ]
238     SID_RULER_TEXT_RIGHT_TO_LEFT
239     [
240         StateMethod = StateTabWin ;
241         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
242     ]
243     SID_RULER_LR_MIN_MAX // status()
244     [
245         StateMethod = StateTabWin ;
246         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
247     ]
248     SID_RULER_PROTECT // status()
249     [
250         StateMethod = StateTabWin ;
251         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
252     ]
253     SID_RULER_ROWS // status()
254     [
255         ExecMethod = ExecTabWin ;
256         StateMethod = StateTabWin ;
257         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
258     ]
259     SID_RULER_ROWS_VERTICAL // status()
260     [
261         ExecMethod = ExecTabWin ;
262         StateMethod = StateTabWin ;
263         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
264     ]
265     FN_EDIT_LINK_DLG // status(final|play)
266     [
267         ExecMethod = Execute ;
268         StateMethod = GetState ;
269         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
270     ]
271     FN_SPELL_GRAMMAR_DIALOG
272     [
273         ExecMethod = Execute ;
274         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
275     ]
276     SID_RECHECK_DOCUMENT
277     [
278         ExecMethod = Execute ;
279         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
280     ]
281     FN_LINE_NUMBERING_DLG // status()
282     [
283         ExecMethod = Execute;
284     ]
285     FN_UPDATE_TOX // status()
286     [
287         ExecMethod = Execute ;
288         StateMethod = GetState ;
289         MenuConfig , AccelConfig , ToolBoxConfig ;
291     ]
292     FN_UPDATE_CUR_TOX // status()
293     [
294         ExecMethod = Execute ;
295         StateMethod = GetState ;
296     ]
297     FN_EDIT_CURRENT_TOX // status()
298     [
299         ExecMethod = Execute ;
300         StateMethod = GetState ;
301     ]
302     SID_TWAIN_SELECT
303     [
304         ExecMethod = Execute ;
305         StateMethod = GetState ;
306     ]
307     SID_TWAIN_TRANSFER
308     [
309         ExecMethod = Execute ;
310         StateMethod = GetState ;
311         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
312     ]
313      //---------------------------------------------------------------------
314      //Ab hier Statusleiste
315     FN_STAT_PAGE // status()
316     [
317         ExecMethod = ExecuteStatusLine ;
318         StateMethod = StateStatusLine ;
319     ]
320     FN_STAT_BOOKMARK // status()
321     [
322         ExecMethod = ExecuteStatusLine ;
323     ]
324     FN_STAT_TEMPLATE // status(final|play)
325     [
326         ExecMethod = ExecuteStatusLine ;
327         StateMethod = StateStatusLine ;
328     ]
329     FN_STAT_SELMODE // status(final|play)
330     [
331          //Aktueller Selektionsmode: 0 == Normal, 2 == Ergaenzen, 1 == Erweitern
332         ExecMethod = ExecuteStatusLine ;
333         StateMethod = StateStatusLine ;
334     ]
335     FN_SET_ADD_MODE // status()
336     [
337         ExecMethod = ExecuteStatusLine ;
338         StateMethod = NoState ;
339     ]
340     FN_SET_EXT_MODE // status()
341     [
342         ExecMethod = ExecuteStatusLine ;
343         StateMethod = NoState ;
344     ]
345     SID_ATTR_ZOOM // status(final|play)
346     [
347         ExecMethod = ExecuteStatusLine ;
348         StateMethod = StateStatusLine ;
349     ]
350         SID_ATTR_VIEWLAYOUT // status()
351         [
352                 ExecMethod = ExecuteStatusLine ;
353                 StateMethod = StateStatusLine ;
354         ]
355         SID_ATTR_ZOOMSLIDER // status()
356         [
357                 ExecMethod = ExecuteStatusLine ;
358                 StateMethod = StateStatusLine ;
359         ]
360         SID_ATTR_INSERT // status(final|play|rec)
361     [
362         ExecMethod = ExecuteStatusLine ;
363         StateMethod = StateStatusLine ;
364     ]
365     SID_ATTR_SIZE // status()
366     [
367         ExecMethod = ExecuteStatusLine ;
368         StateMethod = StateStatusLine ;
369     ]
370     SID_ATTR_POSITION // status()
371     [
372         StateMethod = StateStatusLine ;
373     ]
374     SID_TABLE_CELL // status()
375     [
376         StateMethod = StateStatusLine ;
377     ]
378      //----------------------------------------------
379      //End mit Statusleiste
380      //----------------------------------------------
381     SID_ATTR_BORDER_SHADOW // status()
382     [
383         ExecMethod = Execute ;
384         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
385     ]
386     /****************************************************/
387     /*                                                  */
388     /*       Properties Seitenformat                    */
389     /*                                                  */
390     /****************************************************/
391     SID_ATTR_PAGE // status()
392     [
393         ExecMethod = Execute ;
394         StateMethod = GetState ;
395     ]
396     SID_ATTR_PAGE_SIZE // status(final|play)
397     [
398         ExecMethod = Execute ;
399         StateMethod = GetState ;
400     ]
401     SID_ATTR_PAGE_MAXSIZE // status()
402     [
403         Export = FALSE ;
404         ExecMethod = Execute ;
405     ]
406     SID_ATTR_PAGE_PAPERBIN // status(final|play)
407     [
408         ExecMethod = Execute ;
409         StateMethod = GetState ;
410     ]
411     SID_THESAURUS // status(final|play)
412     [
413         ExecMethod = ExecLingu ;
414         StateMethod = GetState ;
415         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
416     ]
417         SID_HANGUL_HANJA_CONVERSION // status(final|play)
418         [
419                 ExecMethod = ExecLingu ;
420                 StateMethod = GetState ;
421                 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
422         ]
423         SID_CHINESE_CONVERSION
424         [
425                 ExecMethod = ExecLingu ;
426                 StateMethod = GetState ;
427                 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
428         ]
429     /*
430     suchen und ersetzen
434     SID_SEARCH_ITEM // status()
435     [
436         ExecMethod = ExecSearch ;
437         StateMethod = StateSearch ;
438         Export = FALSE;
439     ]
440     FN_REPEAT_SEARCH // status(final|play)
441     [
442         ExecMethod = ExecSearch ;
443     ]
444     FID_SEARCH_NOW // status()
445     [
446         ExecMethod = ExecSearch ;
447     ]
448     SID_SEARCH_OPTIONS // status()
449     [
450         StateMethod = StateSearch ;
451     ]
452     FID_SEARCH_SEARCHSET // status()
453     [
454         ExecMethod = ExecSearch ;
455     ]
456     FID_SEARCH_REPLACESET // status()
457     [
458         ExecMethod = ExecSearch ;
459         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
460     ]
461     SID_ATTR_TABSTOP // status()
462     [
463         ExecMethod = ExecTabWin ;
464         StateMethod = StateTabWin ;
465         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
466     ]
467     SID_ATTR_TABSTOP_VERTICAL // status()
468     [
469         ExecMethod = ExecTabWin ;
470         StateMethod = StateTabWin ;
471         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
472     ]
473     // ab hier Export = FALSE;
474     FID_SEARCH_ON // status()
475     [
476         ExecMethod = ExecSearch ;
477         Export = FALSE;
478     ]
479     FID_SEARCH_OFF // status()
480     [
481         ExecMethod = ExecSearch ;
482         Export = FALSE;
483     ]
484     FN_INSERT_CTRL
485     [
486         ExecMethod = Execute ;
487         StateMethod = GetState ;
488         Export = FALSE;
489    ]
491     SID_ATTR_DEFTABSTOP
492     [
493         ExecMethod = Execute ;
494         StateMethod = GetState ;
495         Export = FALSE;
496         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
497     ]
498     SID_ATTR_LANGUAGE
499     [
500         ExecMethod = Execute ;
501         StateMethod = GetState ;
502         Export = FALSE;
503         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
504     ]
505     SID_ATTR_CHAR_CJK_LANGUAGE
506     [
507         ExecMethod = Execute ;
508         StateMethod = GetState ;
509         Export = FALSE;
510         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
511     ]
512     SID_ATTR_CHAR_CTL_LANGUAGE
513     [
514         ExecMethod = Execute ;
515         StateMethod = GetState ;
516         Export = FALSE;
517         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
518     ]
521     SID_JUMPTOMARK
522     [
523         ExecMethod = Execute ;
524         StateMethod = NoState ;
525         FastCall , Cachable ;
526     ]
528     FN_SYNC_LABELS  // status(play)
529     [
530         ExecMethod = Execute ;
531     ]
532     FN_MAILMERGE_CHILDWINDOW
533     [
534         ExecMethod = Execute ;
535         StateMethod = GetState;
536     ]
538     FN_MAILMERGE_SENDMAIL_CHILDWINDOW
539     [
540         ExecMethod = Execute ;
541         StateMethod = GetState;
542     ]
544     SID_ATTR_BRUSH // status()
545     [
546         ExecMethod = Execute ;
547         StateMethod = GetState ;
548         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
549     ]
550     SID_GALLERY
551     [
552         ExecMethod = Execute ;
553         StateMethod = GetState ;
554     ]
555     SID_AVMEDIA_PLAYER
556     [
557         ExecMethod = Execute ;
558         StateMethod = GetState ;
559     ]
560     SID_VIEW_DATA_SOURCE_BROWSER   // status()
561     [
562         ExecMethod = Execute ;
563         StateMethod = GetState;
564     ]
565     SID_READONLY_MODE // ole : no, status : no
566     [
567         StateMethod = GetState ;
568     ]
569     SID_IMAGE_ORIENTATION
570     [
571         StateMethod = GetState ;
572     ]
573     FN_INSERT_FIELD_DATA_ONLY // status(final|play)
574     [
575         ExecMethod = Execute ;
576         StateMethod = GetState ;
577     ]
578     FN_QRY_MERGE  // status()
579     [
580         ExecMethod = Execute ;
581         DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
582     ]
583     SID_ALIGN_ANY_LEFT
584     [
585         ExecMethod = Execute ;
586         StateMethod = GetState ;
587     ]
588     SID_ALIGN_ANY_HCENTER
589     [
590         ExecMethod = Execute ;
591         StateMethod = GetState ;
592     ]
593     SID_ALIGN_ANY_RIGHT
594     [
595         ExecMethod = Execute ;
596         StateMethod = GetState ;
597     ]
598     SID_ALIGN_ANY_JUSTIFIED
599     [
600         ExecMethod = Execute ;
601         StateMethod = GetState ;
602     ]
603     SID_ALIGN_ANY_TOP
604     [
605         ExecMethod = Execute ;
606         StateMethod = GetState ;
607     ]
608     SID_ALIGN_ANY_VCENTER
609     [
610         ExecMethod = Execute ;
611         StateMethod = GetState ;
612     ]
613     SID_ALIGN_ANY_BOTTOM
614     [
615         ExecMethod = Execute ;
616         StateMethod = GetState ;
617     ]
618     SID_RESTORE_EDITING_VIEW
619     [
620         ExecMethod = Execute ;
621         StateMethod = GetState ;
622     ]
623         SID_INSERT_GRAPHIC // status(final|play)
624         [
625                 ExecMethod = Execute ;
626                 StateMethod = NoState ;
627                 DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
628         ]
629     SID_AUTOSPELL_CHECK
630     [
631         ExecMethod = ExecViewOptions ;
632         StateMethod = StateViewOptions ;
633     ]
635       //Extra/Optionen/Ansicht
636         //Wird zusammen zum Property ViewSettings
637     FN_VIEW_HIDDEN_PARA
638     [
639         ExecMethod = ExecViewOptions ;
640         StateMethod = StateViewOptions ;
641         Export = FALSE;
642     ]
644     FN_VIEW_NOTES
645     [
646         ExecMethod = ExecViewOptions ;
647         StateMethod = StateViewOptions ;
648         Export = FALSE;
649     ]
650      // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren
651     FN_RULER // status()
652     [
653         ExecMethod = ExecViewOptions ;
654         StateMethod = StateViewOptions ;
655         Export = FALSE;
656         Cachable;
657         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
658     ]
660     FN_VIEW_BOUNDS // status()
661     [
662         ExecMethod = ExecViewOptions ;
663         StateMethod = StateViewOptions ;
664         Export = FALSE;
665         Cachable;
666     ]
668     FN_VIEW_GRAPHIC // status()
669     [
670         ExecMethod = ExecViewOptions ;
671         StateMethod = StateViewOptions ;
672         Export = FALSE ;
673     ]
674     FN_VIEW_FIELDS // status()
675     [
676         ExecMethod = ExecViewOptions ;
677         StateMethod = StateViewOptions ;
678         Export = FALSE;
679     ]
681     FN_VIEW_FIELDNAME // status()
682     [
683         ExecMethod = ExecViewOptions ;
684         StateMethod = StateViewOptions ;
685         Cachable ;
686         Export = FALSE;
687     ]
689     FN_VIEW_MARKS // status()
690     [
691         ExecMethod = ExecViewOptions ;
692         StateMethod = StateViewOptions ;
693         Cachable ;
694         Export = FALSE;
695     ]
697     FN_VIEW_META_CHARS // status()
698     [
699         ExecMethod = ExecViewOptions ;
700         StateMethod = StateViewOptions ;
701         Cachable ;
702         Export = FALSE;
703     ]
705     FN_VIEW_TABLEGRID // status()
706     [
707         ExecMethod = ExecViewOptions ;
708         StateMethod = StateViewOptions ;
709     ]
711     SID_GRID_VISIBLE
712     [
713         ExecMethod = ExecViewOptions;
714         StateMethod = StateViewOptions ;
715     ]
716     SID_GRID_USE
717     [
718         ExecMethod = ExecViewOptions;
719         StateMethod = StateViewOptions ;
720     ]
721     SID_HELPLINES_MOVE
722     [
723         ExecMethod = ExecViewOptions;
724         StateMethod = StateViewOptions ;
725     ]
727     FN_VLINEAL // status()
728     [
729         ExecMethod = ExecViewOptions ;
730         StateMethod = StateViewOptions ;
731         Export = FALSE;
732         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
733     ]
735     FN_HSCROLLBAR // status()
736     [
737         ExecMethod = ExecViewOptions ;
738         StateMethod = StateViewOptions ;
739         Export = FALSE;
740     ]
742     FN_VSCROLLBAR // status()
743     [
744         ExecMethod = ExecViewOptions ;
745         StateMethod = StateViewOptions ;
746         Export = FALSE;
747     ]
749     FN_SHADOWCURSOR // status(final|play)
750     [
751         ExecMethod = ExecViewOptions ;
752         StateMethod = StateViewOptions ;
753         DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
754     ]
757 interface GlobalContents
758 [   uuid = "1FD80520-F517-11d0-AC9B-008029E867C6"; ]
760     UINT16  Type    FN_COLL_TYPE
761     (
762         UINT16  Position        FN_COLL_TYPE
763     )
764     [
765     ]
767     // Bereichsname, Index-Titel oder Leerstring
768     String  Title FN_COLL_TITLE
769     (
770         UINT16  Position        FN_COLL_TITLE
771     )
772     [
773     ]
774     // ohne FileName wird ein TextBereich an der Position eingefuegt
775     BOOL    InsertDocument  FN_COLL_ADD
776     (
777         UINT16  Position        FN_COLL_ADD,
778         UINT16  FileName        FN_PARAM_1
779     )
780     [
781     ]