From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- sd/sdi/SlideSorterController.sdi | 341 +++ sd/sdi/ViewShellBase.sdi | 152 ++ sd/sdi/_docsh.sdi | 93 + sd/sdi/_drvwsh.sdi | 2951 ++++++++++++++++++++++++ sd/sdi/app.sdi | 93 + sd/sdi/docshell.sdi | 31 + sd/sdi/drbezob.sdi | 81 + sd/sdi/drgrfob.sdi | 138 ++ sd/sdi/drtxtob.sdi | 300 +++ sd/sdi/drviewsh.sdi | 223 ++ sd/sdi/grdocsh.sdi | 26 + sd/sdi/grviewsh.sdi | 82 + sd/sdi/mediaob.sdi | 26 + sd/sdi/outlnvsh.sdi | 557 +++++ sd/sdi/sdgslots.sdi | 89 + sd/sdi/sdraw.sdi | 4690 ++++++++++++++++++++++++++++++++++++++ sd/sdi/sdslots.hrc | 27 + sd/sdi/sdslots.sdi | 91 + sd/sdi/tables.sdi | 193 ++ 19 files changed, 10184 insertions(+) create mode 100644 sd/sdi/SlideSorterController.sdi create mode 100644 sd/sdi/ViewShellBase.sdi create mode 100644 sd/sdi/_docsh.sdi create mode 100644 sd/sdi/_drvwsh.sdi create mode 100644 sd/sdi/app.sdi create mode 100644 sd/sdi/docshell.sdi create mode 100644 sd/sdi/drbezob.sdi create mode 100644 sd/sdi/drgrfob.sdi create mode 100644 sd/sdi/drtxtob.sdi create mode 100644 sd/sdi/drviewsh.sdi create mode 100644 sd/sdi/grdocsh.sdi create mode 100644 sd/sdi/grviewsh.sdi create mode 100644 sd/sdi/mediaob.sdi create mode 100644 sd/sdi/outlnvsh.sdi create mode 100644 sd/sdi/sdgslots.sdi create mode 100644 sd/sdi/sdraw.sdi create mode 100644 sd/sdi/sdslots.hrc create mode 100644 sd/sdi/sdslots.sdi create mode 100644 sd/sdi/tables.sdi (limited to 'sd/sdi') diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi new file mode 100644 index 000000000..22bc64214 --- /dev/null +++ b/sd/sdi/SlideSorterController.sdi @@ -0,0 +1,341 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +enum FadeEffect +{ + FADE_EFFECT_NONE , + FADE_EFFECT_FADE_FROM_LEFT , + FADE_EFFECT_FADE_FROM_TOP , + FADE_EFFECT_FADE_FROM_RIGHT , + FADE_EFFECT_FADE_FROM_BOTTOM , + FADE_EFFECT_FADE_TO_CENTER , + FADE_EFFECT_FADE_FROM_CENTER , + FADE_EFFECT_MOVE_FROM_LEFT , + FADE_EFFECT_MOVE_FROM_TOP , + FADE_EFFECT_MOVE_FROM_RIGHT , + FADE_EFFECT_MOVE_FROM_BOTTOM , + FADE_EFFECT_ROLL_FROM_LEFT , + FADE_EFFECT_ROLL_FROM_TOP , + FADE_EFFECT_ROLL_FROM_RIGHT , + FADE_EFFECT_ROLL_FROM_BOTTOM , + FADE_EFFECT_VERTICAL_STRIPES , + FADE_EFFECT_HORIZONTAL_STRIPES , + FADE_EFFECT_OPEN_VERTICAL , + FADE_EFFECT_CLOSE_VERTICAL , + FADE_EFFECT_OPEN_HORIZONTAL , + FADE_EFFECT_CLOSE_HORIZONTAL , + FADE_EFFECT_CLEAR_AWAY , + FADE_EFFECT_OVERLAY +} + +enum FadeSpeed +{ + FADE_SPEED_SLOW , + FADE_SPEED_MEDIUM , + FADE_SPEED_FAST +} + +enum PresChange +{ + PresChange::Manual , + PresChange::Auto , + PresChange::SemiAuto +} ; + + // Items +item UINT32 DiaTimeItem ; +item PresChange DiaAutoItem ; +item FadeEffect DiaEffectItem ; +item FadeSpeed DiaSpeedItem ; + + +interface SlideSorterView +{ + SID_INSERTPAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DUPLICATE_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DELETE_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetClipboardState ; + ] + SID_DELETE_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetClipboardState ; + ] + SID_RENAMEPAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_RENAME_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DELETE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetClipboardState ; + ] + SID_COPY // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetClipboardState ; + ] + SID_PASTE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetClipboardState ; + ] + SID_PASTE_SPECIAL // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetClipboardState ; + ] + SID_REHEARSE_TIMINGS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_HIDE_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SHOW_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_SELECT // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_TOOLBOX // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SIZE_VISAREA // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PAGES_PER_ROW // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_SELECTALL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_STATUS_PAGE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_STATUS_LAYOUT // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_SCALE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_RELOAD // ole : no, status : ? + [ + GroupId = SfxGroupId::Document ; + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + Asynchron , AutoUpdate , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_SEARCH_DLG // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MASTER_SLIDES_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_REMOTE_DLG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUSTOMSHOW_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_EXPAND_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SUMMARY_PAGE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTPUT_QUALITY_COLOR // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_GRAYSCALE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_BLACKWHITE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_CONTRAST // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_STYLE_FAMILY + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_OPT_LOCALE_CHANGED // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + + SID_GETUNDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_UNDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GETREDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_REDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_MODIFYPAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ASSIGN_LAYOUT + [ + ExecMethod = FuTemporary; + StateMethod = GetMenuState; + ] + SID_PHOTOALBUM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MOVE_PAGE_UP + [ + ExecMethod = ExecMovePageUp ; + StateMethod = GetStateMovePageUp ; + ] + SID_MOVE_PAGE_DOWN + [ + ExecMethod = ExecMovePageDown ; + StateMethod = GetStateMovePageDown ; + ] + SID_MOVE_PAGE_FIRST + [ + ExecMethod = ExecMovePageFirst ; + StateMethod = GetStateMovePageFirst ; + ] + SID_MOVE_PAGE_LAST + [ + ExecMethod = ExecMovePageLast ; + StateMethod = GetStateMovePageLast ; + ] +} + +shell SlideSorterController +{ + import SlideSorterView; +} + +shell SlideSorterViewShell +{ + import SlideSorterView; +} diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi new file mode 100644 index 000000000..f39368368 --- /dev/null +++ b/sd/sdi/ViewShellBase.sdi @@ -0,0 +1,152 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface ViewShellBaseView +{ + SID_SWITCH_SHELL + [ + ExecMethod = Execute; + ] + SID_LEFT_PANE_IMPRESS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_LEFT_PANE_DRAW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_NOTES_WINDOW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_NORMAL_MULTI_PANE_GUI + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_SLIDE_SORTER_MULTI_PANE_GUI + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TOGGLE_TABBAR_VISIBILITY + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_DISPLAY_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_DRAWINGMODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_SLIDE_SORTER_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_OUTLINE_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_NOTES_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_HANDOUT_MASTER_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_SLIDE_MASTER_MODE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_NOTES_MASTER_MODE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_WIN_FULLSCREEN + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + FN_INSERT_SOFT_HYPHEN // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + FN_INSERT_HARDHYPHEN // status() + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + FN_INSERT_HARD_SPACE // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + FN_INSERT_NNBSP // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_INSERT_RLM + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_INSERT_LRM + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_INSERT_ZWSP + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_INSERT_WJ + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_RESTORE_EDITING_VIEW + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_INSERT_DRAW + [] +} + +shell ViewShellBase +{ + import ViewShellBaseView; +} diff --git a/sd/sdi/_docsh.sdi b/sd/sdi/_docsh.sdi new file mode 100644 index 000000000..02de70858 --- /dev/null +++ b/sd/sdi/_docsh.sdi @@ -0,0 +1,93 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ +interface DrawDocument +{ + SID_ATTR_CHAR_FONTLIST + [ + StateMethod = GetState ; + ] + SID_CLOSEDOC // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_HANGUL_HANJA_CONVERSION // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_CHINESE_CONVERSION // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_LANGUAGE_STATUS + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + // ? + FID_SEARCH_NOW // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + // ? + FID_SEARCH_ON // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + // ? + FID_SEARCH_OFF // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + + SID_GET_COLORLIST + [ + ExecMethod = Execute; + ] + SID_VERSION + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_NOTEBOOKBAR + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_SPELLCHECK_IGNORE_ALL + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_SPELLCHECK_APPLY_SUGGESTION + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] +} + diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi new file mode 100644 index 000000000..978866b97 --- /dev/null +++ b/sd/sdi/_drvwsh.sdi @@ -0,0 +1,2951 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface DrawView +{ + SID_JUMPTOMARK // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_SWITCHPAGE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_SWITCHLAYER // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_RELOAD // ole : no, status : ? + [ + GroupId = SfxGroupId::Document ; + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + Asynchron , AutoUpdate , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_PAGEMODE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_LAYERMODE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_OBJECTRESIZE // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_ORIGINAL_SIZE // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CHANGE_PICTURE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SAVE_GRAPHIC + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_COMPRESS_GRAPHIC + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_GRAPHIC_SIZE_CHECK + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTERNAL_EDIT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_COPY // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PASTE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_UNICODE_NOTATION_TOGGLE + [ + ExecMethod = FuSupport; + ] + SID_PASTE_UNFORMATTED + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_CLIPBOARD_FORMAT_ITEMS + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ]; + SID_DRAWINGMODE // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_MASTERPAGE // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + // Menu messages for temporary functions with dialog + SID_ATTR_ZOOM // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetStatusBarState ; + ] + SID_ATTR_ZOOMSLIDER // status() + [ + ExecMethod = FuTemporary ; + StateMethod = GetStatusBarState ; + ] + SID_ATTRIBUTES_LINE // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTRIBUTES_AREA // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERTPAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERTPAGE_QUICK // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_HYPERLINK_SETLINK // ole : no, status : no + [ + ExecMethod = FuTemporary ; + ] + SID_HYPERLINK_GETLINK // ole : no, status : no + [ + StateMethod = GetCtrlState ; + ] + SID_READONLY_MODE // ole : no, status : no + [ + StateMethod = GetCtrlState ; + ] + SID_RENAMEPAGE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_RENAMEPAGE_QUICK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERTLAYER // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MODIFYLAYER // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_RENAMELAYER // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_NAVIGATOR // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_3D_WIN // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_3D_INIT // ole : no, status : ? + [ + ExecMethod = ExecEffectWin ; + StateMethod = GetMenuState ; + ] + SID_3D_STATE // ole : no, status : ? + [ + ExecMethod = ExecEffectWin ; + StateMethod = GetMenuState ; + ] + SID_3D_ASSIGN // ole : no, status : ? + [ + ExecMethod = ExecEffectWin ; + StateMethod = GetMenuState ; + ] + SID_ATTR_TRANSFORM // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_ATTR_TRANSFORM_WIDTH // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_HEIGHT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_POS_X // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_POS_Y // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_ANGLE + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_ROT_X + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_ROT_Y + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_PROTECT_POS + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_PROTECT_SIZE + [ + ExecMethod = FuTemporary ; + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_AUTOWIDTH + [ + StateMethod = GetDrawAttrState ; + ] + SID_ATTR_TRANSFORM_AUTOHEIGHT + [ + StateMethod = GetDrawAttrState ; + ] + + /// !? + SID_CHAR_DLG // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CHAR_DLG_EFFECT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_PARA_DLG // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_CHARMAP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EMOJI_CONTROL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CHARMAP_CONTROL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + FN_INSERT_SOFT_HYPHEN // status(final|play) + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + FN_INSERT_HARDHYPHEN // status() + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + FN_INSERT_HARD_SPACE // status(final|play) + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + FN_INSERT_NNBSP // status(final|play) + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_RLM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_LRM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_ZWSP + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_WJ + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_PASTE_SPECIAL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_INSERT_GRAPHIC // ole : no, status : todo + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Insert ; + Asynchron , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_MANAGE_LINKS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_THESAURUS // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_TABLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_INSERT_DIAGRAM // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + Asynchron , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_BMPMASK // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_BMPMASK_PIPETTE // ole : no, status : ? + [ + ExecMethod = ExecBmpMask ; + StateMethod = GetBmpMaskState ; + ] + SID_BMPMASK_EXEC // ole : no, status : ? + [ + ExecMethod = ExecBmpMask ; + StateMethod = GetBmpMaskState ; + ] + SID_INSERT_OBJECT // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLOATINGFRAME // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_MATH // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_COPYOBJECTS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PAGESETUP // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PAGESIZE // ole : no, status : rec play + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PAGEMARGIN // ole : no, status : rec play + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_LAYOUT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_GROUP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + FastCall = FALSE ; + ] + SID_ENTER_GROUP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_LEAVE_GROUP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_LEAVE_ALL_GROUPS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_UNGROUP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + FastCall = FALSE ; + ] + SID_TEXT_COMBINE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_COMBINE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_DLG // ole : no, status : ? + [ + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + ] + SID_DISTRIBUTE_HLEFT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_HCENTER // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_HDISTANCE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_HRIGHT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_VTOP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_VCENTER // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_VDISTANCE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISTRIBUTE_VBOTTOM // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_POLY_MERGE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_POLY_SUBSTRACT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_POLY_INTERSECT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EQUALIZEWIDTH // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EQUALIZEHEIGHT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONNECT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISMANTLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_BREAK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONVERT_TO_3D // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONVERT_TO_3D_LATHE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONVERT_TO_BITMAP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONVERT_TO_METAFILE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FRAME_TO_TOP // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MOREFRONT // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FRAME_UP // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_BEFORE_OBJ // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_BEHIND_OBJ // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_REVERSE_ORDER // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MOREBACK // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FRAME_DOWN // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FRAME_TO_BOTTOM // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_LEFT // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_CENTER // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_RIGHT // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_UP // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_MIDDLE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_ALIGN_DOWN // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SELECTALL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_NEXT // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_PREV // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_OUT // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_MODE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_PANNING // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_IN // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_REAL // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_PAGE // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_VISAREA // ole : no, status : no + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_PAGE_WIDTH // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_OPTIMAL // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SIZE_ALL // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DELETE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + Asynchron , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_CHANGEBEZIER // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CHANGEPOLYGON // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ReadOnlyDoc = FALSE ; + ] + SID_CONVERT_TO_CONTOUR // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ReadOnlyDoc = FALSE ; + ] + FN_NUM_BULLET_ON + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + FN_NUM_NUMBERING_ON + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_OUTLINE_BULLET // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + MenuConfig = TRUE; + ] + FN_SVX_SET_BULLET + [ + ExecMethod = FuTemporary ; + ] + FN_SVX_SET_NUMBER + [ + ExecMethod = FuTemporary ; + ] + FN_BUL_NUM_RULE_INDEX + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + Asynchron , AutoUpdate ; + ] + FN_NUM_NUM_RULE_INDEX + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + Asynchron , AutoUpdate ; + ] + SID_ATTR_CHAR // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_TEXT_VERTICAL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_TEXTEDIT // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_TEXT_FITTOSIZE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_OUTLINE_TEXT_AUTOFIT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_TEXT_FITTOSIZE_VERTICAL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_VERTICALTEXT_STATE + [ + StateMethod = GetMenuState ; + ] + SID_CTLFONT_STATE + [ + StateMethod = GetMenuState ; + ] + + + SID_OBJECT_ROTATE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + AutoUpdate , + MenuConfig , AccelConfig , ToolBoxConfig ; + ] + SID_OBJECT_SHEAR // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_OBJECT_MIRROR // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_OBJECT_CROP // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_OBJECT_TRANSPARENCE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_GRADIENT // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_OBJECT_CROOK_ROTATE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_CROOK_SLANT // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_CROOK_STRETCH // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_RECT // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_RECT_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_RECT_ROUND // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_RECT_ROUND_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_SQUARE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_SQUARE_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_SQUARE_ROUND // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_SQUARE_ROUND_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_TOOL_CONNECTOR // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_ARROW_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_ARROW_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_ARROWS // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CIRCLE_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CIRCLE_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CIRCLES // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_ARROW_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_ARROW_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_ARROWS // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_CIRCLE_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_CIRCLE_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINE_CIRCLES // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_ARROW_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_ARROW_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_ARROWS // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_CIRCLE_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_CIRCLE_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_CURVE_CIRCLES // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_ARROW_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_ARROW_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_ARROWS // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_CIRCLE_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_CIRCLE_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_CONNECTOR_LINES_CIRCLES // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_ARROW_START // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_ARROW_END // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_ARROWS // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_ARROW_CIRCLE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_CIRCLE_ARROW // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_ARROW_SQUARE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINE_SQUARE_ARROW // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CAPTION // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CAPTION_VERTICAL // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLE_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_ELLIPSE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_ELLIPSE_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_ARC // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLEARC // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_PIE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_PIE_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLEPIE // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLEPIE_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLECUT // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CIRCLECUT_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_ELLIPSECUT // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_ELLIPSECUT_NOFILL // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_LINE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_MEASURELINE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_XLINE // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_MOVETO // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_LINETO // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_BEZIERTO // ole : no, status : play rec + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_XPOLYGON // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_XPOLYGON_NOFILL // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_POLYGON // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_POLYGON_NOFILL // ole : no, status : no + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_BEZIER_FILL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_BEZIER_NOFILL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_FREELINE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_FREELINE_NOFILL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_CUBE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_SPHERE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_CYLINDER // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_CONE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_PYRAMID // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_SHELL // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_TORUS // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_3D_HALF_SPHERE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_OBJECT_ALIGN // ole : no, status : ? + [ + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + ] + + SID_ZOOM_TOOLBOX // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_CHOOSE_MODE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_POSITION // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_TEXT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CONNECTORS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_RECTANGLES // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_ELLIPSES // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_REDACTED_EXPORT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_LINES // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_ARROWS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_3D_OBJECTS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_INSERT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_SELECT // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ReadOnlyDoc = TRUE ; + ] + + // Begin FormSlots + SID_FM_CREATE_CONTROL + [ + ExecMethod = FuPermanent ; + ] + SfxBoolItem CreateFieldControl SID_FM_CREATE_FIELDCONTROL + () + [ + ExecMethod = FuPermanent ; + ] + SID_ATTR_YEAR2000 + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + // End FormSlots + + SID_ATTR_FILL_STYLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_COLOR // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_GRADIENT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_HATCH // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_BITMAP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_USE_SLIDE_BACKGROUND // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_TRANSPARENCE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_FILL_FLOATTRANSPARENCE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_STYLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_JOINT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_CAP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_TRANSPARENCE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_DASH // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_DASH_LIST + [ + StateMethod = GetAttrState ; + ] + SID_LINEEND_LIST + [ + StateMethod = GetAttrState ; + ] + SID_COLOR_TABLE + [ + StateMethod = GetAttrState; + ] + SID_GRADIENT_LIST + [ + StateMethod = GetAttrState ; + ] + SID_HATCH_LIST + [ + StateMethod = GetAttrState ; + ] + SID_BITMAP_LIST + [ + StateMethod = GetAttrState ; + ] + SID_PATTERN_LIST + [ + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_WIDTH // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_COLOR // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINEEND_STYLE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_START // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_LINE_END // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_DELETE_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DELETE_LAYER // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERTFILE // ole : no, status : todo + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_STYLE_FAMILY2 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_STYLE_FAMILY3 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_STYLE_NEW // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_DRAGHIERARCHIE // ole : no, status : ? + [ + StateMethod = GetAttrState ; + ] + SID_STYLE_EDIT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_DELETE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_HIDE + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_SHOW + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_APPLY // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_WATERCAN // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_SET_DEFAULT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_REMOVE_HYPERLINK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_RULER_PAGE_POS // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + + SID_RULER_OBJECT // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + + SID_RULER_NULL_OFFSET // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + SID_ATTR_LONG_LRSPACE // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + SID_ATTR_LONG_ULSPACE // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + SID_RULER_LR_MIN_MAX // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + + SID_RULER_PROTECT // status() + [ + StateMethod = GetRulerState ; + ] + SID_RULER_TEXT_RIGHT_TO_LEFT + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + + SID_ATTR_TABSTOP // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetRulerState ; + ] + + SID_ATTR_PARA_LRSPACE // ole : no, status : ? + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_LINESPACE + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_ULSPACE + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_ADJUST_LEFT + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_ADJUST_CENTER + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_ADJUST_RIGHT + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_PARA_ADJUST_BLOCK + [ + ExecMethod = ExecRuler ; + StateMethod = GetAttrState ; + ] + SID_ATTR_POSITION // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_ATTR_SIZE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_STATUS_PAGE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_STATUS_LAYOUT // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_SCALE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_LINEEND_POLYGON // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_NAME_GROUP // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OBJECT_TITLE_DESCRIPTION // #i68101# ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONTEXT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SET_SNAPITEM // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetSnapItemState ; + ] + SID_DELETE_SNAPITEM // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetSnapItemState ; + ] + SID_CAPTUREPOINT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + GroupId = SfxGroupId::Document ; + ] + SID_SWITCH_POINTEDIT // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_RULER // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + MenuConfig = TRUE ; + ] + SID_COLOR_CONTROL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FORMTEXT_STYLE // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_ADJUST // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_DISTANCE // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_START // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_MIRROR // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_HIDEFORM // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_OUTLINE // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_SHADOW // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_SHDWCOLOR // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_SHDWXVAL // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_FORMTEXT_SHDWYVAL // ole : no, status : ? + [ + ExecMethod = ExecFormText ; + StateMethod = GetFormTextState ; + ] + SID_GALLERY // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + ] + SID_GALLERY_FORMATS // ole : no, status : ? + [ + ExecMethod = ExecGallery ; + GroupId = SfxGroupId::Document ; + ] + SID_NAVIGATOR_INIT // ole : no, status : ? + [ + ExecMethod = ExecNavigatorWin ; + StateMethod = GetNavigatorWinState ; + ] + SID_NAVIGATOR_PAGE // ole : no, status : ? + [ + ExecMethod = ExecNavigatorWin ; + StateMethod = GetNavigatorWinState ; + ] + SID_NAVIGATOR_OBJECT // ole : no, status : ? + [ + ExecMethod = ExecNavigatorWin ; + StateMethod = GetNavigatorWinState ; + ] + SID_NAVIGATOR_STATE // ole : no, status : ? + [ + ExecMethod = ExecNavigatorWin ; + StateMethod = GetNavigatorWinState ; + ] + SID_NAVIGATOR_PAGENAME // ole : no, status : ? + [ + ExecMethod = ExecNavigatorWin ; + StateMethod = GetNavigatorWinState ; + ] + SID_HORIZONTAL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FLIP_HORIZONTAL + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_VERTICAL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FLIP_VERTICAL + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_FILL_SHADOW // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_SHADOW_COLOR + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_SHADOW_TRANSPARENCE + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_SHADOW_BLUR + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_SHADOW_XDISTANCE + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_ATTR_SHADOW_YDISTANCE + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_ATTR_TEXT_FITTOSIZE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_OBJECT_CLOSE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SETFILLSTYLE // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETFILLSTYLE // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETLINESTYLE // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETLINESTYLE // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETLINEWIDTH // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETLINEWIDTH // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETFILLCOLOR // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETLINECOLOR // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETHATCHCOLOR // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETGRADSTARTCOLOR // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SETGRADENDCOLOR // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETRED // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETBLUE // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GETGREEN // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_DASH // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_HATCH // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_GRADIENT // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SELECTGRADIENT // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_SELECTHATCH // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_UNSELECT // ole : no, status : play rec + [ + ExecMethod = AttrExec ; + StateMethod = AttrState ; + ] + SID_TEXTATTR_DLG // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MEASURE_DLG // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONNECTION_DLG // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CONNECTION_NEW_ROUTING // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SCAN // ole : no, status : todo + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_TWAIN_SELECT // ole : no, status : todo + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_TWAIN_TRANSFER // ole : no, status : todo + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_IMAP // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_IMAP_EXEC // ole : no, status : ? + [ + ExecMethod = ExecIMap ; + StateMethod = GetIMapState ; + ] + SID_GLUE_EDITMODE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_GLUE_INSERT_POINT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_PERCENT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_ESCDIR // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_ESCDIR_LEFT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_ESCDIR_RIGHT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_ESCDIR_TOP // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_ESCDIR_BOTTOM // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_HORZALIGN_CENTER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_HORZALIGN_LEFT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_HORZALIGN_RIGHT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_VERTALIGN_CENTER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_VERTALIGN_TOP // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_VERTALIGN_BOTTOM // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_POLYGON_MORPHING // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_GRID_FRONT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_HELPLINES_FRONT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_AUTOSPELL_CHECK // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_CONVERT_TO_3D_LATHE_FAST // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + // slots in the option pane + SID_BEZIER_EDIT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GLUE_EDITMODE // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_GRID_VISIBLE // ole : no, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_HELPLINES_VISIBLE // ole : no, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_SOLID_CREATE // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_HELPLINES_USE // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_HELPLINES_MOVE // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_GRID_USE // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_SNAP_BORDER // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_SNAP_FRAME // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_SNAP_POINTS // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_QUICKEDIT // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_PICK_THROUGH // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_DOUBLECLICK_TEXTEDIT // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_CLICK_CHANGE_ROTATION // ole : ?, status : ? + [ + ExecMethod = ExecOptionsBar ; + StateMethod = GetOptionsBarState ; + ] + SID_HYPHENATION // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_DUPLICATE_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_DATE_FIX // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_DATE_VAR // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_TIME_FIX // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_TIME_VAR // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGE_TITLE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGES // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_FILE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_AUTHOR // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MODIFY_FIELD // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTPUT_QUALITY_COLOR // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_GRAYSCALE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_BLACKWHITE // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_OUTPUT_QUALITY_CONTRAST // ole : no, status : play rec + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_EDIT_HYPERLINK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OPEN_HYPERLINK // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_COPY_HYPERLINK_LOCATION // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_HIDE_LAST_LEVEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SHOW_NEXT_LEVEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_TRANSLITERATE_UPPER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_ROTATE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupportRotate ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_LOWER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_HALFWIDTH // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_FULLWIDTH // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_HIRAGANA // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_KATAKANA // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + + // #UndoRedo# + SID_GETUNDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_UNDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GETREDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_REDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + + SID_FORMATPAINTBRUSH + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + + SID_HEADER_AND_FOOTER // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + + SID_INSERT_PAGE_NUMBER // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + + SID_INSERT_DATE_TIME // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + + SID_MASTER_LAYOUTS + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + + SID_OPT_LOCALE_CHANGED // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + + SID_OPEN_XML_FILTERSETTINGS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SPELL_DIALOG // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_TOGGLE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_TILT_DOWN + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_TILT_UP + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_TILT_LEFT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_TILT_RIGHT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_DEPTH_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_DEPTH_DIALOG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_DIRECTION_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_LIGHTING_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_SURFACE_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_3D_COLOR + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_DEPTH + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_DIRECTION + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_PROJECTION + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_LIGHTING_DIRECTION + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_LIGHTING_INTENSITY + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXTRUSION_SURFACE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_SHAPE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_GALLERY_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_SHAPE_TYPE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_ALIGNMENT_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_CHARACTER_SPACING_FLOATER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_ALIGNMENT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_SAME_LETTER_HEIGHTS + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_CHARACTER_SPACING + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_KERN_CHARACTER_PAIRS + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_FONTWORK_CHARACTER_SPACING_DIALOG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DRAW_FONTWORK + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DRAW_FONTWORK_VERTICAL + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_BASIC + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_SYMBOL + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_ARROW + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_FLOWCHART + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_CALLOUT + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAWTBX_CS_STAR + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_DRAW_CS_ID + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_INSERT_SIGNATURELINE + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ReadOnlyDoc = TRUE ; + ] + SID_AVMEDIA_PLAYER // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_AVMEDIA // ole : yes, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + + SID_INSERT_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DELETE_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_RENAME_MASTER_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CLOSE_MASTER_VIEW + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_SELECT_BACKGROUND + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SAVE_BACKGROUND + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_PAGE + [ + ExecMethod = FuTemporary ; + StateMethod = GetPageProperties ; + ] + SID_ATTR_PAGE_SIZE + [ + ExecMethod = FuTemporary ; + StateMethod = GetPageProperties ; + ] + SID_ATTR_PAGE_LRSPACE + [ + ExecMethod = SetPageProperties ; + StateMethod = GetMarginProperties ; + ] + SID_ATTR_PAGE_ULSPACE + [ + ExecMethod = SetPageProperties ; + StateMethod = GetMarginProperties ; + ] + SID_ATTR_PAGE_COLOR + [ + ExecMethod = SetPageProperties ; + StateMethod = GetPageProperties; + ] + SID_ATTR_PAGE_GRADIENT + [ + ExecMethod = SetPageProperties ; + StateMethod = GetPageProperties ; + ] + SID_ATTR_PAGE_HATCH + [ + ExecMethod = SetPageProperties ; + StateMethod = GetPageProperties ; + ] + SID_ATTR_PAGE_BITMAP + [ + ExecMethod = SetPageProperties ; + StateMethod = GetPageProperties ; + ] + SID_ATTR_PAGE_FILLSTYLE + [ + ExecMethod = SetPageProperties; + StateMethod = GetPageProperties; + ] + SID_DISPLAY_MASTER_BACKGROUND + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_DISPLAY_MASTER_OBJECTS + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_TABLE + [ + ExecMethod = FuTable ; + StateMethod = GetTableMenuState ; + ] + SID_TABLEDESIGN + [ + ExecMethod = FuTable ; + StateMethod = GetTableMenuState ; + ] + SID_ATTR_CHAR_FONT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_FONTHEIGHT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_WEIGHT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_POSTURE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_OVERLINE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_UNDERLINE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ULINE_VAL_NONE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ULINE_VAL_SINGLE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ULINE_VAL_DOUBLE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ULINE_VAL_DOTTED + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_SHADOWED + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_STRIKEOUT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_CONTOUR // ole : ?, status : ? + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState; + ] + SID_ATTR_CHAR_COLOR + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_BACK_COLOR + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_ATTR_CHAR_KERNING + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_SET_SUB_SCRIPT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_SET_SUPER_SCRIPT + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_SHRINK_FONT_SIZE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_GROW_FONT_SIZE + [ + ExecMethod = ExecChar ; + StateMethod = GetAttrState ; + ] + SID_TABLE_VERT_NONE + [ + ExecMethod = ExecutePropPanelAttr ; + StateMethod = GetStatePropPanelAttr ; + ] + SID_TABLE_VERT_CENTER + [ + ExecMethod = ExecutePropPanelAttr ; + StateMethod = GetStatePropPanelAttr ; + ] + SID_TABLE_VERT_BOTTOM + [ + ExecMethod = ExecutePropPanelAttr ; + StateMethod = GetStatePropPanelAttr ; + ] + SID_PRESENTATION_MINIMIZER + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_GO_TO_NEXT_PAGE + [ + ExecMethod = ExecGoToNextPage ; + StateMethod = GetStateGoToNextPage ; + ] + SID_GO_TO_PREVIOUS_PAGE + [ + ExecMethod = ExecGoToPreviousPage ; + StateMethod = GetStateGoToPreviousPage ; + ] + SID_GO_TO_FIRST_PAGE + [ + ExecMethod = ExecGoToFirstPage ; + StateMethod = GetStateGoToFirstPage ; + ] + SID_GO_TO_LAST_PAGE + [ + ExecMethod = ExecGoToLastPage ; + StateMethod = GetStateGoToLastPage ; + ] + SID_CLASSIFICATION_APPLY + [ + ExecMethod = FuTemporary ; + ] + SID_CLASSIFICATION_DIALOG + [ + ExecMethod = FuTemporary ; + ] + SID_REGENERATE_DIAGRAM + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_EDIT_DIAGRAM + [ + ExecMethod = ExecCtrl ; + StateMethod = GetMenuState ; + ] + SID_INSERT_QRCODE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EDIT_QRCODE + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ADDITIONS_DIALOG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ATTR_GLOW_COLOR + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ATTR_GLOW_RADIUS + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_ATTR_GLOW_TRANSPARENCY + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_ATTR_SOFTEDGE_RADIUS + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_MOVE_SHAPE_HANDLE + [ + ExecMethod = FuTemporary ; + ] + SID_ATTR_TEXTCOLUMNS_NUMBER + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + SID_ATTR_TEXTCOLUMNS_SPACING + [ + ExecMethod = FuTemporary; + StateMethod = GetAttrState; + ] + +} diff --git a/sd/sdi/app.sdi b/sd/sdi/app.sdi new file mode 100644 index 000000000..b524f4a4b --- /dev/null +++ b/sd/sdi/app.sdi @@ -0,0 +1,93 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface StarImpress +{ + SID_NEWDOC // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Application ; + Container ; + ] + + SID_ATTR_METRIC + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_NEWSD // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_OPENDOC // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_OPENHYPERLINK // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_AUTOSPELL_CHECK // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_ATTR_LANGUAGE // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_ATTR_CHAR_CJK_LANGUAGE // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_ATTR_CHAR_CTL_LANGUAGE // ole() api() + [ + + ExecMethod = Execute ; + StateMethod = GetState ; + ] + + SID_OUTLINE_TO_IMPRESS // ole() api() + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] +} + +shell SdModule +{ + import StarImpress; +} + diff --git a/sd/sdi/docshell.sdi b/sd/sdi/docshell.sdi new file mode 100644 index 000000000..f5f322177 --- /dev/null +++ b/sd/sdi/docshell.sdi @@ -0,0 +1,31 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface ImpressDocument : DrawDocument +{ + SID_NOTEBOOKBAR + [ + ExecMethod = Execute; + StateMethod = GetState; + ] +} + +shell DrawDocShell +{ + import ImpressDocument; +} diff --git a/sd/sdi/drbezob.sdi b/sd/sdi/drbezob.sdi new file mode 100644 index 000000000..10387e821 --- /dev/null +++ b/sd/sdi/drbezob.sdi @@ -0,0 +1,81 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +shell BezierObjectBar +{ + SID_BEZIER_MOVE // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_INSERT // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_DELETE // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_CUTLINE // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_CONVERT // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_EDGE // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_SMOOTH // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_SYMMTR // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_ELIMINATE_POINTS // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_BEZIER_CLOSE // ole : no, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] +} + diff --git a/sd/sdi/drgrfob.sdi b/sd/sdi/drgrfob.sdi new file mode 100644 index 000000000..cf5bc9a2b --- /dev/null +++ b/sd/sdi/drgrfob.sdi @@ -0,0 +1,138 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +shell GraphicObjectBar +{ + SID_GRFFILTER + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_INVERT // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState ; + ] + SID_GRFFILTER_SMOOTH // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState ; + ] + SID_GRFFILTER_SHARPEN // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState ; + ] + SID_GRFFILTER_REMOVENOISE // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState ; + ] + SID_GRFFILTER_SOBEL // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_MOSAIC // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_EMBOSS // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_POSTER // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_POPART // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_SEPIA // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + SID_GRFFILTER_SOLARIZE // ole : no, status : no + [ + ExecMethod = ExecuteFilter; + StateMethod = GetFilterState; + ] + + + SID_ATTR_GRAF_MODE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_RED + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_GREEN + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_BLUE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_LUMINANCE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_CONTRAST + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_GAMMA + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_TRANSPARENCE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_INVERT + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_GRAF_CROP + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_COLOR_SETTINGS + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] +} diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi new file mode 100644 index 000000000..e34445f55 --- /dev/null +++ b/sd/sdi/drtxtob.sdi @@ -0,0 +1,300 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +shell TextObjectBar +{ + SID_STYLE_APPLY // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + GroupId = SfxGroupId::Document; + AutoUpdate; + ] + + SID_ATTR_CHAR_FONT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_FONTHEIGHT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_COLOR // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_BACK_COLOR // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_WEIGHT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_POSTURE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_UNDERLINE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ULINE_VAL_NONE + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + + SID_ULINE_VAL_SINGLE + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + + SID_ULINE_VAL_DOUBLE + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + + SID_ULINE_VAL_DOTTED + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + + SID_ATTR_CHAR_OVERLINE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_UNDERLINE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_CONTOUR // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_STRIKEOUT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_SHADOWED // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_CASEMAP // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_PARA_ADJUST_LEFT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_ADJUST_CENTER // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_ADJUST_RIGHT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_ADJUST_BLOCK // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_LEFT_TO_RIGHT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_RIGHT_TO_LEFT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_LINESPACE_10 // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_LINESPACE_15 // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_ATTR_PARA_LINESPACE_20 // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; +// AutoUpdate; + ] + + SID_SET_SUPER_SCRIPT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_SET_SUB_SCRIPT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_CHAR_KERNING + [ + ExecMethod = Execute; + StateMethod = GetCharState; + ] + + SID_PARASPACE_INCREASE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_PARASPACE_DECREASE // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_INC_INDENT + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_DEC_INDENT + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_ATTR_PARA_LRSPACE + [ + ExecMethod = Execute ; + StateMethod = GetAttrState; + ] + + SID_HANGING_INDENT + [ + ExecMethod = Execute ; + StateMethod = GetAttrState; + ] + + SID_OUTLINE_LEFT // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + SID_OUTLINE_RIGHT // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + SID_OUTLINE_UP // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + SID_OUTLINE_DOWN // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + FN_NUM_BULLET_ON // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_TEXTDIRECTION_LEFT_TO_RIGHT // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_TEXTDIRECTION_TOP_TO_BOTTOM // ole : ?, status : ? + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_GROW_FONT_SIZE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_SHRINK_FONT_SIZE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_THES + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] + + +} diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi new file mode 100644 index 000000000..84fa9bfa8 --- /dev/null +++ b/sd/sdi/drviewsh.sdi @@ -0,0 +1,223 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ +interface ImpressEditView : DrawView +{ + SID_MODIFYPAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ASSIGN_LAYOUT + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ANIMATION_OBJECTS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ANIMATION_EFFECTS // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EXECUTE_ANIMATION_EFFECT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUSTOM_ANIMATION_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SLIDE_TRANSITIONS_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_MASTER_SLIDES_PANEL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_REHEARSE_TIMINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_END // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_CLEAR_UNDO_STACK // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_STYLE_FAMILY5 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + SID_ANIMATOR_INIT // ole : no, status : ? + [ + ExecMethod = ExecAnimationWin ; + StateMethod = GetAnimationWinState ; + ] + SID_ANIMATOR_ADD // ole : no, status : ? + [ + ExecMethod = ExecAnimationWin ; + StateMethod = GetAnimationWinState ; + ] + SID_ANIMATOR_CREATE // ole : no, status : ? + [ + ExecMethod = ExecAnimationWin ; + StateMethod = GetAnimationWinState ; + ] + SID_ANIMATOR_STATE // ole : no, status : ? + [ + ExecMethod = ExecAnimationWin ; + StateMethod = GetAnimationWinState ; + ] + SID_PRESENTATION_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_REMOTE_DLG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUSTOMSHOW_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_EXPAND_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ReadOnlyDoc = FALSE; + ] + SID_SUMMARY_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_STYLE_FAMILY + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + + SID_SEARCH_OPTIONS // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + SID_SEARCH_ITEM // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_TOGGLE_NOTES + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_INSERT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_EDIT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_REPLYTO_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETE_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETEALL_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_PREVIOUS_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_NEXT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETEALLBYAUTHOR_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_PHOTOALBUM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] +} + +shell DrawViewShell +{ + import ImpressEditView; +} + + +shell PresentationViewShell +{ + import ImpressEditView; +} + + +shell PreviewViewShell +{ + import ImpressEditView; +} diff --git a/sd/sdi/grdocsh.sdi b/sd/sdi/grdocsh.sdi new file mode 100644 index 000000000..961a4c605 --- /dev/null +++ b/sd/sdi/grdocsh.sdi @@ -0,0 +1,26 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface GraphicDocument : DrawDocument +{ +} + +shell GraphicDocShell +{ + import GraphicDocument; +} diff --git a/sd/sdi/grviewsh.sdi b/sd/sdi/grviewsh.sdi new file mode 100644 index 000000000..976dfaa5b --- /dev/null +++ b/sd/sdi/grviewsh.sdi @@ -0,0 +1,82 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface GraphicEditView : DrawView +{ + SID_SEARCH_OPTIONS // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + SID_SEARCH_ITEM // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] +} + +shell GraphicViewShell +{ + import GraphicEditView; + SID_INSERT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_EDIT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_TOGGLE_NOTES + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_REPLYTO_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETE_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETEALL_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_PREVIOUS_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_NEXT_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] + SID_DELETEALLBYAUTHOR_POSTIT + [ + ExecMethod = ExecuteAnnotation; + StateMethod = GetAnnotationState; + ] +} diff --git a/sd/sdi/mediaob.sdi b/sd/sdi/mediaob.sdi new file mode 100644 index 000000000..9f7392b96 --- /dev/null +++ b/sd/sdi/mediaob.sdi @@ -0,0 +1,26 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +shell MediaObjectBar +{ + SID_AVMEDIA_TOOLBOX + [ + ExecMethod = Execute; + StateMethod = GetState; + ] +} diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi new file mode 100644 index 000000000..09957e8a0 --- /dev/null +++ b/sd/sdi/outlnvsh.sdi @@ -0,0 +1,557 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +interface OutlineView +{ + SID_CUT // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_COPY // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PASTE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PASTE_UNFORMATTED // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_DELETE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + Asynchron ; + ] + SID_DRAWINGMODE // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_NEXT // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_PREV // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_TOOLBOX // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetStatusBarState ; + ] + SID_ATTR_ZOOM // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetStatusBarState ; + ] + SID_ATTR_ZOOMSLIDER // status() + [ + ExecMethod = FuTemporary ; + StateMethod = GetStatusBarState ; + ] + SID_ZOOM_OUT // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_ZOOM_IN // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SIZE_REAL // ole : no, status : play rec + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SIZE_VISAREA // ole : no, status : no + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_HYPERLINK_SETLINK // ole : no, status : no + [ + ExecMethod = FuTemporaryModify ; + ] + SID_HYPERLINK_GETLINK // ole : no, status : no + [ + StateMethod = GetCtrlState ; + ] + SID_READONLY_MODE // ole : no, status : no + [ + StateMethod = GetCtrlState ; + ] + SID_OUTLINE_FORMAT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTLINE_COLLAPSE_ALL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTLINE_COLLAPSE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTLINE_EXPAND_ALL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_OUTLINE_EXPAND // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CHARMAP // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_EMOJI_CONTROL // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_CHARMAP_CONTROL // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + FN_INSERT_SOFT_HYPHEN // status(final|play) + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + FN_INSERT_HARDHYPHEN // status() + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + FN_INSERT_HARD_SPACE // status(final|play) + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + FN_INSERT_NNBSP // status(final|play) + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_RLM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_INSERT_LRM + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_ZWSP + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_WJ + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + FN_SVX_SET_BULLET + [ + ExecMethod = FuTemporaryModify ; + ] + FN_SVX_SET_NUMBER + [ + ExecMethod = FuTemporaryModify ; + ] + SID_OUTLINE_BULLET // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_CHAR_DLG // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_CHAR_DLG_EFFECT // wj for sym2_1876 + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_SELECTALL // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + ] + SID_INSERTFILE // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_EDIT_OUTLINER // ole : no, status : ? + [ + ExecMethod = FuPermanent ; + StateMethod = GetMenuState ; + ] + SID_SAVEDOC // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetMenuState ; + GroupId = SfxGroupId::Document ; + ] + SID_SAVEASDOC // ole : no, status : ? + [ + ExecMethod = Execute ; + GroupId = SfxGroupId::Document ; + ] + SID_RULER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_STATUS_PAGE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_STATUS_LAYOUT // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_SCALE // ole : no, status : ? + [ + ExecMethod = ExecStatusBar ; + StateMethod = GetStatusBarState ; + ] + SID_THESAURUS // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_COLORVIEW // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_SET_DEFAULT // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATIONOBJECT + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + // Templates + // no menu entry + SID_STYLE_FAMILY2 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_FAMILY3 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // Templates + // no menu entry + SID_STYLE_FAMILY5 // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + ] + // no menu entry + SID_STYLE_EDIT // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // no menu entry + SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // no menu entry + SID_STYLE_WATERCAN // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // no menu entry + SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // no menu entry + SID_STYLE_NEW // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + // no menu entry + SID_STYLE_DELETE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_HIDE + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_STYLE_SHOW + [ + ExecMethod = FuTemporary ; + StateMethod = GetAttrState ; + GroupId = SfxGroupId::Document ; + ] + SID_AUTOSPELL_CHECK // ole : no, status : play rec + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_PREVIEW_STATE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_PRESENTATION_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_REMOTE_DLG + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] + SID_CUSTOMSHOW_DLG + [ + ExecMethod = FuTemporary ; + ] + SID_EXPAND_PAGE // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_SUMMARY_PAGE // ole : no, status : ? + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_DATE_FIX // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_DATE_VAR // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_TIME_FIX // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_TIME_VAR // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGE_TITLE // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGE // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_PAGES // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_FILE // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_INSERT_FLD_AUTHOR // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + SID_MODIFY_FIELD // ole : no, status : play rec + [ + ExecMethod = FuTemporaryModify ; + StateMethod = GetMenuState ; + ] + + SID_MAIL_SCROLLBODY_PAGEDOWN // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + SID_STYLE_FAMILY + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_TRANSLITERATE_SENTENCE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TITLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_TOGGLE_CASE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_UPPER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_LOWER // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_HALFWIDTH // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_FULLWIDTH // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_HIRAGANA // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_TRANSLITERATE_KATAKANA // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetCtrlState ; + ] + SID_OPT_LOCALE_CHANGED // ole : no, status : ? + [ + ExecMethod = ExecCtrl ; + StateMethod = GetCtrlState ; + ] + + SID_GETUNDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_UNDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_GETREDOSTRINGS // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + SID_REDO // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] + + SID_SEARCH_OPTIONS // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = SfxGroupId::Document ; + ] + SID_SEARCH_ITEM // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + SID_SPELL_DIALOG // ole : no, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetMenuState ; + ] + SID_PHOTOALBUM + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] +} + +shell OutlineViewShell +{ + import OutlineView; +} + diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi new file mode 100644 index 000000000..e7c94ab32 --- /dev/null +++ b/sd/sdi/sdgslots.sdi @@ -0,0 +1,89 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ +module StarDraw +[ + SlotIdFile( "sdslots.hrc" ) +] +{ + include "sfxitems.sdi" + include "sfx.sdi" + include "svxitems.sdi" + include "xoitems.sdi" + include "svx.sdi" + + enum FadeEffect + { + FADE_EFFECT_NONE , + FADE_EFFECT_FADE_FROM_LEFT , + FADE_EFFECT_FADE_FROM_TOP , + FADE_EFFECT_FADE_FROM_RIGHT , + FADE_EFFECT_FADE_FROM_BOTTOM , + FADE_EFFECT_FADE_TO_CENTER , + FADE_EFFECT_FADE_FROM_CENTER , + FADE_EFFECT_MOVE_FROM_LEFT , + FADE_EFFECT_MOVE_FROM_TOP , + FADE_EFFECT_MOVE_FROM_RIGHT , + FADE_EFFECT_MOVE_FROM_BOTTOM , + FADE_EFFECT_ROLL_FROM_LEFT , + FADE_EFFECT_ROLL_FROM_TOP , + FADE_EFFECT_ROLL_FROM_RIGHT , + FADE_EFFECT_ROLL_FROM_BOTTOM , + FADE_EFFECT_VERTICAL_STRIPES , + FADE_EFFECT_HORIZONTAL_STRIPES , + FADE_EFFECT_OPEN_VERTICAL , + FADE_EFFECT_CLOSE_VERTICAL , + FADE_EFFECT_OPEN_HORIZONTAL , + FADE_EFFECT_CLOSE_HORIZONTAL , + FADE_EFFECT_CLEAR_AWAY , + FADE_EFFECT_OVERLAY + } + + enum FadeSpeed + { + FADE_SPEED_SLOW , + FADE_SPEED_MEDIUM , + FADE_SPEED_FAST + } + + enum PresChange + { + PresChange::Manual, + PresChange::Auto, + PresChange::SemiAuto + }; + + // Items + item UINT32 DiaTimeItem ; + item PresChange DiaAutoItem ; + item FadeEffect DiaEffectItem ; + item FadeSpeed DiaSpeedItem ; + + include "sdraw.sdi" + include "app.sdi" + include "_drvwsh.sdi" + include "grviewsh.sdi" + include "outlnvsh.sdi" + include "drtxtob.sdi" + include "drbezob.sdi" + include "_docsh.sdi" + include "grdocsh.sdi" + include "drgrfob.sdi" + include "mediaob.sdi" + include "tables.sdi" +} + diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi new file mode 100644 index 000000000..09124f3f4 --- /dev/null +++ b/sd/sdi/sdraw.sdi @@ -0,0 +1,4690 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +SfxVoidItem AdvancedMode SID_OBJECT_CHOOSE_MODE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem AnimationEffects SID_ANIMATION_EFFECTS +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem ExecuteAnimationEffect SID_EXECUTE_ANIMATION_EFFECT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem AnimationObjects SID_ANIMATION_OBJECTS + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem AnimatorAddObject SID_ANIMATOR_ADD + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem AnimatorCreateObject SID_ANIMATOR_CREATE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem AnimatorInit SID_ANIMATOR_INIT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxUInt16Item AnimatorState SID_ANIMATOR_STATE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem Backward SID_MOREBACK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ObjectBackOne SID_FRAME_DOWN +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem BeforeObject SID_BEFORE_OBJ +() +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem BehindObject SID_BEHIND_OBJ +() +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem Break SID_BREAK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem CapturePoint SID_CAPTUREPOINT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem ChangeBezier SID_CHANGEBEZIER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem ChangePolygon SID_CHANGEPOLYGON +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem ClickChangeRotation SID_CLICK_CHANGE_ROTATION + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem CloseObject SID_OBJECT_CLOSE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem ColorView SID_COLORVIEW + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem TextCombine SID_TEXT_COMBINE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem Combine SID_COMBINE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem Cone SID_3D_CONE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem Connect SID_CONNECT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem Connector SID_TOOL_CONNECTOR + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorArrowEnd SID_CONNECTOR_ARROW_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorArrows SID_CONNECTOR_ARROWS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorArrowStart SID_CONNECTOR_ARROW_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxVoidItem ConnectorAttributes SID_CONNECTION_DLG +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem ConnectorCircleEnd SID_CONNECTOR_CIRCLE_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCircles SID_CONNECTOR_CIRCLES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCircleStart SID_CONNECTOR_CIRCLE_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurve SID_CONNECTOR_CURVE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveArrowEnd SID_CONNECTOR_CURVE_ARROW_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveArrows SID_CONNECTOR_CURVE_ARROWS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveArrowStart SID_CONNECTOR_CURVE_ARROW_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveCircleEnd SID_CONNECTOR_CURVE_CIRCLE_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveCircles SID_CONNECTOR_CURVE_CIRCLES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorCurveCircleStart SID_CONNECTOR_CURVE_CIRCLE_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLine SID_CONNECTOR_LINE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineArrowEnd SID_CONNECTOR_LINE_ARROW_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineArrows SID_CONNECTOR_LINE_ARROWS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineArrowStart SID_CONNECTOR_LINE_ARROW_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineCircleEnd SID_CONNECTOR_LINE_CIRCLE_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineCircles SID_CONNECTOR_LINE_CIRCLES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLineCircleStart SID_CONNECTOR_LINE_CIRCLE_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLines SID_CONNECTOR_LINES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesArrowEnd SID_CONNECTOR_LINES_ARROW_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesArrows SID_CONNECTOR_LINES_ARROWS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesArrowStart SID_CONNECTOR_LINES_ARROW_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesCircleEnd SID_CONNECTOR_LINES_CIRCLE_END + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesCircles SID_CONNECTOR_LINES_CIRCLES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxBoolItem ConnectorLinesCircleStart SID_CONNECTOR_LINES_CIRCLE_START + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Connector; +] + +SfxVoidItem ConnectorToolbox SID_DRAWTBX_CONNECTORS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem convert_to_contour SID_CONVERT_TO_CONTOUR +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem ConvertInto3D SID_CONVERT_TO_3D +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ConvertInto3DLathe SID_CONVERT_TO_3D_LATHE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ConvertInto3DLatheFast SID_CONVERT_TO_3D_LATHE_FAST +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ConvertIntoBitmap SID_CONVERT_TO_BITMAP +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ConvertIntoMetaFile SID_CONVERT_TO_METAFILE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem CopyObjects SID_COPYOBJECTS +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxBoolItem CrookRotate SID_OBJECT_CROOK_ROTATE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem CrookSlant SID_OBJECT_CROOK_SLANT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem CrookStretch SID_OBJECT_CROOK_STRETCH + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem Cube SID_3D_CUBE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem CustomShowDialog SID_CUSTOMSHOW_DLG +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem Cylinder SID_3D_CYLINDER + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem Cyramid SID_3D_PYRAMID + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem DeleteLayer SID_DELETE_LAYER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem DeletePage SID_DELETE_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxStringItem DeleteSnapItem SID_DELETE_SNAPITEM + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem DeSelect SID_UNSELECT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxBoolItem DiaMode SID_SLIDE_SORTER_MODE +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem Dismantle SID_DISMANTLE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem DoubleClickTextEdit SID_DOUBLECLICK_TEXTEDIT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem DrawingMode SID_DRAWINGMODE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem DuplicatePage SID_DUPLICATE_PAGE +(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem EditOutline SID_EDIT_OUTLINER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxBoolItem CustomAnimation SID_CUSTOM_ANIMATION_PANEL + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem EllipseToolbox SID_DRAWTBX_ELLIPSES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem RedactedExportToolbox SID_DRAWTBX_REDACTED_EXPORT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem ExpandPage SID_EXPAND_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem SetFillColor SID_SETFILLCOLOR +(SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem Forward SID_MOREFRONT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ObjectForwardOne SID_FRAME_UP +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem GetBlue SID_GETBLUE +(SfxUInt32Item WhatKind ID_VAL_WHATKIND) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxUInt32Item GetFillStyle SID_GETFILLSTYLE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem GetGreen SID_GETGREEN +(SfxUInt32Item WhatKind ID_VAL_WHATKIND) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxUInt32Item GetLineStyle SID_GETLINESTYLE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxUInt32Item GetLineWidth SID_GETLINEWIDTH + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem GetRed SID_GETRED +(SfxUInt32Item WhatKind ID_VAL_WHATKIND) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueEditMode SID_GLUE_EDITMODE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxUInt16Item GlueEscapeDirection SID_GLUE_ESCDIR + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueEscapeDirectionBottom SID_GLUE_ESCDIR_BOTTOM + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueEscapeDirectionLeft SID_GLUE_ESCDIR_LEFT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueEscapeDirectionRight SID_GLUE_ESCDIR_RIGHT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueEscapeDirectionTop SID_GLUE_ESCDIR_TOP + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueHorzAlignCenter SID_GLUE_HORZALIGN_CENTER + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueHorzAlignLeft SID_GLUE_HORZALIGN_LEFT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueHorzAlignRight SID_GLUE_HORZALIGN_RIGHT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueInsertPoint SID_GLUE_INSERT_POINT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GluePercent SID_GLUE_PERCENT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueVertAlignBottom SID_GLUE_VERTALIGN_BOTTOM + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueVertAlignCenter SID_GLUE_VERTALIGN_CENTER + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem GlueVertAlignTop SID_GLUE_VERTALIGN_TOP + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem Gradient SID_GRADIENT +(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Style ID_VAL_STYLE,SfxUInt32Item Angle ID_VAL_ANGLE,SfxUInt32Item Border ID_VAL_BORDER,SfxUInt32Item XOffset ID_VAL_CENTER_X,SfxUInt32Item YOffset ID_VAL_CENTER_Y,SfxUInt32Item StartIntens ID_VAL_STARTINTENS,SfxUInt32Item EndIntens ID_VAL_ENDINTENS) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem GradientEndColor SID_SETGRADENDCOLOR +(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem GradientStartColor SID_SETGRADSTARTCOLOR +(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem GridFront SID_GRID_FRONT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem HalfSphere SID_3D_HALF_SPHERE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem HandoutMode SID_HANDOUT_MASTER_MODE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Document; +] + +SfxVoidItem Hatch SID_HATCH +(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Style ID_VAL_STYLE,SfxUInt32Item Distance ID_VAL_DISTANCE,SfxUInt32Item Angle ID_VAL_ANGLE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem HatchColor SID_SETHATCHCOLOR +(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem HelplinesFront SID_HELPLINES_FRONT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem HelplinesUse SID_HELPLINES_USE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem HelplinesVisible SID_HELPLINES_VISIBLE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem HideSlide SID_HIDE_SLIDE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ShowSlide SID_SHOW_SLIDE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem Hyphenation SID_HYPHENATION + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem ImportFromFile SID_INSERTFILE +(SfxStringItem FileName ID_VAL_DUMMY1,SfxStringItem FilterName ID_VAL_DUMMY2) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertAuthorField SID_INSERT_FLD_AUTHOR +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertDateFieldFix SID_INSERT_FLD_DATE_FIX +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertDateFieldVar SID_INSERT_FLD_DATE_VAR +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertFileField SID_INSERT_FLD_FILE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertLayer SID_INSERTLAYER +(SfxStringItem LayerName ID_VAL_LAYERNAME,SfxBoolItem IsVisible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTABLE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertPage SID_INSERTPAGE +(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertPageField SID_INSERT_FLD_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertPageTitleField SID_INSERT_FLD_PAGE_TITLE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertPagesField SID_INSERT_FLD_PAGES +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertPageQuick SID_INSERTPAGE_QUICK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertTimeFieldFix SID_INSERT_FLD_TIME_FIX +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertTimeFieldVar SID_INSERT_FLD_TIME_VAR +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem InsertToolbox SID_DRAWTBX_INSERT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem InteractiveGradient SID_OBJECT_GRADIENT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem InteractiveTransparence SID_OBJECT_TRANSPARENCE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem LayerMode SID_LAYERMODE +(SfxBoolItem IsActive ID_VAL_ISACTIVE,SfxUInt32Item WhatLayer ID_VAL_WHATLAYER) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxStringItem LayoutStatus SID_STATUS_LAYOUT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxStringItem Scale SID_SCALE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem LeaveAllGroups SID_LEAVE_ALL_GROUPS + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem LineColor SID_SETLINECOLOR +(SfxUInt32Item Red ID_VAL_RED,SfxUInt32Item Green ID_VAL_GREEN,SfxUInt32Item Blue ID_VAL_BLUE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem LineEndPolygon SID_LINEEND_POLYGON +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem LineTo SID_LINETO +(SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem ManageLinks SID_MANAGE_LINKS +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxBoolItem MasterPage SID_MASTERPAGE +(SfxBoolItem Isactive ID_VAL_ISACTIVE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem MirrorHorz SID_HORIZONTAL +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MirrorVert SID_VERTICAL +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ModifyField SID_MODIFY_FIELD +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem ModifyLayer SID_MODIFYLAYER +(SfxStringItem LayerName ID_VAL_LAYERNAME,SfxBoolItem IsVisible ID_VAL_ISVISIBLE,SfxBoolItem IsLocked ID_VAL_ISLOCKED,SfxBoolItem IsPrintable ID_VAL_ISPRINTABLE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem ModifyPage SID_MODIFYPAGE +(SfxStringItem PageName ID_VAL_PAGENAME,SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT,SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK,SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem AssignLayout SID_ASSIGN_LAYOUT +(SfxUInt32Item WhatPage ID_VAL_WHATPAGE, SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + + +SfxBoolItem ToggleTabBarVisibility SID_TOGGLE_TABBAR_VISIBILITY + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + + +SfxVoidItem DisplayMode SID_DISPLAY_MODE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem ModifyPresentationObject SID_PRESENTATIONOBJECT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem Morphing SID_POLYGON_MORPHING +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MoveTo SID_MOVETO +(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem NameGroup SID_NAME_GROUP +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +//-#i68101#------------------------------------------------------------------------ +SfxVoidItem ObjectTitleDescription SID_OBJECT_TITLE_DESCRIPTION +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem NavigatorInit SID_NAVIGATOR_INIT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxStringItem NavigatorObject SID_NAVIGATOR_OBJECT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxUInt16Item NavigatorPage SID_NAVIGATOR_PAGE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxStringItem NavigatorPageName SID_NAVIGATOR_PAGENAME + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxUInt32Item NavigatorState SID_NAVIGATOR_STATE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxBoolItem NewRouting SID_CONNECTION_NEW_ROUTING + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem NotesMasterPage SID_NOTES_MASTER_MODE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem NotesMode SID_NOTES_MODE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem ObjectPosition SID_POSITION + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem Objects3DToolbox SID_DRAWTBX_3D_OBJECTS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem OriginalSize SID_ORIGINAL_SIZE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem OutlineMode SID_OUTLINE_MODE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem OutputQualityBlackWhite SID_OUTPUT_QUALITY_BLACKWHITE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem OutputQualityColor SID_OUTPUT_QUALITY_COLOR + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem OutputQualityContrast SID_OUTPUT_QUALITY_CONTRAST + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem OutputQualityGrayscale SID_OUTPUT_QUALITY_GRAYSCALE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem PageMargin SID_PAGEMARGIN +(SfxUInt32Item PageLeft ID_VAL_PAGELEFT,SfxUInt32Item PageRight ID_VAL_PAGERIGHT,SfxUInt32Item PageTop ID_VAL_PAGETOP,SfxUInt32Item PageBottom ID_VAL_PAGEBOTTOM,SfxBoolItem ScaleObjects ID_VAL_SCALEOBJECTS) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem PageMode SID_PAGEMODE +(SfxBoolItem IsActive ID_VAL_ISACTIVE,SfxUInt32Item WhatKind ID_VAL_WHATKIND) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem PageSetup SID_PAGESETUP +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem PageSize SID_PAGESIZE +(SfxUInt32Item PageWidth ID_VAL_PAGEWIDTH,SfxUInt32Item PageHeight ID_VAL_PAGEHEIGHT,SfxBoolItem ScaleObjects ID_VAL_SCALEOBJECTS) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Application; +] + +SfxUInt16Item PagesPerRow SID_PAGES_PER_ROW + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxStringItem PageStatus SID_STATUS_PAGE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem PickThrough SID_PICK_THROUGH + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem Presentation SID_PRESENTATION +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem PresentationCurrentSlide SID_PRESENTATION_CURRENT_SLIDE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem PresentationDialog SID_PRESENTATION_DLG +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem Remote SID_REMOTE_DLG +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem PresentationEnd SID_PRESENTATION_END +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem ClearUndoStack SID_CLEAR_UNDO_STACK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem PresentationLayout SID_PRESENTATION_LAYOUT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxUInt32Item PreviewState SID_PREVIEW_STATE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem QuickEdit SID_QUICKEDIT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem RectangleToolbox SID_DRAWTBX_RECTANGLES + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem RehearseTimings SID_REHEARSE_TIMINGS +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem RenameLayer SID_RENAMELAYER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem RenamePage SID_RENAMEPAGE +(SfxStringItem Name SID_RENAMEPAGE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem RenamePageQuick SID_RENAMEPAGE_QUICK +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem ReverseOrder SID_REVERSE_ORDER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SvxObjectItem RulerObject SID_RULER_OBJECT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = ; +] + +SfxVoidItem SelectGradient SID_SELECTGRADIENT +(SfxStringItem Name ID_VAL_INDEX) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem SelectHatch SID_SELECTHATCH +(SfxStringItem Name ID_VAL_INDEX) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Edit; +] + +SfxVoidItem SetFillStyle SID_SETFILLSTYLE +(SfxUInt32Item Style ID_VAL_STYLE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem SetLineStyle SID_SETLINESTYLE +(SfxUInt32Item Style ID_VAL_STYLE) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem SetLineWidth SID_SETLINEWIDTH +(SfxUInt32Item Width ID_VAL_WIDTH) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Format; +] + +SfxStringItem SetSnapItem SID_SET_SNAPITEM + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem Shear SID_OBJECT_SHEAR + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem Shell3D SID_3D_SHELL + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem SlideChangeWindow SID_SLIDE_TRANSITIONS_PANEL + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem MasterSlidesPanel SID_MASTER_SLIDES_PANEL + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem SlideMasterPage SID_SLIDE_MASTER_MODE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SnapBorder SID_SNAP_BORDER + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SnapFrame SID_SNAP_FRAME + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SnapPoints SID_SNAP_POINTS + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem SolidCreate SID_SOLID_CREATE + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem Sphere SID_3D_SPHERE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem SummaryPage SID_SUMMARY_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem SwitchLayer SID_SWITCHLAYER +(SfxUInt32Item WhatLayer ID_VAL_WHATLAYER) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem SwitchPage SID_SWITCHPAGE +(SfxUInt32Item WhatPage ID_VAL_WHATPAGE,SfxUInt32Item WhatKind ID_VAL_WHATKIND) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem SwitchPointEdit SID_SWITCH_POINTEDIT +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem TextAttributes SID_TEXTATTR_DLG +(SfxBoolItem IsAutoGrow ID_VAL_DUMMY0,SfxBoolItem IsCenter ID_VAL_DUMMY1,SfxBoolItem IsFitToSize ID_VAL_DUMMY2,SfxUInt32Item LeftBorder ID_VAL_DUMMY3,SfxUInt32Item RightBorder ID_VAL_DUMMY4,SfxUInt32Item TopBorder ID_VAL_DUMMY5,SfxUInt32Item BottomBorder ID_VAL_DUMMY6) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem TextFitToSizeTool SID_TEXT_FITTOSIZE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem TextAutoFitToSize SID_OUTLINE_TEXT_AUTOFIT + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem TextToolbox SID_DRAWTBX_TEXT + +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem Torus SID_3D_TORUS + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem ZoomPanning SID_ZOOM_PANNING +() +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem ZoomMode SID_ZOOM_MODE +() +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem Mirror SID_OBJECT_MIRROR +( SfxBoolItem MirrorVert ID_VAL_MIRRORVERT ) +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Document ; +] + +SfxVoidItem HeaderAndFooter SID_HEADER_AND_FOOTER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem InsertPageNumber SID_INSERT_PAGE_NUMBER +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem InsertDateAndTime SID_INSERT_DATE_TIME +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MasterLayouts SID_MASTER_LAYOUTS +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem DrawFontwork SID_DRAW_FONTWORK +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxBoolItem DrawFontworkVertical SID_DRAW_FONTWORK_VERTICAL +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Drawing; +] + +SfxVoidItem InsertMasterPage SID_INSERT_MASTER_PAGE( +SfxStringItem PageName ID_VAL_PAGENAME, +SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT, +SfxBoolItem IsPageBack ID_VAL_ISPAGEBACK, +SfxBoolItem IsPageObj ID_VAL_ISPAGEOBJ) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +SfxVoidItem DeleteMasterPage SID_DELETE_MASTER_PAGE() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Edit; +] +SfxVoidItem RenameMasterPage SID_RENAME_MASTER_PAGE() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem CloseMasterView SID_CLOSE_MASTER_VIEW() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxVoidItem SelectBackground SID_SELECT_BACKGROUND +(SfxStringItem FileName SID_SELECT_BACKGROUND,SfxStringItem FilterName FN_PARAM_FILTER,SfxBoolItem AsLink FN_PARAM_1,SfxStringItem Style FN_PARAM_2) +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem SaveBackground SID_SAVE_BACKGROUND +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxBoolItem DisplayMasterBackground SID_DISPLAY_MASTER_BACKGROUND +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] +SfxBoolItem DisplayMasterObjects SID_DISPLAY_MASTER_OBJECTS +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxVoidItem SetMinimalColumnWidth SID_TABLE_MINIMAL_COLUMN_WIDTH +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem SetOptimalColumnWidth SID_TABLE_OPTIMAL_COLUMN_WIDTH +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem DistributeColumns SID_TABLE_DISTRIBUTE_COLUMNS +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem SetMinimalRowHeight SID_TABLE_MINIMAL_ROW_HEIGHT +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem SetOptimalRowHeight SID_TABLE_OPTIMAL_ROW_HEIGHT +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem DistributeRows SID_TABLE_DISTRIBUTE_ROWS +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Table; +] + +SfxVoidItem TaskPaneInsertPage SID_INSERTPAGE_LAYOUT_MENU +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Insert; +] + +/** This item holds the requested type of view shell when calling the + SID_SWITCH_SHELL slot. +*/ +SfxInt32Item SwitchViewShell SID_SWITCH_SHELL +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem LeftPaneImpress SID_LEFT_PANE_IMPRESS + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem LeftPaneDraw SID_LEFT_PANE_DRAW + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem NotesChildWindow SID_NOTES_WINDOW + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::View; +] + +SfxBoolItem NormalMultiPaneGUI SID_NORMAL_MULTI_PANE_GUI + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem SlideSorterMultiPaneGUI SID_SLIDE_SORTER_MULTI_PANE_GUI + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem PhotoAlbumDialog SID_PHOTOALBUM +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem PresentationMinimizer SID_PRESENTATION_MINIMIZER +() +[ + AutoUpdate = FALSE, + FastCall = TRUE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem HideLastLevel SID_HIDE_LAST_LEVEL +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem ShowNextLevel SID_SHOW_NEXT_LEVEL +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = SfxGroupId::Options; +] + +SfxVoidItem NextPage SID_GO_TO_NEXT_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem PreviousPage SID_GO_TO_PREVIOUS_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem FirstPage SID_GO_TO_FIRST_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem LastPage SID_GO_TO_LAST_PAGE +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = FALSE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MovePageUp SID_MOVE_PAGE_UP +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MovePageDown SID_MOVE_PAGE_DOWN +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MovePageFirst SID_MOVE_PAGE_FIRST +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem MovePageLast SID_MOVE_PAGE_LAST +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxBoolItem UnderlineNone SID_ULINE_VAL_NONE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem UnderlineSingle SID_ULINE_VAL_SINGLE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem UnderlineDouble SID_ULINE_VAL_DOUBLE + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] + +SfxBoolItem UnderlineDotted SID_ULINE_VAL_DOTTED + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] diff --git a/sd/sdi/sdslots.hrc b/sd/sdi/sdslots.hrc new file mode 100644 index 000000000..64760097e --- /dev/null +++ b/sd/sdi/sdslots.hrc @@ -0,0 +1,27 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ +#include +#include +#include +#include +#include +#include +#include + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi new file mode 100644 index 000000000..751c09901 --- /dev/null +++ b/sd/sdi/sdslots.sdi @@ -0,0 +1,91 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +module StarDraw +[ + SlotIdFile( "sdslots.hrc" ) +] +{ + include "sfxitems.sdi" + include "sfx.sdi" + include "svxitems.sdi" + include "xoitems.sdi" + include "svx.sdi" + + enum FadeEffect + { + FADE_EFFECT_NONE , + FADE_EFFECT_FADE_FROM_LEFT , + FADE_EFFECT_FADE_FROM_TOP , + FADE_EFFECT_FADE_FROM_RIGHT , + FADE_EFFECT_FADE_FROM_BOTTOM , + FADE_EFFECT_FADE_TO_CENTER , + FADE_EFFECT_FADE_FROM_CENTER , + FADE_EFFECT_MOVE_FROM_LEFT , + FADE_EFFECT_MOVE_FROM_TOP , + FADE_EFFECT_MOVE_FROM_RIGHT , + FADE_EFFECT_MOVE_FROM_BOTTOM , + FADE_EFFECT_ROLL_FROM_LEFT , + FADE_EFFECT_ROLL_FROM_TOP , + FADE_EFFECT_ROLL_FROM_RIGHT , + FADE_EFFECT_ROLL_FROM_BOTTOM , + FADE_EFFECT_VERTICAL_STRIPES , + FADE_EFFECT_HORIZONTAL_STRIPES , + FADE_EFFECT_OPEN_VERTICAL , + FADE_EFFECT_CLOSE_VERTICAL , + FADE_EFFECT_OPEN_HORIZONTAL , + FADE_EFFECT_CLOSE_HORIZONTAL , + FADE_EFFECT_CLEAR_AWAY , + FADE_EFFECT_OVERLAY + } + + enum FadeSpeed + { + FADE_SPEED_SLOW , + FADE_SPEED_MEDIUM , + FADE_SPEED_FAST + } + + enum PresChange + { + PresChange::Manual, + PresChange::Auto, + PresChange::SemiAuto + }; + + // Items + item UINT32 DiaTimeItem ; + item PresChange DiaAutoItem ; + item FadeEffect DiaEffectItem ; + item FadeSpeed DiaSpeedItem ; + + include "sdraw.sdi" + include "app.sdi" + include "_drvwsh.sdi" + include "drviewsh.sdi" + include "outlnvsh.sdi" + include "drtxtob.sdi" + include "drbezob.sdi" + include "_docsh.sdi" + include "docshell.sdi" + include "drgrfob.sdi" + include "SlideSorterController.sdi" + include "ViewShellBase.sdi" + include "mediaob.sdi" + include "tables.sdi" + } diff --git a/sd/sdi/tables.sdi b/sd/sdi/tables.sdi new file mode 100644 index 000000000..9943ce719 --- /dev/null +++ b/sd/sdi/tables.sdi @@ -0,0 +1,193 @@ +/* + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + */ + +shell TableObjectBar +{ + SID_FRAME_LINESTYLE + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_FRAME_LINECOLOR + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_BORDER + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_TABLE_MERGE_CELLS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SPLIT_CELLS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_OPTIMIZE_TABLE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_BOTTOM + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_CENTER + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_VERT_NONE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_ROW_DLG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_ROW_BEFORE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_ROW_AFTER + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_COL_DLG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_COL_BEFORE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_INSERT_COL_AFTER + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_DELETE_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_DELETE_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_DELETE_TABLE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_ALL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_COL + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SELECT_ROW + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_FORMAT_TABLE_DLG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_SORT_DIALOG + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_AUTOSUM + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_MINIMAL_COLUMN_WIDTH + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_OPTIMAL_COLUMN_WIDTH + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_DISTRIBUTE_COLUMNS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_MINIMAL_ROW_HEIGHT + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_OPTIMAL_ROW_HEIGHT + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + + SID_TABLE_DISTRIBUTE_ROWS + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + SID_TABLE_CHANGE_CURRENT_BORDER_POSITION + [ + ExecMethod = Execute; + ] + +} + -- cgit v1.2.3