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