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