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