xref: /AOO41X/main/sw/sdi/_viewsh.sdi (revision 69a743679e823ad8f875be547552acb607b8ada5)
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
408    SID_ATTR_PARA_ULSPACE
409    [
410        ExecMethod = ExecTabWin ;
411        StateMethod = StateTabWin ;
412    ]
413
414    SID_ATTR_PAGE_COLUMN
415    [
416        ExecMethod = ExecTabWin ;
417        StateMethod = StateTabWin ;
418    ]
419    SID_ATTR_PAGE_ULSPACE
420    [
421        ExecMethod = ExecTabWin ;
422        StateMethod = StateTabWin ;
423        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
424    ]
425    SID_ATTR_PAGE_LRSPACE
426    [
427        ExecMethod = ExecTabWin ;
428        StateMethod = StateTabWin ;
429        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
430    ]
431
432    SID_THESAURUS // status(final|play)
433    [
434        ExecMethod = ExecLingu ;
435        StateMethod = GetState ;
436        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
437    ]
438        SID_HANGUL_HANJA_CONVERSION // status(final|play)
439        [
440                ExecMethod = ExecLingu ;
441                StateMethod = GetState ;
442                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
443        ]
444        SID_CHINESE_CONVERSION
445        [
446                ExecMethod = ExecLingu ;
447                StateMethod = GetState ;
448                DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
449        ]
450    /*
451    suchen und ersetzen
452*/
453
454
455    SID_SEARCH_ITEM // status()
456    [
457        ExecMethod = ExecSearch ;
458        StateMethod = StateSearch ;
459        Export = FALSE;
460    ]
461    FN_REPEAT_SEARCH // status(final|play)
462    [
463        ExecMethod = ExecSearch ;
464    ]
465    FID_SEARCH_NOW // status()
466    [
467        ExecMethod = ExecSearch ;
468    ]
469    SID_SEARCH_OPTIONS // status()
470    [
471        StateMethod = StateSearch ;
472    ]
473    FID_SEARCH_SEARCHSET // status()
474    [
475        ExecMethod = ExecSearch ;
476    ]
477    FID_SEARCH_REPLACESET // status()
478    [
479        ExecMethod = ExecSearch ;
480        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
481    ]
482    SID_ATTR_TABSTOP // status()
483    [
484        ExecMethod = ExecTabWin ;
485        StateMethod = StateTabWin ;
486        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
487    ]
488    SID_ATTR_TABSTOP_VERTICAL // status()
489    [
490        ExecMethod = ExecTabWin ;
491        StateMethod = StateTabWin ;
492        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
493    ]
494    // ab hier Export = FALSE;
495    FID_SEARCH_ON // status()
496    [
497        ExecMethod = ExecSearch ;
498        Export = FALSE;
499    ]
500    FID_SEARCH_OFF // status()
501    [
502        ExecMethod = ExecSearch ;
503        Export = FALSE;
504    ]
505    FN_INSERT_CTRL
506    [
507        ExecMethod = Execute ;
508        StateMethod = GetState ;
509        Export = FALSE;
510   ]
511
512    SID_ATTR_DEFTABSTOP
513    [
514        ExecMethod = Execute ;
515        StateMethod = GetState ;
516        Export = FALSE;
517        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
518    ]
519    SID_ATTR_LANGUAGE
520    [
521        ExecMethod = Execute ;
522        StateMethod = GetState ;
523        Export = FALSE;
524        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
525    ]
526    SID_ATTR_CHAR_CJK_LANGUAGE
527    [
528        ExecMethod = Execute ;
529        StateMethod = GetState ;
530        Export = FALSE;
531        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
532    ]
533    SID_ATTR_CHAR_CTL_LANGUAGE
534    [
535        ExecMethod = Execute ;
536        StateMethod = GetState ;
537        Export = FALSE;
538        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
539    ]
540
541
542    SID_JUMPTOMARK
543    [
544        ExecMethod = Execute ;
545        StateMethod = NoState ;
546        FastCall , Cachable ;
547    ]
548
549    FN_SYNC_LABELS  // status(play)
550    [
551        ExecMethod = Execute ;
552    ]
553    FN_MAILMERGE_CHILDWINDOW
554    [
555        ExecMethod = Execute ;
556        StateMethod = GetState;
557    ]
558
559    FN_MAILMERGE_SENDMAIL_CHILDWINDOW
560    [
561        ExecMethod = Execute ;
562        StateMethod = GetState;
563    ]
564
565    SID_ATTR_BRUSH // status()
566    [
567        ExecMethod = Execute ;
568        StateMethod = GetState ;
569        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
570    ]
571    SID_GALLERY
572    [
573        ExecMethod = Execute ;
574        StateMethod = GetState ;
575    ]
576    SID_AVMEDIA_PLAYER
577    [
578        ExecMethod = Execute ;
579        StateMethod = GetState ;
580    ]
581    SID_VIEW_DATA_SOURCE_BROWSER   // status()
582    [
583        ExecMethod = Execute ;
584        StateMethod = GetState;
585    ]
586    SID_READONLY_MODE // ole : no, status : no
587    [
588        StateMethod = GetState ;
589    ]
590    SID_IMAGE_ORIENTATION
591    [
592        StateMethod = GetState ;
593    ]
594    FN_INSERT_FIELD_DATA_ONLY // status(final|play)
595    [
596        ExecMethod = Execute ;
597        StateMethod = GetState ;
598    ]
599    FN_QRY_MERGE  // status()
600    [
601        ExecMethod = Execute ;
602        DisableFlags="SW_DISABLE_ON_MAILBOX_EDITOR";
603    ]
604    SID_ALIGN_ANY_LEFT
605    [
606        ExecMethod = Execute ;
607        StateMethod = GetState ;
608    ]
609    SID_ALIGN_ANY_HCENTER
610    [
611        ExecMethod = Execute ;
612        StateMethod = GetState ;
613    ]
614    SID_ALIGN_ANY_RIGHT
615    [
616        ExecMethod = Execute ;
617        StateMethod = GetState ;
618    ]
619    SID_ALIGN_ANY_JUSTIFIED
620    [
621        ExecMethod = Execute ;
622        StateMethod = GetState ;
623    ]
624    SID_ALIGN_ANY_TOP
625    [
626        ExecMethod = Execute ;
627        StateMethod = GetState ;
628    ]
629    SID_ALIGN_ANY_VCENTER
630    [
631        ExecMethod = Execute ;
632        StateMethod = GetState ;
633    ]
634    SID_ALIGN_ANY_BOTTOM
635    [
636        ExecMethod = Execute ;
637        StateMethod = GetState ;
638    ]
639    SID_RESTORE_EDITING_VIEW
640    [
641        ExecMethod = Execute ;
642        StateMethod = GetState ;
643    ]
644    SID_INSERT_GRAPHIC // status(final|play)
645    [
646        ExecMethod = Execute ;
647        StateMethod = GetState ;
648        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
649    ]
650    SID_AUTOSPELL_CHECK
651    [
652        ExecMethod = ExecViewOptions ;
653        StateMethod = StateViewOptions ;
654    ]
655
656      //Extra/Optionen/Ansicht
657        //Wird zusammen zum Property ViewSettings
658    FN_VIEW_HIDDEN_PARA
659    [
660        ExecMethod = ExecViewOptions ;
661        StateMethod = StateViewOptions ;
662        Export = FALSE;
663    ]
664
665    FN_VIEW_NOTES
666    [
667        ExecMethod = ExecViewOptions ;
668        StateMethod = StateViewOptions ;
669        Export = FALSE;
670    ]
671     // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren
672    FN_RULER // status()
673    [
674        ExecMethod = ExecViewOptions ;
675        StateMethod = StateViewOptions ;
676        Export = FALSE;
677        Cachable;
678        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
679    ]
680
681    FN_VIEW_BOUNDS // status()
682    [
683        ExecMethod = ExecViewOptions ;
684        StateMethod = StateViewOptions ;
685        Export = FALSE;
686        Cachable;
687    ]
688
689    FN_VIEW_GRAPHIC // status()
690    [
691        ExecMethod = ExecViewOptions ;
692        StateMethod = StateViewOptions ;
693        Export = FALSE ;
694    ]
695    FN_VIEW_FIELDS // status()
696    [
697        ExecMethod = ExecViewOptions ;
698        StateMethod = StateViewOptions ;
699        Export = FALSE;
700    ]
701
702    FN_VIEW_FIELDNAME // status()
703    [
704        ExecMethod = ExecViewOptions ;
705        StateMethod = StateViewOptions ;
706        Cachable ;
707        Export = FALSE;
708    ]
709
710    FN_VIEW_MARKS // status()
711    [
712        ExecMethod = ExecViewOptions ;
713        StateMethod = StateViewOptions ;
714        Cachable ;
715        Export = FALSE;
716    ]
717
718    FN_VIEW_META_CHARS // status()
719    [
720        ExecMethod = ExecViewOptions ;
721        StateMethod = StateViewOptions ;
722        Cachable ;
723        Export = FALSE;
724    ]
725
726    FN_VIEW_TABLEGRID // status()
727    [
728        ExecMethod = ExecViewOptions ;
729        StateMethod = StateViewOptions ;
730    ]
731
732    SID_GRID_VISIBLE
733    [
734        ExecMethod = ExecViewOptions;
735        StateMethod = StateViewOptions ;
736    ]
737    SID_GRID_USE
738    [
739        ExecMethod = ExecViewOptions;
740        StateMethod = StateViewOptions ;
741    ]
742    SID_HELPLINES_MOVE
743    [
744        ExecMethod = ExecViewOptions;
745        StateMethod = StateViewOptions ;
746    ]
747
748    FN_VLINEAL // status()
749    [
750        ExecMethod = ExecViewOptions ;
751        StateMethod = StateViewOptions ;
752        Export = FALSE;
753        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
754    ]
755
756    FN_HSCROLLBAR // status()
757    [
758        ExecMethod = ExecViewOptions ;
759        StateMethod = StateViewOptions ;
760        Export = FALSE;
761    ]
762
763    FN_VSCROLLBAR // status()
764    [
765        ExecMethod = ExecViewOptions ;
766        StateMethod = StateViewOptions ;
767        Export = FALSE;
768    ]
769
770    FN_SHADOWCURSOR // status(final|play)
771    [
772        ExecMethod = ExecViewOptions ;
773        StateMethod = StateViewOptions ;
774        DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
775    ]
776}
777
778interface GlobalContents
779[   uuid = "1FD80520-F517-11d0-AC9B-008029E867C6"; ]
780{
781    UINT16  Type    FN_COLL_TYPE
782    (
783        UINT16  Position        FN_COLL_TYPE
784    )
785    [
786    ]
787
788    // Bereichsname, Index-Titel oder Leerstring
789    String  Title FN_COLL_TITLE
790    (
791        UINT16  Position        FN_COLL_TITLE
792    )
793    [
794    ]
795    // ohne FileName wird ein TextBereich an der Position eingefuegt
796    BOOL    InsertDocument  FN_COLL_ADD
797    (
798        UINT16  Position        FN_COLL_ADD,
799        UINT16  FileName        FN_PARAM_1
800    )
801    [
802    ]
803
804}
805
806