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 24item UINT32 SvxObjectItem ; 25item BOOL SdrShadowItem ; 26item BOOL SdrTextFitToSizeTypeItem ; 27 28 29interface DrawView 30{ 31 SID_JUMPTOMARK // ole : no, status : ? 32 [ 33 ExecMethod = ExecCtrl ; 34 StateMethod = GetCtrlState ; 35 ] 36 SID_SWITCHPAGE // ole : no, status : play rec 37 [ 38 ExecMethod = ExecCtrl ; 39 StateMethod = GetCtrlState ; 40 ] 41 SID_SWITCHLAYER // ole : no, status : play rec 42 [ 43 ExecMethod = ExecCtrl ; 44 StateMethod = GetCtrlState ; 45 ] 46 SID_RELOAD // ole : no, status : ? 47 [ 48 GroupId = GID_DOCUMENT ; 49 ExecMethod = ExecCtrl ; 50 StateMethod = GetCtrlState ; 51 Asynchron , AutoUpdate , 52 MenuConfig , AccelConfig , ToolBoxConfig ; 53 ] 54 SID_PAGEMODE // ole : no, status : play rec 55 [ 56 ExecMethod = ExecCtrl ; 57 StateMethod = GetMenuState ; 58 ] 59 SID_LAYERMODE // ole : no, status : play rec 60 [ 61 ExecMethod = ExecCtrl ; 62 StateMethod = GetMenuState ; 63 ] 64 SID_OBJECTRESIZE // ole : no, status : ? 65 [ 66 ExecMethod = ExecCtrl ; 67 StateMethod = GetMenuState ; 68 ] 69 SID_ORIGINAL_SIZE // ole : yes, status : ? 70 [ 71 ExecMethod = FuTemporary ; 72 StateMethod = GetMenuState ; 73 ] 74 SID_SAVEGRAPHIC 75 [ 76 ExecMethod = FuTemporary ; 77 StateMethod = GetMenuState ; 78 ] 79 SID_CUT // ole : no, status : ? 80 [ 81 ExecMethod = FuSupport ; 82 StateMethod = GetMenuState ; 83 ] 84 SID_COPY // ole : no, status : ? 85 [ 86 ExecMethod = FuSupport ; 87 StateMethod = GetMenuState ; 88 ] 89 SID_PASTE // ole : no, status : ? 90 [ 91 ExecMethod = FuSupport ; 92 StateMethod = GetMenuState ; 93 ] 94 SID_CLIPBOARD_FORMAT_ITEMS 95 [ 96 ExecMethod = FuSupport ; 97 StateMethod = GetMenuState ; 98 ]; 99 SID_DRAWINGMODE // ole : no, status : play rec 100 [ 101 ExecMethod = FuSupport ; 102 StateMethod = GetMenuState ; 103 ] 104 SID_MASTERPAGE // ole : no, status : play rec 105 [ 106 ExecMethod = FuSupport ; 107 StateMethod = GetMenuState ; 108 ] 109 // Menue-Messages fuer temporaere Funktionen mit Dialog 110 SID_ATTR_ZOOM // ole : no, status : no 111 [ 112 ExecMethod = FuTemporary ; 113 StateMethod = GetStatusBarState ; 114 ] 115 SID_ATTR_ZOOMSLIDER // status() 116 [ 117 ExecMethod = FuTemporary ; 118 StateMethod = GetStatusBarState ; 119 ] 120 SID_ATTRIBUTES_LINE // ole : no, status : no 121 [ 122 ExecMethod = FuTemporary ; 123 StateMethod = GetMenuState ; 124 ] 125 SID_ATTRIBUTES_AREA // ole : no, status : no 126 [ 127 ExecMethod = FuTemporary ; 128 StateMethod = GetMenuState ; 129 ] 130 SID_INSERTPAGE // ole : no, status : play rec 131 [ 132 ExecMethod = FuTemporary ; 133 StateMethod = GetMenuState ; 134 ] 135 SID_INSERTPAGE_QUICK // ole : no, status : play rec 136 [ 137 ExecMethod = FuTemporary ; 138 StateMethod = GetMenuState ; 139 ] 140 SID_HYPERLINK_SETLINK // ole : no, status : no 141 [ 142 ExecMethod = FuTemporary ; 143 ] 144 SID_HYPERLINK_GETLINK // ole : no, status : no 145 [ 146 StateMethod = GetCtrlState ; 147 ] 148 SID_READONLY_MODE // ole : no, status : no 149 [ 150 StateMethod = GetCtrlState ; 151 ] 152 SID_RENAMEPAGE // ole : no, status : ? 153 [ 154 ExecMethod = FuTemporary ; 155 StateMethod = GetMenuState ; 156 ] 157 SID_RENAMEPAGE_QUICK // ole : no, status : ? 158 [ 159 ExecMethod = FuTemporary ; 160 StateMethod = GetMenuState ; 161 ] 162 SID_INSERTLAYER // ole : no, status : play rec 163 [ 164 ExecMethod = FuTemporary ; 165 StateMethod = GetMenuState ; 166 ] 167 SID_MODIFYLAYER // ole : no, status : play rec 168 [ 169 ExecMethod = FuTemporary ; 170 StateMethod = GetMenuState ; 171 ] 172 SID_RENAMELAYER // ole : no, status : ? 173 [ 174 ExecMethod = FuTemporary ; 175 StateMethod = GetMenuState ; 176 ] 177 SID_NAVIGATOR // ole : no, status : ? 178 [ 179 ExecMethod = FuTemporary ; 180 StateMethod = GetMenuState ; 181 ] 182 SID_3D_WIN // ole : no, status : ? 183 [ 184 ExecMethod = FuTemporary ; 185 StateMethod = GetMenuState ; 186 ] 187 SID_3D_INIT // ole : no, status : ? 188 [ 189 ExecMethod = ExecEffectWin ; 190 StateMethod = GetMenuState ; 191 ] 192 SID_3D_STATE // ole : no, status : ? 193 [ 194 ExecMethod = ExecEffectWin ; 195 StateMethod = GetMenuState ; 196 ] 197 SID_3D_ASSIGN // ole : no, status : ? 198 [ 199 ExecMethod = ExecEffectWin ; 200 StateMethod = GetMenuState ; 201 ] 202 SID_ATTR_TRANSFORM // ole : no, status : ? 203 [ 204 ExecMethod = FuTemporary ; 205 StateMethod = GetMenuState ; 206 ] 207 /// !? 208 SID_CHAR_DLG // ole : no, status : ? 209 [ 210 ExecMethod = FuTemporary ; 211 StateMethod = GetMenuState ; 212 ] 213 /* -> SVX 214 SID_PARA_DLG // ole : no, status : ? 215 [ 216 ExecMethod = FuTemporary ; 217 StateMethod = GetMenuState ; 218 ] 219*/ 220 221 SID_PARA_DLG // ole : no, status : ? 222 [ 223 ExecMethod = FuTemporary ; 224 StateMethod = GetMenuState ; 225 GroupId = GID_DOCUMENT ; 226 Cachable , HasDialog , Export , 227 MenuConfig , AccelConfig , ToolBoxConfig ; 228 ] 229 SID_CHARMAP // ole : no, status : ? 230 [ 231 ExecMethod = FuTemporary ; 232 StateMethod = GetMenuState ; 233 ] 234 FN_INSERT_SOFT_HYPHEN // status(final|play) 235 [ 236 ExecMethod = FuTemporary ; 237 StateMethod = GetMenuState ; 238 ] 239 FN_INSERT_HARDHYPHEN // status() 240 [ 241 ExecMethod = FuTemporary ; 242 StateMethod = GetMenuState ; 243 ] 244 FN_INSERT_HARD_SPACE // status(final|play) 245 [ 246 ExecMethod = FuTemporary ; 247 StateMethod = GetMenuState ; 248 ] 249 SID_INSERT_RLM 250 [ 251 ExecMethod = FuTemporary ; 252 StateMethod = GetMenuState ; 253 ] 254 SID_INSERT_LRM 255 [ 256 ExecMethod = FuTemporary ; 257 StateMethod = GetMenuState ; 258 ] 259 SID_INSERT_ZWSP 260 [ 261 ExecMethod = FuTemporary ; 262 StateMethod = GetMenuState ; 263 ] 264 SID_INSERT_ZWNBSP 265 [ 266 ExecMethod = FuTemporary ; 267 StateMethod = GetMenuState ; 268 ] 269 270 SID_PASTE_SPECIAL // ole : no, status : ? 271 [ 272 ExecMethod = FuTemporary ; 273 StateMethod = GetMenuState ; 274 ] 275 276 SID_INSERT_GRAPHIC // ole : no, status : todo 277 [ 278 ExecMethod = FuTemporary ; 279 StateMethod = GetMenuState ; 280 GroupId = GID_INSERT ; 281 Cachable , HasDialog , Export , Asynchron , 282 MenuConfig , AccelConfig , ToolBoxConfig ; 283 ] 284 SID_MANAGE_LINKS // ole : no, status : ? 285 [ 286 ExecMethod = FuTemporary ; 287 StateMethod = GetMenuState ; 288 ] 289 SID_THESAURUS // ole : no, status : no 290 [ 291 ExecMethod = FuTemporary ; 292 StateMethod = GetMenuState ; 293 ] 294 SID_ATTR_TABLE // ole : no, status : ? 295 [ 296 ExecMethod = FuTemporary ; 297 StateMethod = GetMenuState ; 298 ] 299 300 SID_INSERT_DIAGRAM // ole : yes, status : ? 301 [ 302 ExecMethod = FuTemporary ; 303 StateMethod = GetMenuState ; 304 GroupId = GID_DOCUMENT ; 305 Cachable , HasDialog , Export , Asynchron , 306 MenuConfig , AccelConfig , ToolBoxConfig ; 307 ] 308 SID_BMPMASK // ole : yes, status : ? 309 [ 310 ExecMethod = FuTemporary ; 311 StateMethod = GetMenuState ; 312 ] 313 SID_BMPMASK_PIPETTE // ole : no, status : ? 314 [ 315 ExecMethod = ExecBmpMask ; 316 StateMethod = GetBmpMaskState ; 317 ] 318 SID_BMPMASK_EXEC // ole : no, status : ? 319 [ 320 ExecMethod = ExecBmpMask ; 321 StateMethod = GetBmpMaskState ; 322 ] 323 SID_INSERT_OBJECT // ole : yes, status : ? 324 [ 325 ExecMethod = FuTemporary ; 326 StateMethod = GetMenuState ; 327 ] 328 SID_INSERT_PLUGIN // ole : yes, status : ? 329 [ 330 ExecMethod = FuTemporary ; 331 StateMethod = GetMenuState ; 332 ] 333 SID_INSERT_SOUND // ole : yes, status : ? 334 [ 335 ExecMethod = FuTemporary ; 336 StateMethod = GetMenuState ; 337 ] 338 SID_INSERT_VIDEO // ole : yes, status : ? 339 [ 340 ExecMethod = FuTemporary ; 341 StateMethod = GetMenuState ; 342 ] 343 SID_INSERT_FLOATINGFRAME // ole : yes, status : ? 344 [ 345 ExecMethod = FuTemporary ; 346 StateMethod = GetMenuState ; 347 ] 348 SID_INSERT_IMAGE // ole : yes, status : ? 349 [ 350 ExecMethod = FuTemporary ; 351 StateMethod = GetMenuState ; 352 ] 353 SID_INSERT_MATH // ole : yes, status : ? 354 [ 355 ExecMethod = FuTemporary ; 356 StateMethod = GetMenuState ; 357 ] 358 SID_COPYOBJECTS // ole : no, status : ? 359 [ 360 ExecMethod = FuTemporary ; 361 StateMethod = GetMenuState ; 362 ] 363 SID_PAGESETUP // ole : no, status : no 364 [ 365 ExecMethod = FuTemporary ; 366 StateMethod = GetMenuState ; 367 ] 368 SID_PAGESIZE // ole : no, status : rec play 369 [ 370 ExecMethod = FuTemporary ; 371 StateMethod = GetMenuState ; 372 ] 373 SID_PAGEMARGIN // ole : no, status : rec play 374 [ 375 ExecMethod = FuTemporary ; 376 StateMethod = GetMenuState ; 377 ] 378 SID_SELECTAT // ole : no, status : play rec 379 [ 380 ExecMethod = FuTemporary ; 381 StateMethod = GetMenuState ; 382 ] 383 SID_PRESENTATION_LAYOUT // ole : no, status : ? 384 [ 385 ExecMethod = FuTemporary ; 386 StateMethod = GetMenuState ; 387 ] 388 SID_GROUP // ole : no, status : ? 389 [ 390 ExecMethod = FuTemporary ; 391 StateMethod = GetMenuState ; 392 FastCall = FALSE ; 393 ] 394 SID_ENTER_GROUP // ole : no, status : ? 395 [ 396 ExecMethod = FuTemporary ; 397 StateMethod = GetMenuState ; 398 ] 399 SID_LEAVE_GROUP // ole : no, status : ? 400 [ 401 ExecMethod = FuTemporary ; 402 StateMethod = GetMenuState ; 403 ] 404 SID_LEAVE_ALL_GROUPS // ole : no, status : ? 405 [ 406 ExecMethod = FuTemporary ; 407 StateMethod = GetMenuState ; 408 ] 409 SID_UNGROUP // ole : no, status : ? 410 [ 411 ExecMethod = FuTemporary ; 412 StateMethod = GetMenuState ; 413 FastCall = FALSE ; 414 ] 415 SID_COMBINE // ole : no, status : ? 416 [ 417 ExecMethod = FuTemporary ; 418 StateMethod = GetMenuState ; 419 ] 420 SID_DISTRIBUTE_DLG // ole : no, status : ? 421 [ 422 ExecMethod = FuTemporary ; 423 StateMethod = GetMenuState ; 424 ] 425 SID_POLY_MERGE // ole : no, status : ? 426 [ 427 ExecMethod = FuTemporary ; 428 StateMethod = GetMenuState ; 429 ] 430 SID_POLY_SUBSTRACT // ole : no, status : ? 431 [ 432 ExecMethod = FuTemporary ; 433 StateMethod = GetMenuState ; 434 ] 435 SID_POLY_INTERSECT // ole : no, status : ? 436 [ 437 ExecMethod = FuTemporary ; 438 StateMethod = GetMenuState ; 439 ] 440 SID_CONNECT // ole : no, status : ? 441 [ 442 ExecMethod = FuTemporary ; 443 StateMethod = GetMenuState ; 444 ] 445 SID_DISMANTLE // ole : no, status : ? 446 [ 447 ExecMethod = FuTemporary ; 448 StateMethod = GetMenuState ; 449 ] 450 SID_BREAK // ole : no, status : ? 451 [ 452 ExecMethod = FuTemporary ; 453 StateMethod = GetMenuState ; 454 ] 455 SID_CONVERT_TO_3D // ole : no, status : ? 456 [ 457 ExecMethod = FuTemporary ; 458 StateMethod = GetMenuState ; 459 ] 460 SID_CONVERT_TO_3D_LATHE // ole : no, status : ? 461 [ 462 ExecMethod = FuPermanent ; 463 StateMethod = GetMenuState ; 464 ] 465 SID_CONVERT_TO_BITMAP // ole : no, status : ? 466 [ 467 ExecMethod = FuTemporary ; 468 StateMethod = GetMenuState ; 469 ] 470 SID_CONVERT_TO_METAFILE // ole : no, status : ? 471 [ 472 ExecMethod = FuTemporary ; 473 StateMethod = GetMenuState ; 474 ] 475 SID_FRAME_TO_TOP // ole : no, status : play rec 476 [ 477 ExecMethod = FuTemporary ; 478 StateMethod = GetMenuState ; 479 ] 480 SID_MOREFRONT // ole : no, status : play rec 481 [ 482 ExecMethod = FuTemporary ; 483 StateMethod = GetMenuState ; 484 ] 485 SID_BEFORE_OBJ // ole : no, status : no 486 [ 487 ExecMethod = FuTemporary ; 488 StateMethod = GetMenuState ; 489 ] 490 SID_BEHIND_OBJ // ole : no, status : no 491 [ 492 ExecMethod = FuTemporary ; 493 StateMethod = GetMenuState ; 494 ] 495 SID_REVERSE_ORDER // ole : no, status : play rec 496 [ 497 ExecMethod = FuTemporary ; 498 StateMethod = GetMenuState ; 499 ] 500 SID_MOREBACK // ole : no, status : play rec 501 [ 502 ExecMethod = FuTemporary ; 503 StateMethod = GetMenuState ; 504 ] 505 SID_FRAME_TO_BOTTOM // ole : no, status : play rec 506 [ 507 ExecMethod = FuTemporary ; 508 StateMethod = GetMenuState ; 509 ] 510 SID_OBJECT_ALIGN_LEFT // ole : no, status : play rec 511 [ 512 ExecMethod = FuTemporary ; 513 StateMethod = GetMenuState ; 514 ] 515 SID_OBJECT_ALIGN_CENTER // ole : no, status : play rec 516 [ 517 ExecMethod = FuTemporary ; 518 StateMethod = GetMenuState ; 519 ] 520 SID_OBJECT_ALIGN_RIGHT // ole : no, status : play rec 521 [ 522 ExecMethod = FuTemporary ; 523 StateMethod = GetMenuState ; 524 ] 525 SID_OBJECT_ALIGN_UP // ole : no, status : play rec 526 [ 527 ExecMethod = FuTemporary ; 528 StateMethod = GetMenuState ; 529 ] 530 SID_OBJECT_ALIGN_MIDDLE // ole : no, status : play rec 531 [ 532 ExecMethod = FuTemporary ; 533 StateMethod = GetMenuState ; 534 ] 535 SID_OBJECT_ALIGN_DOWN // ole : no, status : play rec 536 [ 537 ExecMethod = FuTemporary ; 538 StateMethod = GetMenuState ; 539 ] 540 SID_SELECTALL // ole : no, status : ? 541 [ 542 ExecMethod = FuTemporary ; 543 StateMethod = GetMenuState ; 544 ] 545 SID_ZOOM_NEXT // ole : no, status : play rec 546 [ 547 ExecMethod = FuSupport ; 548 StateMethod = GetMenuState ; 549 ] 550 SID_ZOOM_PREV // ole : no, status : play rec 551 [ 552 ExecMethod = FuSupport ; 553 StateMethod = GetMenuState ; 554 ] 555 SID_ZOOM_OUT // ole : no, status : play rec 556 [ 557 ExecMethod = FuTemporary ; 558 StateMethod = GetMenuState ; 559 ] 560 SID_ZOOM_PANNING // ole : no, status : play rec 561 [ 562 ExecMethod = FuTemporary ; 563 StateMethod = GetMenuState ; 564 ] 565 SID_ZOOM_IN // ole : no, status : play rec 566 [ 567 ExecMethod = FuSupport ; 568 StateMethod = GetMenuState ; 569 ] 570 SID_SIZE_REAL // ole : no, status : play rec 571 [ 572 ExecMethod = FuSupport ; 573 StateMethod = GetMenuState ; 574 ] 575 SID_SIZE_PAGE // ole : no, status : play rec 576 [ 577 ExecMethod = FuSupport ; 578 StateMethod = GetMenuState ; 579 ] 580 SID_SIZE_VISAREA // ole : no, status : no 581 [ 582 ExecMethod = FuSupport ; 583 StateMethod = GetMenuState ; 584 ] 585 SID_SIZE_PAGE_WIDTH // ole : no, status : play rec 586 [ 587 ExecMethod = FuSupport ; 588 StateMethod = GetMenuState ; 589 ] 590 SID_SIZE_OPTIMAL // ole : no, status : play rec 591 [ 592 ExecMethod = FuSupport ; 593 StateMethod = GetMenuState ; 594 ] 595 SID_SIZE_ALL // ole : no, status : ? 596 [ 597 ExecMethod = FuSupport ; 598 StateMethod = GetMenuState ; 599 ] 600 SID_ZOOM // ole : no, status : play rec 601 [ 602 ExecMethod = FuSupport ; 603 StateMethod = GetMenuState ; 604 ] 605 SID_DELETE // ole : no, status : ? 606 [ 607 ExecMethod = FuSupport ; 608 StateMethod = GetMenuState ; 609 GroupId = GID_DOCUMENT ; 610 Cachable , Asynchron , 611 MenuConfig , AccelConfig , ToolBoxConfig ; 612 ] 613 SID_CHANGEBEZIER // ole : no, status : ? 614 [ 615 ExecMethod = FuTemporary ; 616 StateMethod = GetMenuState ; 617 ] 618 SID_CHANGEPOLYGON // ole : no, status : ? 619 [ 620 ExecMethod = FuTemporary ; 621 StateMethod = GetMenuState ; 622 ReadOnlyDoc = FALSE ; 623 ] 624 SID_CONVERT_TO_CONTOUR // ole : no, status : ? 625 [ 626 ExecMethod = FuTemporary ; 627 StateMethod = GetMenuState ; 628 ReadOnlyDoc = FALSE ; 629 ] 630 SID_CHOOSE_POLYGON // ole : no, status : ? 631 [ 632 ExecMethod = FuTemporary ; 633 StateMethod = GetMenuState ; 634 ] 635 SID_OUTLINE_BULLET // ole : no, status : ? 636 [ 637 ExecMethod = FuTemporary ; 638 StateMethod = GetMenuState ; 639 MenuConfig = TRUE; 640 ] 641 SID_ATTR_CHAR // ole : no, status : ? 642 [ 643 ExecMethod = FuPermanent ; 644 StateMethod = GetMenuState ; 645 ] 646 SID_DRAW_TEXT_VERTICAL // ole : no, status : ? 647 [ 648 ExecMethod = FuPermanent ; 649 StateMethod = GetMenuState ; 650 ] 651 SID_TEXTEDIT // ole : no, status : ? 652 [ 653 ExecMethod = FuPermanent ; 654 StateMethod = GetMenuState ; 655 ] 656 SID_TEXT_FITTOSIZE // ole : no, status : ? 657 [ 658 ExecMethod = FuPermanent ; 659 StateMethod = GetMenuState ; 660 ] 661 SID_TEXT_FITTOSIZE_VERTICAL // ole : no, status : ? 662 [ 663 ExecMethod = FuPermanent ; 664 StateMethod = GetMenuState ; 665 ] 666 SID_VERTICALTEXT_STATE 667 [ 668 StateMethod = GetMenuState ; 669 ] 670 SID_CTLFONT_STATE 671 [ 672 StateMethod = GetMenuState ; 673 ] 674 675 /* -> SVX 676 SID_OBJECT_ROTATE // ole : no, status : ? 677 [ 678 ExecMethod = FuPermanent ; 679 StateMethod = GetMenuState ; 680 ] 681*/ 682 683 SID_OBJECT_ROTATE // ole : no, status : ? 684 [ 685 ExecMethod = FuPermanent ; 686 StateMethod = GetMenuState ; 687 GroupId = GID_DOCUMENT ; 688 Cachable , AutoUpdate , 689 MenuConfig , AccelConfig , ToolBoxConfig ; 690 ] 691 SID_OBJECT_SHEAR // ole : no, status : ? 692 [ 693 ExecMethod = FuPermanent ; 694 StateMethod = GetMenuState ; 695 ] 696 /* -> DB 697 SID_OBJECT_MIRROR // ole : no, status : play rec 698 [ 699 ExecMethod = FuPermanent ; 700 StateMethod = GetMenuState ; 701 ] 702*/ 703 704 SID_OBJECT_MIRROR // ole : no, status : play rec 705 [ 706 ExecMethod = FuPermanent ; 707 StateMethod = GetMenuState ; 708 ] 709 710 SID_OBJECT_CROP // ole : no, status : play rec 711 [ 712 ExecMethod = FuPermanent ; 713 StateMethod = GetMenuState ; 714 ] 715 716 SID_OBJECT_TRANSPARENCE // ole : no, status : ? 717 [ 718 ExecMethod = FuPermanent ; 719 StateMethod = GetMenuState ; 720 ] 721 SID_OBJECT_GRADIENT // ole : no, status : ? 722 [ 723 ExecMethod = FuPermanent ; 724 StateMethod = GetMenuState ; 725 ] 726 727 SID_OBJECT_CROOK_ROTATE // ole : no, status : ? 728 [ 729 ExecMethod = FuPermanent ; 730 StateMethod = GetMenuState ; 731 ] 732 SID_OBJECT_CROOK_SLANT // ole : no, status : play rec 733 [ 734 ExecMethod = FuPermanent ; 735 StateMethod = GetMenuState ; 736 ] 737 SID_OBJECT_CROOK_STRETCH // ole : no, status : play rec 738 [ 739 ExecMethod = FuPermanent ; 740 StateMethod = GetMenuState ; 741 ] 742 SID_DRAW_RECT // ole : no, status : play rec 743 [ 744 ExecMethod = FuPermanent ; 745 StateMethod = GetMenuState ; 746 ] 747 SID_DRAW_RECT_NOFILL // ole : no, status : play rec 748 [ 749 ExecMethod = FuPermanent ; 750 StateMethod = GetMenuState ; 751 ] 752 SID_DRAW_RECT_ROUND // ole : no, status : play rec 753 [ 754 ExecMethod = FuPermanent ; 755 StateMethod = GetMenuState ; 756 ] 757 SID_DRAW_RECT_ROUND_NOFILL // ole : no, status : play rec 758 [ 759 ExecMethod = FuPermanent ; 760 StateMethod = GetMenuState ; 761 ] 762 SID_DRAW_SQUARE // ole : no, status : play rec 763 [ 764 ExecMethod = FuPermanent ; 765 StateMethod = GetMenuState ; 766 ] 767 SID_DRAW_SQUARE_NOFILL // ole : no, status : play rec 768 [ 769 ExecMethod = FuPermanent ; 770 StateMethod = GetMenuState ; 771 ] 772 SID_DRAW_SQUARE_ROUND // ole : no, status : play rec 773 [ 774 ExecMethod = FuPermanent ; 775 StateMethod = GetMenuState ; 776 ] 777 SID_DRAW_SQUARE_ROUND_NOFILL // ole : no, status : play rec 778 [ 779 ExecMethod = FuPermanent ; 780 StateMethod = GetMenuState ; 781 ] 782 SID_TOOL_CONNECTOR // ole : no, status : no 783 [ 784 ExecMethod = FuPermanent ; 785 StateMethod = GetMenuState ; 786 ] 787 SID_CONNECTOR_ARROW_START // ole : no, status : no 788 [ 789 ExecMethod = FuPermanent ; 790 StateMethod = GetMenuState ; 791 ] 792 SID_CONNECTOR_ARROW_END // ole : no, status : no 793 [ 794 ExecMethod = FuPermanent ; 795 StateMethod = GetMenuState ; 796 ] 797 SID_CONNECTOR_ARROWS // ole : no, status : no 798 [ 799 ExecMethod = FuPermanent ; 800 StateMethod = GetMenuState ; 801 ] 802 SID_CONNECTOR_CIRCLE_START // ole : no, status : no 803 [ 804 ExecMethod = FuPermanent ; 805 StateMethod = GetMenuState ; 806 ] 807 SID_CONNECTOR_CIRCLE_END // ole : no, status : no 808 [ 809 ExecMethod = FuPermanent ; 810 StateMethod = GetMenuState ; 811 ] 812 SID_CONNECTOR_CIRCLES // ole : no, status : no 813 [ 814 ExecMethod = FuPermanent ; 815 StateMethod = GetMenuState ; 816 ] 817 SID_CONNECTOR_LINE // ole : no, status : no 818 [ 819 ExecMethod = FuPermanent ; 820 StateMethod = GetMenuState ; 821 ] 822 SID_CONNECTOR_LINE_ARROW_START // ole : no, status : no 823 [ 824 ExecMethod = FuPermanent ; 825 StateMethod = GetMenuState ; 826 ] 827 SID_CONNECTOR_LINE_ARROW_END // ole : no, status : no 828 [ 829 ExecMethod = FuPermanent ; 830 StateMethod = GetMenuState ; 831 ] 832 SID_CONNECTOR_LINE_ARROWS // ole : no, status : no 833 [ 834 ExecMethod = FuPermanent ; 835 StateMethod = GetMenuState ; 836 ] 837 SID_CONNECTOR_LINE_CIRCLE_START // ole : no, status : no 838 [ 839 ExecMethod = FuPermanent ; 840 StateMethod = GetMenuState ; 841 ] 842 SID_CONNECTOR_LINE_CIRCLE_END // ole : no, status : no 843 [ 844 ExecMethod = FuPermanent ; 845 StateMethod = GetMenuState ; 846 ] 847 SID_CONNECTOR_LINE_CIRCLES // ole : no, status : no 848 [ 849 ExecMethod = FuPermanent ; 850 StateMethod = GetMenuState ; 851 ] 852 SID_CONNECTOR_CURVE // ole : no, status : no 853 [ 854 ExecMethod = FuPermanent ; 855 StateMethod = GetMenuState ; 856 ] 857 SID_CONNECTOR_CURVE_ARROW_START // ole : no, status : no 858 [ 859 ExecMethod = FuPermanent ; 860 StateMethod = GetMenuState ; 861 ] 862 SID_CONNECTOR_CURVE_ARROW_END // ole : no, status : no 863 [ 864 ExecMethod = FuPermanent ; 865 StateMethod = GetMenuState ; 866 ] 867 SID_CONNECTOR_CURVE_ARROWS // ole : no, status : no 868 [ 869 ExecMethod = FuPermanent ; 870 StateMethod = GetMenuState ; 871 ] 872 SID_CONNECTOR_CURVE_CIRCLE_START // ole : no, status : no 873 [ 874 ExecMethod = FuPermanent ; 875 StateMethod = GetMenuState ; 876 ] 877 SID_CONNECTOR_CURVE_CIRCLE_END // ole : no, status : no 878 [ 879 ExecMethod = FuPermanent ; 880 StateMethod = GetMenuState ; 881 ] 882 SID_CONNECTOR_CURVE_CIRCLES // ole : no, status : no 883 [ 884 ExecMethod = FuPermanent ; 885 StateMethod = GetMenuState ; 886 ] 887 SID_CONNECTOR_LINES // ole : no, status : no 888 [ 889 ExecMethod = FuPermanent ; 890 StateMethod = GetMenuState ; 891 ] 892 SID_CONNECTOR_LINES_ARROW_START // ole : no, status : no 893 [ 894 ExecMethod = FuPermanent ; 895 StateMethod = GetMenuState ; 896 ] 897 SID_CONNECTOR_LINES_ARROW_END // ole : no, status : no 898 [ 899 ExecMethod = FuPermanent ; 900 StateMethod = GetMenuState ; 901 ] 902 SID_CONNECTOR_LINES_ARROWS // ole : no, status : no 903 [ 904 ExecMethod = FuPermanent ; 905 StateMethod = GetMenuState ; 906 ] 907 SID_CONNECTOR_LINES_CIRCLE_START // ole : no, status : no 908 [ 909 ExecMethod = FuPermanent ; 910 StateMethod = GetMenuState ; 911 ] 912 SID_CONNECTOR_LINES_CIRCLE_END // ole : no, status : no 913 [ 914 ExecMethod = FuPermanent ; 915 StateMethod = GetMenuState ; 916 ] 917 SID_CONNECTOR_LINES_CIRCLES // ole : no, status : no 918 [ 919 ExecMethod = FuPermanent ; 920 StateMethod = GetMenuState ; 921 ] 922 SID_LINE_ARROW_START // ole : no, status : no 923 [ 924 ExecMethod = FuPermanent ; 925 StateMethod = GetMenuState ; 926 ] 927 SID_LINE_ARROW_END // ole : no, status : no 928 [ 929 ExecMethod = FuPermanent ; 930 StateMethod = GetMenuState ; 931 ] 932 SID_LINE_ARROWS // ole : no, status : no 933 [ 934 ExecMethod = FuPermanent ; 935 StateMethod = GetMenuState ; 936 ] 937 SID_LINE_ARROW_CIRCLE // ole : no, status : no 938 [ 939 ExecMethod = FuPermanent ; 940 StateMethod = GetMenuState ; 941 ] 942 SID_LINE_CIRCLE_ARROW // ole : no, status : no 943 [ 944 ExecMethod = FuPermanent ; 945 StateMethod = GetMenuState ; 946 ] 947 SID_LINE_ARROW_SQUARE // ole : no, status : no 948 [ 949 ExecMethod = FuPermanent ; 950 StateMethod = GetMenuState ; 951 ] 952 SID_LINE_SQUARE_ARROW // ole : no, status : no 953 [ 954 ExecMethod = FuPermanent ; 955 StateMethod = GetMenuState ; 956 ] 957 SID_DRAW_CAPTION // ole : no, status : no 958 [ 959 ExecMethod = FuPermanent ; 960 StateMethod = GetMenuState ; 961 ] 962 SID_DRAW_CAPTION_VERTICAL // ole : no, status : no 963 [ 964 ExecMethod = FuPermanent ; 965 StateMethod = GetMenuState ; 966 ] 967 SID_DRAW_CIRCLE // ole : no, status : play rec 968 [ 969 ExecMethod = FuPermanent ; 970 StateMethod = GetMenuState ; 971 ] 972 SID_DRAW_CIRCLE_NOFILL // ole : no, status : play rec 973 [ 974 ExecMethod = FuPermanent ; 975 StateMethod = GetMenuState ; 976 ] 977 SID_DRAW_ELLIPSE // ole : no, status : play rec 978 [ 979 ExecMethod = FuPermanent ; 980 StateMethod = GetMenuState ; 981 ] 982 SID_DRAW_ELLIPSE_NOFILL // ole : no, status : play rec 983 [ 984 ExecMethod = FuPermanent ; 985 StateMethod = GetMenuState ; 986 ] 987 SID_DRAW_ARC // ole : no, status : play rec 988 [ 989 ExecMethod = FuPermanent ; 990 StateMethod = GetMenuState ; 991 ] 992 SID_DRAW_CIRCLEARC // ole : no, status : play rec 993 [ 994 ExecMethod = FuPermanent ; 995 StateMethod = GetMenuState ; 996 ] 997 SID_DRAW_PIE // ole : no, status : play rec 998 [ 999 ExecMethod = FuPermanent ; 1000 StateMethod = GetMenuState ; 1001 ] 1002 SID_DRAW_PIE_NOFILL // ole : no, status : play rec 1003 [ 1004 ExecMethod = FuPermanent ; 1005 StateMethod = GetMenuState ; 1006 ] 1007 SID_DRAW_CIRCLEPIE // ole : no, status : play rec 1008 [ 1009 ExecMethod = FuPermanent ; 1010 StateMethod = GetMenuState ; 1011 ] 1012 SID_DRAW_CIRCLEPIE_NOFILL // ole : no, status : play rec 1013 [ 1014 ExecMethod = FuPermanent ; 1015 StateMethod = GetMenuState ; 1016 ] 1017 SID_DRAW_CIRCLECUT // ole : no, status : play rec 1018 [ 1019 ExecMethod = FuPermanent ; 1020 StateMethod = GetMenuState ; 1021 ] 1022 SID_DRAW_CIRCLECUT_NOFILL // ole : no, status : play rec 1023 [ 1024 ExecMethod = FuPermanent ; 1025 StateMethod = GetMenuState ; 1026 ] 1027 SID_DRAW_ELLIPSECUT // ole : no, status : play rec 1028 [ 1029 ExecMethod = FuPermanent ; 1030 StateMethod = GetMenuState ; 1031 ] 1032 SID_DRAW_ELLIPSECUT_NOFILL // ole : no, status : play rec 1033 [ 1034 ExecMethod = FuPermanent ; 1035 StateMethod = GetMenuState ; 1036 ] 1037 SID_DRAW_LINE // ole : no, status : no 1038 [ 1039 ExecMethod = FuPermanent ; 1040 StateMethod = GetMenuState ; 1041 ] 1042 SID_DRAW_MEASURELINE // ole : no, status : no 1043 [ 1044 ExecMethod = FuPermanent ; 1045 StateMethod = GetMenuState ; 1046 ] 1047 SID_DRAW_XLINE // ole : no, status : no 1048 [ 1049 ExecMethod = FuPermanent ; 1050 StateMethod = GetMenuState ; 1051 ] 1052 SID_MOVETO // ole : no, status : play rec 1053 [ 1054 ExecMethod = FuPermanent ; 1055 StateMethod = GetMenuState ; 1056 ] 1057 SID_LINETO // ole : no, status : play rec 1058 [ 1059 ExecMethod = FuPermanent ; 1060 StateMethod = GetMenuState ; 1061 ] 1062 SID_BEZIERTO // ole : no, status : play rec 1063 [ 1064 ExecMethod = FuPermanent ; 1065 StateMethod = GetMenuState ; 1066 ] 1067 SID_DRAW_XPOLYGON // ole : no, status : no 1068 [ 1069 ExecMethod = FuPermanent ; 1070 StateMethod = GetMenuState ; 1071 ] 1072 SID_DRAW_XPOLYGON_NOFILL // ole : no, status : no 1073 [ 1074 ExecMethod = FuPermanent ; 1075 StateMethod = GetMenuState ; 1076 ] 1077 SID_DRAW_POLYGON // ole : no, status : no 1078 [ 1079 ExecMethod = FuPermanent ; 1080 StateMethod = GetMenuState ; 1081 ] 1082 SID_DRAW_POLYGON_NOFILL // ole : no, status : no 1083 [ 1084 ExecMethod = FuPermanent ; 1085 StateMethod = GetMenuState ; 1086 ] 1087 SID_DRAW_BEZIER_FILL // ole : no, status : ? 1088 [ 1089 ExecMethod = FuPermanent ; 1090 StateMethod = GetMenuState ; 1091 ] 1092 SID_DRAW_BEZIER_NOFILL // ole : no, status : ? 1093 [ 1094 ExecMethod = FuPermanent ; 1095 StateMethod = GetMenuState ; 1096 ] 1097 SID_DRAW_FREELINE // ole : no, status : ? 1098 [ 1099 ExecMethod = FuPermanent ; 1100 StateMethod = GetMenuState ; 1101 ] 1102 SID_DRAW_FREELINE_NOFILL // ole : no, status : ? 1103 [ 1104 ExecMethod = FuPermanent ; 1105 StateMethod = GetMenuState ; 1106 ] 1107 SID_3D_CUBE // ole : no, status : ? 1108 [ 1109 ExecMethod = FuPermanent ; 1110 StateMethod = GetMenuState ; 1111 ] 1112 SID_3D_SPHERE // ole : no, status : ? 1113 [ 1114 ExecMethod = FuPermanent ; 1115 StateMethod = GetMenuState ; 1116 ] 1117 SID_3D_CYLINDER // ole : no, status : ? 1118 [ 1119 ExecMethod = FuPermanent ; 1120 StateMethod = GetMenuState ; 1121 ] 1122 SID_3D_CONE // ole : no, status : ? 1123 [ 1124 ExecMethod = FuPermanent ; 1125 StateMethod = GetMenuState ; 1126 ] 1127 SID_3D_PYRAMID // ole : no, status : ? 1128 [ 1129 ExecMethod = FuPermanent ; 1130 StateMethod = GetMenuState ; 1131 ] 1132 SID_3D_SHELL // ole : no, status : ? 1133 [ 1134 ExecMethod = FuPermanent ; 1135 StateMethod = GetMenuState ; 1136 ] 1137 SID_3D_TORUS // ole : no, status : ? 1138 [ 1139 ExecMethod = FuPermanent ; 1140 StateMethod = GetMenuState ; 1141 ] 1142 SID_3D_HALF_SPHERE // ole : no, status : ? 1143 [ 1144 ExecMethod = FuPermanent ; 1145 StateMethod = GetMenuState ; 1146 ] 1147 1148 TbxImageItem ObjectAlign SID_OBJECT_ALIGN // ole : no, status : ? 1149 [ 1150 ExecMethod = FuSupport ; 1151 StateMethod = GetMenuState ; 1152 GroupId = GID_DOCUMENT ; 1153 Cachable , Export ; 1154 PseudoSlots = FALSE ; 1155 ToolBoxConfig ; 1156 MenuConfig = TRUE; 1157 ] 1158 1159 SID_ZOOM_TOOLBOX // ole : no, status : ? 1160 [ 1161 ExecMethod = FuSupport ; 1162 StateMethod = GetMenuState ; 1163 ] 1164 SID_OBJECT_CHOOSE_MODE // ole : no, status : ? 1165 [ 1166 ExecMethod = FuSupport ; 1167 StateMethod = GetMenuState ; 1168 ] 1169 SID_POSITION // ole : no, status : ? 1170 [ 1171 ExecMethod = FuSupport ; 1172 StateMethod = GetMenuState ; 1173 ] 1174 SID_DRAWTBX_TEXT // ole : no, status : ? 1175 [ 1176 ExecMethod = FuSupport ; 1177 StateMethod = GetMenuState ; 1178 ] 1179 SID_DRAWTBX_CONNECTORS // ole : no, status : ? 1180 [ 1181 ExecMethod = FuSupport ; 1182 StateMethod = GetMenuState ; 1183 ] 1184 SID_DRAWTBX_RECTANGLES // ole : no, status : ? 1185 [ 1186 ExecMethod = FuSupport ; 1187 StateMethod = GetMenuState ; 1188 ] 1189 SID_DRAWTBX_ELLIPSES // ole : no, status : ? 1190 [ 1191 ExecMethod = FuSupport ; 1192 StateMethod = GetMenuState ; 1193 ] 1194 SID_DRAWTBX_LINES // ole : no, status : ? 1195 [ 1196 ExecMethod = FuSupport ; 1197 StateMethod = GetMenuState ; 1198 ] 1199 SID_DRAWTBX_ARROWS // ole : no, status : ? 1200 [ 1201 ExecMethod = FuSupport ; 1202 StateMethod = GetMenuState ; 1203 ] 1204 SID_DRAWTBX_3D_OBJECTS // ole : no, status : ? 1205 [ 1206 ExecMethod = FuSupport ; 1207 StateMethod = GetMenuState ; 1208 ] 1209 SID_DRAWTBX_INSERT // ole : no, status : ? 1210 [ 1211 ExecMethod = FuSupport ; 1212 StateMethod = GetMenuState ; 1213 ] 1214 SID_OBJECT_SELECT // ole : no, status : ? 1215 [ 1216 ExecMethod = FuPermanent ; 1217 StateMethod = GetMenuState ; 1218 Export = FALSE ; 1219 ] 1220 ////////////////////////////////////////////////////////////////////// 1221 // Beginn FormSlots 1222 SID_FM_CREATE_CONTROL 1223 [ 1224 ExecMethod = FuPermanent ; 1225 ] 1226 // #98721# 1227 SID_FM_CREATE_FIELDCONTROL 1228 [ 1229 SlotType = SfxBoolItem ; 1230 ExecMethod = FuPermanent ; 1231 ] 1232 SID_ATTR_YEAR2000 1233 [ 1234 ExecMethod = ExecCtrl ; 1235 StateMethod = GetCtrlState ; 1236 ] 1237 // Ende FormSlots 1238 ////////////////////////////////////////////////////////////////////// 1239 SID_ATTR_FILL_STYLE // ole : no, status : ? 1240 [ 1241 ExecMethod = FuTemporary ; 1242 StateMethod = GetAttrState ; 1243 ] 1244 SID_ATTR_FILL_COLOR // ole : no, status : ? 1245 [ 1246 ExecMethod = FuTemporary ; 1247 StateMethod = GetAttrState ; 1248 ] 1249 SID_ATTR_FILL_GRADIENT // ole : no, status : ? 1250 [ 1251 ExecMethod = FuTemporary ; 1252 StateMethod = GetAttrState ; 1253 ] 1254 SID_ATTR_FILL_HATCH // ole : no, status : ? 1255 [ 1256 ExecMethod = FuTemporary ; 1257 StateMethod = GetAttrState ; 1258 ] 1259 SID_ATTR_FILL_BITMAP // ole : no, status : ? 1260 [ 1261 ExecMethod = FuTemporary ; 1262 StateMethod = GetAttrState ; 1263 ] 1264 SID_ATTR_LINE_STYLE // ole : no, status : ? 1265 [ 1266 ExecMethod = FuTemporary ; 1267 StateMethod = GetAttrState ; 1268 ] 1269 SID_ATTR_LINE_DASH // ole : no, status : ? 1270 [ 1271 ExecMethod = FuTemporary ; 1272 StateMethod = GetAttrState ; 1273 ] 1274 SID_DASH_LIST 1275 [ 1276 StateMethod = GetAttrState ; 1277 ] 1278 SID_LINEEND_LIST 1279 [ 1280 StateMethod = GetAttrState ; 1281 ] 1282 SID_COLOR_TABLE 1283 [ 1284 StateMethod = GetAttrState; 1285 ] 1286 SID_GRADIENT_LIST 1287 [ 1288 StateMethod = GetAttrState ; 1289 ] 1290 SID_HATCH_LIST 1291 [ 1292 StateMethod = GetAttrState ; 1293 ] 1294 SID_BITMAP_LIST 1295 [ 1296 StateMethod = GetAttrState ; 1297 ] 1298 SID_ATTR_LINE_WIDTH // ole : no, status : ? 1299 [ 1300 ExecMethod = FuTemporary ; 1301 StateMethod = GetAttrState ; 1302 ] 1303 SID_ATTR_LINE_COLOR // ole : no, status : ? 1304 [ 1305 ExecMethod = FuTemporary ; 1306 StateMethod = GetAttrState ; 1307 ] 1308 SID_ATTR_LINEEND_STYLE // ole : no, status : play rec 1309 [ 1310 ExecMethod = FuTemporary ; 1311 StateMethod = GetAttrState ; 1312 ] 1313 SID_DELETE_PAGE // ole : no, status : play rec 1314 [ 1315 ExecMethod = FuTemporary ; 1316 StateMethod = GetMenuState ; 1317 ] 1318 SID_DELETE_LAYER // ole : no, status : play rec 1319 [ 1320 ExecMethod = FuTemporary ; 1321 StateMethod = GetMenuState ; 1322 ] 1323 SID_INSERTFILE // ole : no, status : todo 1324 [ 1325 ExecMethod = FuTemporary ; 1326 StateMethod = GetMenuState ; 1327 ] 1328 SID_STYLE_FAMILY2 // ole : no, status : ? 1329 [ 1330 ExecMethod = FuTemporary ; 1331 StateMethod = GetAttrState ; 1332 Export = FALSE ; 1333 ] 1334 SID_STYLE_FAMILY3 // ole : no, status : ? 1335 [ 1336 ExecMethod = FuTemporary ; 1337 StateMethod = GetAttrState ; 1338 Export = FALSE ; 1339 ] 1340 SID_STYLE_NEW // ole : no, status : ? 1341 [ 1342 ExecMethod = FuTemporary ; 1343 StateMethod = GetAttrState ; 1344 GroupId = GID_DOCUMENT ; 1345 Cachable ; 1346 ] 1347 SID_STYLE_DRAGHIERARCHIE // ole : no, status : ? 1348 [ 1349 StateMethod = GetAttrState ; 1350 ] 1351 SID_STYLE_EDIT // ole : no, status : ? 1352 [ 1353 ExecMethod = FuTemporary ; 1354 StateMethod = GetAttrState ; 1355 GroupId = GID_DOCUMENT ; 1356 Cachable ; 1357 ] 1358 SID_STYLE_DELETE // ole : no, status : ? 1359 [ 1360 ExecMethod = FuTemporary ; 1361 StateMethod = GetAttrState ; 1362 GroupId = GID_DOCUMENT ; 1363 Cachable ; 1364 ] 1365 SID_STYLE_APPLY // ole : no, status : ? 1366 [ 1367 ExecMethod = FuTemporary ; 1368 StateMethod = GetAttrState ; 1369 GroupId = GID_DOCUMENT ; 1370 Cachable ; 1371 ] 1372 SID_STYLE_WATERCAN // ole : no, status : ? 1373 [ 1374 ExecMethod = FuTemporary ; 1375 StateMethod = GetAttrState ; 1376 GroupId = GID_DOCUMENT ; 1377 Cachable ; 1378 ] 1379 SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? 1380 [ 1381 ExecMethod = FuTemporary ; 1382 StateMethod = GetAttrState ; 1383 GroupId = GID_DOCUMENT ; 1384 Cachable ; 1385 ] 1386 SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? 1387 [ 1388 ExecMethod = FuTemporary ; 1389 StateMethod = GetAttrState ; 1390 GroupId = GID_DOCUMENT ; 1391 Cachable ; 1392 ] 1393 SID_SET_DEFAULT // ole : no, status : ? 1394 [ 1395 ExecMethod = FuTemporary ; 1396 StateMethod = GetAttrState ; 1397 ] 1398 SID_RULER_PAGE_POS // ole : no, status : ? 1399 [ 1400 ExecMethod = ExecRuler ; 1401 StateMethod = GetRulerState ; 1402 ] 1403 1404 SID_RULER_OBJECT // ole : no, status : ? 1405 [ 1406 ExecMethod = ExecRuler ; 1407 StateMethod = GetRulerState ; 1408 ] 1409 1410 SID_RULER_NULL_OFFSET // ole : no, status : ? 1411 [ 1412 ExecMethod = ExecRuler ; 1413 StateMethod = GetRulerState ; 1414 ] 1415 SID_ATTR_LONG_LRSPACE // ole : no, status : ? 1416 [ 1417 ExecMethod = ExecRuler ; 1418 StateMethod = GetRulerState ; 1419 Cachable ; 1420 ] 1421 SID_ATTR_LONG_ULSPACE // ole : no, status : ? 1422 [ 1423 ExecMethod = ExecRuler ; 1424 StateMethod = GetRulerState ; 1425 Cachable ; 1426 ] 1427 SID_RULER_LR_MIN_MAX // ole : no, status : ? 1428 [ 1429 ExecMethod = ExecRuler ; 1430 StateMethod = GetRulerState ; 1431 ] 1432 1433 SID_RULER_TEXT_RIGHT_TO_LEFT 1434 [ 1435 ExecMethod = ExecRuler ; 1436 StateMethod = GetRulerState ; 1437 ] 1438 1439 SID_ATTR_TABSTOP // ole : no, status : ? 1440 [ 1441 ExecMethod = ExecRuler ; 1442 StateMethod = GetRulerState ; 1443 ] 1444 1445 SID_ATTR_PARA_LRSPACE // ole : no, status : ? 1446 [ 1447 ExecMethod = ExecRuler ; 1448 StateMethod = GetRulerState ; 1449 ] 1450 SID_ATTR_POSITION // ole : no, status : ? 1451 [ 1452 ExecMethod = ExecStatusBar ; 1453 StateMethod = GetStatusBarState ; 1454 ] 1455 SID_ATTR_SIZE // ole : no, status : ? 1456 [ 1457 ExecMethod = ExecStatusBar ; 1458 StateMethod = GetStatusBarState ; 1459 Export ; 1460 ] 1461 SID_STATUS_PAGE // ole : no, status : ? 1462 [ 1463 ExecMethod = ExecStatusBar ; 1464 StateMethod = GetStatusBarState ; 1465 ] 1466 SID_STATUS_LAYOUT // ole : no, status : ? 1467 [ 1468 ExecMethod = ExecStatusBar ; 1469 StateMethod = GetStatusBarState ; 1470 ] 1471 SID_LINEEND_POLYGON // ole : no, status : ? 1472 [ 1473 ExecMethod = FuTemporary ; 1474 StateMethod = GetMenuState ; 1475 ] 1476 SID_GRAPHIC_EXPORT // ole : no, status : ? 1477 [ 1478 ExecMethod = FuTemporary ; 1479 StateMethod = GetMenuState ; 1480 ] 1481 SID_NAME_GROUP // ole : no, status : ? 1482 [ 1483 ExecMethod = FuTemporary ; 1484 StateMethod = GetMenuState ; 1485 ] 1486 SID_OBJECT_TITLE_DESCRIPTION // #i68101# ole : no, status : ? 1487 [ 1488 ExecMethod = FuTemporary ; 1489 StateMethod = GetMenuState ; 1490 ] 1491 SID_CONTEXT // ole : no, status : ? 1492 [ 1493 ExecMethod = FuTemporary ; 1494 StateMethod = GetMenuState ; 1495 ] 1496 SID_SET_SNAPITEM // ole : no, status : ? 1497 [ 1498 ExecMethod = FuTemporary ; 1499 StateMethod = GetSnapItemState ; 1500 ] 1501 SID_DELETE_SNAPITEM // ole : no, status : ? 1502 [ 1503 ExecMethod = FuTemporary ; 1504 StateMethod = GetSnapItemState ; 1505 ] 1506 SID_CAPTUREPOINT // ole : no, status : ? 1507 [ 1508 ExecMethod = FuTemporary ; 1509 GroupId = GID_DOCUMENT ; 1510 ] 1511 SID_SWITCH_POINTEDIT // ole : no, status : ? 1512 [ 1513 ExecMethod = FuPermanent ; 1514 StateMethod = GetMenuState ; 1515 ] 1516 SID_RULER // ole : no, status : play rec 1517 [ 1518 ExecMethod = FuSupport ; 1519 StateMethod = GetMenuState ; 1520 GroupId = GID_DOCUMENT ; 1521 Cachable ; 1522 MenuConfig = TRUE ; 1523 ] 1524 SID_TEXTALIGNMENT // ole : no, status : ? 1525 [ 1526 ExecMethod = FuTemporary ; 1527 StateMethod = GetMenuState ; 1528 ] 1529 SID_COLOR_CONTROL // ole : no, status : ? 1530 [ 1531 ExecMethod = FuTemporary ; 1532 StateMethod = GetMenuState ; 1533 ] 1534 SID_FONTWORK // ole : no, status : ? 1535 [ 1536 ExecMethod = FuTemporary ; 1537 StateMethod = GetMenuState ; 1538 ] 1539 SID_FORMTEXT_STYLE // ole : no, status : ? 1540 [ 1541 ExecMethod = ExecFormText ; 1542 StateMethod = GetFormTextState ; 1543 ] 1544 SID_FORMTEXT_ADJUST // ole : no, status : ? 1545 [ 1546 ExecMethod = ExecFormText ; 1547 StateMethod = GetFormTextState ; 1548 ] 1549 SID_FORMTEXT_DISTANCE // ole : no, status : ? 1550 [ 1551 ExecMethod = ExecFormText ; 1552 StateMethod = GetFormTextState ; 1553 ] 1554 SID_FORMTEXT_START // ole : no, status : ? 1555 [ 1556 ExecMethod = ExecFormText ; 1557 StateMethod = GetFormTextState ; 1558 ] 1559 SID_FORMTEXT_MIRROR // ole : no, status : ? 1560 [ 1561 ExecMethod = ExecFormText ; 1562 StateMethod = GetFormTextState ; 1563 ] 1564 SID_FORMTEXT_HIDEFORM // ole : no, status : ? 1565 [ 1566 ExecMethod = ExecFormText ; 1567 StateMethod = GetFormTextState ; 1568 ] 1569 SID_FORMTEXT_OUTLINE // ole : no, status : ? 1570 [ 1571 ExecMethod = ExecFormText ; 1572 StateMethod = GetFormTextState ; 1573 ] 1574 SID_FORMTEXT_SHADOW // ole : no, status : ? 1575 [ 1576 ExecMethod = ExecFormText ; 1577 StateMethod = GetFormTextState ; 1578 ] 1579 SID_FORMTEXT_SHDWCOLOR // ole : no, status : ? 1580 [ 1581 ExecMethod = ExecFormText ; 1582 StateMethod = GetFormTextState ; 1583 ] 1584 SID_FORMTEXT_SHDWXVAL // ole : no, status : ? 1585 [ 1586 ExecMethod = ExecFormText ; 1587 StateMethod = GetFormTextState ; 1588 ] 1589 SID_FORMTEXT_SHDWYVAL // ole : no, status : ? 1590 [ 1591 ExecMethod = ExecFormText ; 1592 StateMethod = GetFormTextState ; 1593 ] 1594 SID_FORMTEXT_STDFORM // ole : no, status : ? 1595 [ 1596 ExecMethod = ExecFormText ; 1597 StateMethod = GetFormTextState ; 1598 ] 1599 SID_GALLERY // ole : yes, status : ? 1600 [ 1601 ExecMethod = FuTemporary ; 1602 StateMethod = GetMenuState ; 1603 ] 1604 SID_GALLERY_FORMATS // ole : no, status : ? 1605 [ 1606 ExecMethod = ExecGallery ; 1607 StateMethod = GetGalleryState ; 1608 GroupId = GID_DOCUMENT ; 1609 Cachable ; 1610 ] 1611 SID_NAVIGATOR_INIT // ole : no, status : ? 1612 [ 1613 ExecMethod = ExecNavigatorWin ; 1614 StateMethod = GetNavigatorWinState ; 1615 ] 1616 SID_NAVIGATOR_PAGE // ole : no, status : ? 1617 [ 1618 ExecMethod = ExecNavigatorWin ; 1619 StateMethod = GetNavigatorWinState ; 1620 ] 1621 SID_NAVIGATOR_OBJECT // ole : no, status : ? 1622 [ 1623 ExecMethod = ExecNavigatorWin ; 1624 StateMethod = GetNavigatorWinState ; 1625 ] 1626 SID_NAVIGATOR_STATE // ole : no, status : ? 1627 [ 1628 ExecMethod = ExecNavigatorWin ; 1629 StateMethod = GetNavigatorWinState ; 1630 ] 1631 SID_NAVIGATOR_PAGENAME // ole : no, status : ? 1632 [ 1633 ExecMethod = ExecNavigatorWin ; 1634 StateMethod = GetNavigatorWinState ; 1635 ] 1636 SID_HORIZONTAL // ole : no, status : ? 1637 [ 1638 ExecMethod = FuTemporary ; 1639 StateMethod = GetMenuState ; 1640 ] 1641 SID_VERTICAL // ole : no, status : ? 1642 [ 1643 ExecMethod = FuTemporary ; 1644 StateMethod = GetMenuState ; 1645 ] 1646 SID_ATTR_FILL_SHADOW // ole : no, status : ? 1647 [ 1648 ExecMethod = FuTemporary ; 1649 StateMethod = GetAttrState ; 1650 ] 1651 SID_ATTR_TEXT_FITTOSIZE // ole : no, status : ? 1652 [ 1653 ExecMethod = FuTemporary ; 1654 StateMethod = GetAttrState ; 1655 ] 1656 SID_OBJECT_CLOSE // ole : no, status : ? 1657 [ 1658 ExecMethod = FuSupport ; 1659 StateMethod = GetMenuState ; 1660 ] 1661 // Problem mit SID_ATTR_FILL_STYLE: 1662 // frueher XFillStyle, jetzt Property FillStyle (Get/Set) 1663 // deswegen Export = FALSE ! 1664 SID_SETFILLSTYLE // ole : no, status : play rec 1665 [ 1666 ExecMethod = AttrExec ; 1667 StateMethod = AttrState ; 1668 Export = FALSE ; 1669 ] 1670 SID_GETFILLSTYLE // ole : no, status : play rec 1671 [ 1672 ExecMethod = AttrExec ; 1673 StateMethod = AttrState ; 1674 ] 1675 SID_SETLINESTYLE // ole : no, status : play rec 1676 [ 1677 ExecMethod = AttrExec ; 1678 StateMethod = AttrState ; 1679 ] 1680 SID_GETLINESTYLE // ole : no, status : play rec 1681 [ 1682 ExecMethod = AttrExec ; 1683 StateMethod = AttrState ; 1684 ] 1685 // Problem mit SID_ATTR_LINE_WIDTH: 1686 // frueher XLineWidth, jetzt Property LineWidth (Get/Set) 1687 // deswegen Export = FALSE ! 1688 SID_SETLINEWIDTH // ole : no, status : play rec 1689 [ 1690 ExecMethod = AttrExec ; 1691 StateMethod = AttrState ; 1692 Export = FALSE ; 1693 ] 1694 SID_GETLINEWIDTH // ole : no, status : play rec 1695 [ 1696 ExecMethod = AttrExec ; 1697 StateMethod = AttrState ; 1698 ] 1699 //DB: FillColor -> SetFillColor 1700 // Problem mit SID_ATTR_FILL_COLOR: 1701 // frueher XFillColor, jetzt Property FillColor (Get/Set) 1702 // deswegen Export = FALSE ! 1703 SID_SETFILLCOLOR // ole : no, status : play rec 1704 [ 1705 ExecMethod = AttrExec ; 1706 StateMethod = AttrState ; 1707 Export = FALSE ; 1708 ] 1709 SID_SETLINECOLOR // ole : no, status : play rec 1710 [ 1711 ExecMethod = AttrExec ; 1712 StateMethod = AttrState ; 1713 ] 1714 SID_SETHATCHCOLOR // ole : no, status : play rec 1715 [ 1716 ExecMethod = AttrExec ; 1717 StateMethod = AttrState ; 1718 ] 1719 SID_SETGRADSTARTCOLOR // ole : no, status : play rec 1720 [ 1721 ExecMethod = AttrExec ; 1722 StateMethod = AttrState ; 1723 ] 1724 SID_SETGRADENDCOLOR // ole : no, status : play rec 1725 [ 1726 ExecMethod = AttrExec ; 1727 StateMethod = AttrState ; 1728 ] 1729 SID_GETRED // ole : no, status : play rec 1730 [ 1731 ExecMethod = AttrExec ; 1732 StateMethod = AttrState ; 1733 ] 1734 SID_GETBLUE // ole : no, status : play rec 1735 [ 1736 ExecMethod = AttrExec ; 1737 StateMethod = AttrState ; 1738 ] 1739 SID_GETGREEN // ole : no, status : play rec 1740 [ 1741 ExecMethod = AttrExec ; 1742 StateMethod = AttrState ; 1743 ] 1744 SID_DASH // ole : no, status : play rec 1745 [ 1746 ExecMethod = AttrExec ; 1747 StateMethod = AttrState ; 1748 ] 1749 SID_HATCH // ole : no, status : play rec 1750 [ 1751 ExecMethod = AttrExec ; 1752 StateMethod = AttrState ; 1753 ] 1754 SID_GRADIENT // ole : no, status : play rec 1755 [ 1756 ExecMethod = AttrExec ; 1757 StateMethod = AttrState ; 1758 ] 1759 SID_SELECTGRADIENT // ole : no, status : play rec 1760 [ 1761 ExecMethod = AttrExec ; 1762 StateMethod = AttrState ; 1763 ] 1764 SID_SELECTHATCH // ole : no, status : play rec 1765 [ 1766 ExecMethod = AttrExec ; 1767 StateMethod = AttrState ; 1768 ] 1769 SID_UNSELECT // ole : no, status : play rec 1770 [ 1771 ExecMethod = AttrExec ; 1772 StateMethod = AttrState ; 1773 ] 1774 SID_TEXTATTR_DLG // ole : no, status : play rec 1775 [ 1776 ExecMethod = FuTemporary ; 1777 StateMethod = GetMenuState ; 1778 ] 1779 SID_MEASURE_DLG // ole : no, status : play rec 1780 [ 1781 ExecMethod = FuTemporary ; 1782 StateMethod = GetMenuState ; 1783 ] 1784 SID_CONNECTION_DLG // ole : no, status : play rec 1785 [ 1786 ExecMethod = FuTemporary ; 1787 StateMethod = GetMenuState ; 1788 ] 1789 SID_CONNECTION_NEW_ROUTING // ole : no, status : play rec 1790 [ 1791 ExecMethod = FuTemporary ; 1792 StateMethod = GetMenuState ; 1793 ] 1794 SID_SCAN // ole : no, status : todo 1795 [ 1796 ExecMethod = FuTemporary ; 1797 StateMethod = GetMenuState ; 1798 ] 1799 SID_TWAIN_SELECT // ole : no, status : todo 1800 [ 1801 ExecMethod = FuTemporary ; 1802 StateMethod = GetMenuState ; 1803 ] 1804 SID_TWAIN_TRANSFER // ole : no, status : todo 1805 [ 1806 ExecMethod = FuTemporary ; 1807 StateMethod = GetMenuState ; 1808 ] 1809 SID_IMAP // ole : yes, status : ? 1810 [ 1811 ExecMethod = FuTemporary ; 1812 StateMethod = GetMenuState ; 1813 ] 1814 SID_IMAP_EXEC // ole : no, status : ? 1815 [ 1816 ExecMethod = ExecIMap ; 1817 StateMethod = GetIMapState ; 1818 ] 1819 SID_GLUE_EDITMODE // ole : no, status : ? 1820 [ 1821 ExecMethod = FuPermanent ; 1822 StateMethod = GetMenuState ; 1823 ] 1824 SID_GLUE_INSERT_POINT // ole : no, status : ? 1825 [ 1826 ExecMethod = FuSupport ; 1827 StateMethod = GetMenuState ; 1828 ] 1829 SID_GLUE_PERCENT // ole : no, status : ? 1830 [ 1831 ExecMethod = FuSupport ; 1832 StateMethod = GetMenuState ; 1833 ] 1834 SID_GLUE_ESCDIR // ole : no, status : ? 1835 [ 1836 ExecMethod = FuSupport ; 1837 StateMethod = GetMenuState ; 1838 ] 1839 SID_GLUE_ESCDIR_LEFT // ole : no, status : ? 1840 [ 1841 ExecMethod = FuSupport ; 1842 StateMethod = GetMenuState ; 1843 ] 1844 SID_GLUE_ESCDIR_RIGHT // ole : no, status : ? 1845 [ 1846 ExecMethod = FuSupport ; 1847 StateMethod = GetMenuState ; 1848 ] 1849 SID_GLUE_ESCDIR_TOP // ole : no, status : ? 1850 [ 1851 ExecMethod = FuSupport ; 1852 StateMethod = GetMenuState ; 1853 ] 1854 SID_GLUE_ESCDIR_BOTTOM // ole : no, status : ? 1855 [ 1856 ExecMethod = FuSupport ; 1857 StateMethod = GetMenuState ; 1858 ] 1859 SID_GLUE_HORZALIGN_CENTER // ole : no, status : ? 1860 [ 1861 ExecMethod = FuSupport ; 1862 StateMethod = GetMenuState ; 1863 ] 1864 SID_GLUE_HORZALIGN_LEFT // ole : no, status : ? 1865 [ 1866 ExecMethod = FuSupport ; 1867 StateMethod = GetMenuState ; 1868 ] 1869 SID_GLUE_HORZALIGN_RIGHT // ole : no, status : ? 1870 [ 1871 ExecMethod = FuSupport ; 1872 StateMethod = GetMenuState ; 1873 ] 1874 SID_GLUE_VERTALIGN_CENTER // ole : no, status : ? 1875 [ 1876 ExecMethod = FuSupport ; 1877 StateMethod = GetMenuState ; 1878 ] 1879 SID_GLUE_VERTALIGN_TOP // ole : no, status : ? 1880 [ 1881 ExecMethod = FuSupport ; 1882 StateMethod = GetMenuState ; 1883 ] 1884 SID_GLUE_VERTALIGN_BOTTOM // ole : no, status : ? 1885 [ 1886 ExecMethod = FuSupport ; 1887 StateMethod = GetMenuState ; 1888 ] 1889 SID_POLYGON_MORPHING // ole : no, status : no 1890 [ 1891 ExecMethod = FuTemporary ; 1892 StateMethod = GetMenuState ; 1893 ] 1894 SID_GRID_FRONT // ole : no, status : ? 1895 [ 1896 ExecMethod = FuTemporary ; 1897 StateMethod = GetMenuState ; 1898 ] 1899 SID_HELPLINES_FRONT // ole : no, status : ? 1900 [ 1901 ExecMethod = FuTemporary ; 1902 StateMethod = GetMenuState ; 1903 ] 1904 SID_SHOW_ITEMBROWSER // ole : no, status : play rec 1905 [ 1906 ExecMethod = FuSupport ; 1907 StateMethod = GetMenuState ; 1908 ] 1909 SID_AUTOSPELL_CHECK // ole : no, status : play rec 1910 [ 1911 ExecMethod = FuSupport ; 1912 StateMethod = GetMenuState ; 1913 ] 1914 SID_CONVERT_TO_3D_LATHE_FAST // ole : no, status : ? 1915 [ 1916 ExecMethod = FuTemporary ; 1917 StateMethod = GetMenuState ; 1918 ] 1919 // Slots in der Optionsleiste 1920 SID_BEZIER_EDIT // ole : no, status : ? 1921 [ 1922 ExecMethod = FuSupport ; 1923 StateMethod = GetMenuState ; 1924 ] 1925 SID_GLUE_EDITMODE // ole : no, status : ? 1926 [ 1927 ExecMethod = FuPermanent ; 1928 StateMethod = GetMenuState ; 1929 ] 1930 SID_GRID_VISIBLE // ole : no, status : ? 1931 [ 1932 ExecMethod = ExecOptionsBar ; 1933 StateMethod = GetOptionsBarState ; 1934 //ExecMethod = FuTemporary ; 1935 //StateMethod = GetMenuState ; 1936 ] 1937 SID_HELPLINES_VISIBLE // ole : no, status : ? 1938 [ 1939 ExecMethod = ExecOptionsBar ; 1940 StateMethod = GetOptionsBarState ; 1941 //ExecMethod = FuTemporary ; 1942 //StateMethod = GetMenuState ; 1943 ] 1944 // Neue Slots fuer Optionsleiste 1945//#i80528# SID_GRAPHIC_DRAFT // ole : ?, status : ? 1946//#i80528# [ 1947//#i80528# ExecMethod = ExecOptionsBar ; 1948//#i80528# StateMethod = GetOptionsBarState ; 1949//#i80528# ] 1950//#i80528# SID_FILL_DRAFT // ole : ?, status : ? 1951//#i80528# [ 1952//#i80528# ExecMethod = ExecOptionsBar ; 1953//#i80528# StateMethod = GetOptionsBarState ; 1954//#i80528# ] 1955//#i80528# SID_TEXT_DRAFT // ole : ?, status : ? 1956//#i80528# [ 1957//#i80528# ExecMethod = ExecOptionsBar ; 1958//#i80528# StateMethod = GetOptionsBarState ; 1959//#i80528# ] 1960//#i80528# SID_LINE_DRAFT // ole : ?, status : ? 1961//#i80528# [ 1962//#i80528# ExecMethod = ExecOptionsBar ; 1963//#i80528# StateMethod = GetOptionsBarState ; 1964//#i80528# ] 1965 SID_HANDLES_DRAFT // ole : ?, status : ? 1966 [ 1967 ExecMethod = ExecOptionsBar ; 1968 StateMethod = GetOptionsBarState ; 1969 ] 1970 SID_SOLID_CREATE // ole : ?, status : ? 1971 [ 1972 ExecMethod = ExecOptionsBar ; 1973 StateMethod = GetOptionsBarState ; 1974 ] 1975 SID_HELPLINES_USE // ole : ?, status : ? 1976 [ 1977 ExecMethod = ExecOptionsBar ; 1978 StateMethod = GetOptionsBarState ; 1979 ] 1980 SID_HELPLINES_MOVE // ole : ?, status : ? 1981 [ 1982 ExecMethod = ExecOptionsBar ; 1983 StateMethod = GetOptionsBarState ; 1984 ] 1985 SID_GRID_USE // ole : ?, status : ? 1986 [ 1987 ExecMethod = ExecOptionsBar ; 1988 StateMethod = GetOptionsBarState ; 1989 ] 1990 SID_SNAP_BORDER // ole : ?, status : ? 1991 [ 1992 ExecMethod = ExecOptionsBar ; 1993 StateMethod = GetOptionsBarState ; 1994 ] 1995 SID_SNAP_FRAME // ole : ?, status : ? 1996 [ 1997 ExecMethod = ExecOptionsBar ; 1998 StateMethod = GetOptionsBarState ; 1999 ] 2000 SID_SNAP_POINTS // ole : ?, status : ? 2001 [ 2002 ExecMethod = ExecOptionsBar ; 2003 StateMethod = GetOptionsBarState ; 2004 ] 2005 SID_QUICKEDIT // ole : ?, status : ? 2006 [ 2007 ExecMethod = ExecOptionsBar ; 2008 StateMethod = GetOptionsBarState ; 2009 ] 2010 SID_PICK_THROUGH // ole : ?, status : ? 2011 [ 2012 ExecMethod = ExecOptionsBar ; 2013 StateMethod = GetOptionsBarState ; 2014 ] 2015 SID_BIG_HANDLES // ole : ?, status : ? 2016 [ 2017 ExecMethod = ExecOptionsBar ; 2018 StateMethod = GetOptionsBarState ; 2019 ] 2020 SID_DOUBLECLICK_TEXTEDIT // ole : ?, status : ? 2021 [ 2022 ExecMethod = ExecOptionsBar ; 2023 StateMethod = GetOptionsBarState ; 2024 ] 2025 SID_CLICK_CHANGE_ROTATION // ole : ?, status : ? 2026 [ 2027 ExecMethod = ExecOptionsBar ; 2028 StateMethod = GetOptionsBarState ; 2029 ] 2030 SID_CONVERT_TO_1BIT_THRESHOLD // ole : no, status : ? 2031 [ 2032 ExecMethod = FuSupport ; 2033 StateMethod = GetMenuState ; 2034 ] 2035 SID_CONVERT_TO_1BIT_MATRIX // ole : no, status : ? 2036 [ 2037 ExecMethod = FuSupport ; 2038 StateMethod = GetMenuState ; 2039 ] 2040 SID_CONVERT_TO_4BIT_GRAYS // ole : no, status : ? 2041 [ 2042 ExecMethod = FuSupport ; 2043 StateMethod = GetMenuState ; 2044 ] 2045 SID_CONVERT_TO_4BIT_COLORS // ole : no, status : ? 2046 [ 2047 ExecMethod = FuSupport ; 2048 StateMethod = GetMenuState ; 2049 ] 2050 SID_CONVERT_TO_8BIT_GRAYS // ole : no, status : ? 2051 [ 2052 ExecMethod = FuSupport ; 2053 StateMethod = GetMenuState ; 2054 ] 2055 SID_CONVERT_TO_8BIT_COLORS // ole : no, status : ? 2056 [ 2057 ExecMethod = FuSupport ; 2058 StateMethod = GetMenuState ; 2059 ] 2060 SID_CONVERT_TO_24BIT // ole : no, status : ? 2061 [ 2062 ExecMethod = FuSupport ; 2063 StateMethod = GetMenuState ; 2064 ] 2065 SID_HYPHENATION // ole : no, status : play rec 2066 [ 2067 ExecMethod = FuTemporary ; 2068 StateMethod = GetAttrState ; 2069 ] 2070 SID_DUPLICATE_PAGE // ole : no, status : play rec 2071 [ 2072 ExecMethod = FuTemporary ; 2073 StateMethod = GetMenuState ; 2074 ] 2075 SID_INSERT_FLD_DATE_FIX // ole : no, status : play rec 2076 [ 2077 ExecMethod = FuTemporary ; 2078 StateMethod = GetMenuState ; 2079 ] 2080 SID_INSERT_FLD_DATE_VAR // ole : no, status : play rec 2081 [ 2082 ExecMethod = FuTemporary ; 2083 StateMethod = GetMenuState ; 2084 ] 2085 SID_INSERT_FLD_TIME_FIX // ole : no, status : play rec 2086 [ 2087 ExecMethod = FuTemporary ; 2088 StateMethod = GetMenuState ; 2089 ] 2090 SID_INSERT_FLD_TIME_VAR // ole : no, status : play rec 2091 [ 2092 ExecMethod = FuTemporary ; 2093 StateMethod = GetMenuState ; 2094 ] 2095 SID_INSERT_FLD_PAGE // ole : no, status : play rec 2096 [ 2097 ExecMethod = FuTemporary ; 2098 StateMethod = GetMenuState ; 2099 ] 2100 SID_INSERT_FLD_PAGES // ole : no, status : play rec 2101 [ 2102 ExecMethod = FuTemporary ; 2103 StateMethod = GetMenuState ; 2104 ] 2105 SID_INSERT_FLD_FILE // ole : no, status : play rec 2106 [ 2107 ExecMethod = FuTemporary ; 2108 StateMethod = GetMenuState ; 2109 ] 2110 SID_INSERT_FLD_AUTHOR // ole : no, status : play rec 2111 [ 2112 ExecMethod = FuTemporary ; 2113 StateMethod = GetMenuState ; 2114 ] 2115 SID_MODIFY_FIELD // ole : no, status : play rec 2116 [ 2117 ExecMethod = FuTemporary ; 2118 StateMethod = GetMenuState ; 2119 ] 2120 SID_OUTPUT_QUALITY_COLOR // ole : no, status : play rec 2121 [ 2122 ExecMethod = ExecCtrl ; 2123 StateMethod = GetCtrlState ; 2124 ] 2125 SID_OUTPUT_QUALITY_GRAYSCALE // ole : no, status : play rec 2126 [ 2127 ExecMethod = ExecCtrl ; 2128 StateMethod = GetCtrlState ; 2129 ] 2130 SID_OUTPUT_QUALITY_BLACKWHITE // ole : no, status : play rec 2131 [ 2132 ExecMethod = ExecCtrl ; 2133 StateMethod = GetCtrlState ; 2134 ] 2135 SID_OUTPUT_QUALITY_CONTRAST // ole : no, status : play rec 2136 [ 2137 ExecMethod = ExecCtrl ; 2138 StateMethod = GetCtrlState ; 2139 ] 2140 SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ? 2141 [ 2142 ExecMethod = ExecCtrl ; 2143 StateMethod = GetCtrlState ; 2144 ] 2145 SID_EDIT_HYPERLINK // ole : no, status : ? 2146 [ 2147 ExecMethod = FuTemporary ; 2148 StateMethod = GetMenuState ; 2149 ] 2150 SID_OPEN_HYPERLINK // ole : no, status : ? 2151 [ 2152 ExecMethod = FuTemporary ; 2153 StateMethod = GetMenuState ; 2154 ] 2155 SID_TRANSLITERATE_UPPER // ole : no, status : ? 2156 [ 2157 ExecMethod = FuSupport ; 2158 StateMethod = GetCtrlState ; 2159 ] 2160 SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ? 2161 [ 2162 ExecMethod = FuSupport ; 2163 StateMethod = GetCtrlState ; 2164 ] 2165 SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ? 2166 [ 2167 ExecMethod = FuSupport ; 2168 StateMethod = GetCtrlState ; 2169 ] 2170 SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ? 2171 [ 2172 ExecMethod = FuSupport ; 2173 StateMethod = GetCtrlState ; 2174 ] 2175 SID_TRANSLITERATE_LOWER // ole : no, status : ? 2176 [ 2177 ExecMethod = FuSupport ; 2178 StateMethod = GetCtrlState ; 2179 ] 2180 SID_TRANSLITERATE_HALFWIDTH // ole : no, status : ? 2181 [ 2182 ExecMethod = FuSupport ; 2183 StateMethod = GetCtrlState ; 2184 ] 2185 SID_TRANSLITERATE_FULLWIDTH // ole : no, status : ? 2186 [ 2187 ExecMethod = FuSupport ; 2188 StateMethod = GetCtrlState ; 2189 ] 2190 SID_TRANSLITERATE_HIRAGANA // ole : no, status : ? 2191 [ 2192 ExecMethod = FuSupport ; 2193 StateMethod = GetCtrlState ; 2194 ] 2195 SID_TRANSLITERATE_KATAGANA // ole : no, status : ? 2196 [ 2197 ExecMethod = FuSupport ; 2198 StateMethod = GetCtrlState ; 2199 ] 2200 2201 // #UndoRedo# 2202 SID_GETUNDOSTRINGS // ole : no, status : ? 2203 [ 2204 ExecMethod = FuSupport ; 2205 StateMethod = GetMenuState ; 2206 ] 2207 SID_UNDO // ole : no, status : ? 2208 [ 2209 ExecMethod = FuSupport ; 2210 StateMethod = GetMenuState ; 2211 ] 2212 SID_GETREDOSTRINGS // ole : no, status : ? 2213 [ 2214 ExecMethod = FuSupport ; 2215 StateMethod = GetMenuState ; 2216 ] 2217 SID_REDO // ole : no, status : ? 2218 [ 2219 ExecMethod = FuSupport ; 2220 StateMethod = GetMenuState ; 2221 ] 2222 2223 SID_FORMATPAINTBRUSH // 2224 [ 2225 ExecMethod = FuPermanent ; 2226 StateMethod = GetMenuState ; 2227 ] 2228 2229 SID_HEADER_AND_FOOTER // ole : no, status : ? 2230 [ 2231 ExecMethod = ExecCtrl ; 2232 StateMethod = GetMenuState ; 2233 ] 2234 2235 SID_INSERT_PAGE_NUMBER // ole : no, status : ? 2236 [ 2237 ExecMethod = ExecCtrl ; 2238 StateMethod = GetMenuState ; 2239 ] 2240 2241 SID_INSERT_DATE_TIME // ole : no, status : ? 2242 [ 2243 ExecMethod = ExecCtrl ; 2244 StateMethod = GetMenuState ; 2245 ] 2246 2247 SID_MASTER_LAYOUTS 2248 [ 2249 ExecMethod = ExecCtrl ; 2250 StateMethod = GetMenuState ; 2251 ] 2252 2253 SID_OPT_LOCALE_CHANGED // ole : no, status : ? 2254 [ 2255 ExecMethod = ExecCtrl ; 2256 StateMethod = GetCtrlState ; 2257 ] 2258 2259 SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? 2260 [ 2261 ExecMethod = FuTemporary ; 2262 StateMethod = GetMenuState ; 2263 ] 2264 SID_SPELL_DIALOG // ole : no, status : ? 2265 [ 2266 ExecMethod = Execute ; 2267 StateMethod = GetMenuState ; 2268 ] 2269 SID_EXTRUSION_TOOGLE 2270 [ 2271 ExecMethod = FuTemporary ; 2272 StateMethod = GetMenuState ; 2273 ] 2274 SID_EXTRUSION_TILT_DOWN 2275 [ 2276 ExecMethod = FuTemporary ; 2277 StateMethod = GetMenuState ; 2278 ] 2279 SID_EXTRUSION_TILT_UP 2280 [ 2281 ExecMethod = FuTemporary ; 2282 StateMethod = GetMenuState ; 2283 ] 2284 SID_EXTRUSION_TILT_LEFT 2285 [ 2286 ExecMethod = FuTemporary ; 2287 StateMethod = GetMenuState ; 2288 ] 2289 SID_EXTRUSION_TILT_RIGHT 2290 [ 2291 ExecMethod = FuTemporary ; 2292 StateMethod = GetMenuState ; 2293 ] 2294 SID_EXTRUSION_DEPTH_FLOATER 2295 [ 2296 ExecMethod = FuTemporary ; 2297 StateMethod = GetMenuState ; 2298 ] 2299 SID_EXTRUSION_DEPTH_DIALOG 2300 [ 2301 ExecMethod = FuTemporary ; 2302 StateMethod = GetMenuState ; 2303 ] 2304 SID_EXTRUSION_DIRECTION_FLOATER 2305 [ 2306 ExecMethod = FuTemporary ; 2307 StateMethod = GetMenuState ; 2308 ] 2309 SID_EXTRUSION_LIGHTING_FLOATER 2310 [ 2311 ExecMethod = FuTemporary ; 2312 StateMethod = GetMenuState ; 2313 ] 2314 SID_EXTRUSION_SURFACE_FLOATER 2315 [ 2316 ExecMethod = FuTemporary ; 2317 StateMethod = GetMenuState ; 2318 ] 2319 SID_EXTRUSION_3D_COLOR 2320 [ 2321 ExecMethod = FuTemporary ; 2322 StateMethod = GetMenuState ; 2323 ] 2324 SID_EXTRUSION_DEPTH 2325 [ 2326 ExecMethod = FuTemporary ; 2327 StateMethod = GetMenuState ; 2328 ] 2329 SID_EXTRUSION_DIRECTION 2330 [ 2331 ExecMethod = FuTemporary ; 2332 StateMethod = GetMenuState ; 2333 ] 2334 SID_EXTRUSION_PROJECTION 2335 [ 2336 ExecMethod = FuTemporary ; 2337 StateMethod = GetMenuState ; 2338 ] 2339 SID_EXTRUSION_LIGHTING_DIRECTION 2340 [ 2341 ExecMethod = FuTemporary ; 2342 StateMethod = GetMenuState ; 2343 ] 2344 SID_EXTRUSION_LIGHTING_INTENSITY 2345 [ 2346 ExecMethod = FuTemporary ; 2347 StateMethod = GetMenuState ; 2348 ] 2349 SID_EXTRUSION_SURFACE 2350 [ 2351 ExecMethod = FuTemporary ; 2352 StateMethod = GetMenuState ; 2353 ] 2354 SID_FONTWORK_SHAPE 2355 [ 2356 ExecMethod = FuTemporary ; 2357 StateMethod = GetMenuState ; 2358 ] 2359 SID_FONTWORK_GALLERY_FLOATER 2360 [ 2361 ExecMethod = FuTemporary ; 2362 StateMethod = GetMenuState ; 2363 ] 2364 SID_FONTWORK_SHAPE_TYPE 2365 [ 2366 ExecMethod = FuTemporary ; 2367 StateMethod = GetMenuState ; 2368 ] 2369 SID_FONTWORK_ALIGNMENT_FLOATER 2370 [ 2371 ExecMethod = FuTemporary ; 2372 StateMethod = GetMenuState ; 2373 ] 2374 SID_FONTWORK_CHARACTER_SPACING_FLOATER 2375 [ 2376 ExecMethod = FuTemporary ; 2377 StateMethod = GetMenuState ; 2378 ] 2379 SID_FONTWORK_ALIGNMENT 2380 [ 2381 ExecMethod = FuTemporary ; 2382 StateMethod = GetMenuState ; 2383 ] 2384 SID_FONTWORK_SAME_LETTER_HEIGHTS 2385 [ 2386 ExecMethod = FuTemporary ; 2387 StateMethod = GetMenuState ; 2388 ] 2389 SID_FONTWORK_CHARACTER_SPACING 2390 [ 2391 ExecMethod = FuTemporary ; 2392 StateMethod = GetMenuState ; 2393 ] 2394 SID_FONTWORK_KERN_CHARACTER_PAIRS 2395 [ 2396 ExecMethod = FuTemporary ; 2397 StateMethod = GetMenuState ; 2398 ] 2399 SID_FONTWORK_CHARACTER_SPACING_DIALOG 2400 [ 2401 ExecMethod = FuTemporary ; 2402 StateMethod = GetMenuState ; 2403 ] 2404 SID_DRAW_FONTWORK 2405 [ 2406 ExecMethod = FuTemporary ; 2407 StateMethod = GetMenuState ; 2408 ] 2409 SID_DRAW_FONTWORK_VERTICAL 2410 [ 2411 ExecMethod = FuTemporary ; 2412 StateMethod = GetMenuState ; 2413 ] 2414 SID_DRAWTBX_CS_BASIC 2415 [ 2416 ExecMethod = FuPermanent ; 2417 StateMethod = GetMenuState ; 2418 ] 2419 SID_DRAWTBX_CS_SYMBOL 2420 [ 2421 ExecMethod = FuPermanent ; 2422 StateMethod = GetMenuState ; 2423 ] 2424 SID_DRAWTBX_CS_ARROW 2425 [ 2426 ExecMethod = FuPermanent ; 2427 StateMethod = GetMenuState ; 2428 ] 2429 SID_DRAWTBX_CS_FLOWCHART 2430 [ 2431 ExecMethod = FuPermanent ; 2432 StateMethod = GetMenuState ; 2433 ] 2434 SID_DRAWTBX_CS_CALLOUT 2435 [ 2436 ExecMethod = FuPermanent ; 2437 StateMethod = GetMenuState ; 2438 ] 2439 SID_DRAWTBX_CS_STAR 2440 [ 2441 ExecMethod = FuPermanent ; 2442 StateMethod = GetMenuState ; 2443 ] 2444 SID_DRAW_CS_ID 2445 [ 2446 ExecMethod = FuPermanent ; 2447 StateMethod = GetMenuState ; 2448 ] 2449 SID_AVMEDIA_PLAYER // ole : yes, status : ? 2450 [ 2451 ExecMethod = FuTemporary ; 2452 StateMethod = GetMenuState ; 2453 ] 2454 SID_INSERT_AVMEDIA // ole : yes, status : ? 2455 [ 2456 ExecMethod = FuTemporary ; 2457 StateMethod = GetMenuState ; 2458 ] 2459 2460 SID_INSERT_MASTER_PAGE 2461 [ 2462 ExecMethod = FuTemporary ; 2463 StateMethod = GetMenuState ; 2464 ] 2465 SID_DELETE_MASTER_PAGE 2466 [ 2467 ExecMethod = FuTemporary ; 2468 StateMethod = GetMenuState ; 2469 ] 2470 SID_RENAME_MASTER_PAGE 2471 [ 2472 ExecMethod = FuTemporary ; 2473 StateMethod = GetMenuState ; 2474 ] 2475 SID_CLOSE_MASTER_VIEW 2476 [ 2477 ExecMethod = FuSupport ; 2478 StateMethod = GetMenuState ; 2479 ] 2480 SID_SELECT_BACKGROUND 2481 [ 2482 ExecMethod = FuTemporary ; 2483 StateMethod = GetMenuState ; 2484 ] 2485 SID_DISPLAY_MASTER_BACKGROUND 2486 [ 2487 ExecMethod = FuTemporary ; 2488 StateMethod = GetMenuState ; 2489 ] 2490 SID_DISPLAY_MASTER_OBJECTS 2491 [ 2492 ExecMethod = FuTemporary ; 2493 StateMethod = GetMenuState ; 2494 ] 2495 SID_INSERT_TABLE 2496 [ 2497 ExecMethod = FuTable ; 2498 StateMethod = GetTableMenuState ; 2499 ] 2500 SID_TABLEDESIGN 2501 [ 2502 ExecMethod = FuTable ; 2503 StateMethod = GetTableMenuState ; 2504 ] 2505} 2506