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