964 lines
20 KiB
Text
964 lines
20 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
SfxVoidItem Adjust SID_ADJUST
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeAlignment SID_ALIGN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeDistance SID_DISTANCE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeFont SID_FONT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeFontSize SID_FONTSIZE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommandWindow SID_CMDBOXWINDOW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Preferences SID_PREFERENCES
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem ConfigName SID_TEXT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CopyObject SID_COPYOBJECT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Draw SID_DRAW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FitInWindow SID_FITINWINDOW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormelCursor SID_FORMULACURSOR
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MATH;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item Graphic SID_GAPHIC_SM
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_MATH;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertCommand SID_INSERTCOMMAND
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertConfigName SID_INSERTTEXT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertFormula SID_INSERT_FORMULA
|
|
(SfxStringItem Name SID_INSERT_FORMULA,SfxStringItem Filter FN_PARAM_1)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LoadSymbols SID_LOADSYMBOLS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem ModifyStatus SID_MODIFYSTATUS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = TRUE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem NextError SID_NEXTERR
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_NAVIGATOR;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem NextMark SID_NEXTMARK
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_NAVIGATOR;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem PasteObject SID_PASTEOBJECT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem PrevError SID_PREVERR
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_NAVIGATOR;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem PrevMark SID_PREVMARK
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_NAVIGATOR;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RedrawAutomatic SID_AUTO_REDRAW
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SaveSymbols SID_SAVESYMBOLS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetPaperSize SID_GETEDITTEXT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_MATH;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SymbolCatalogue SID_SYMBOLS_CATALOGUE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Symbols SID_SYMBOLS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Textmode SID_TEXTMODE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem TextStatus SID_TEXTSTATUS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = TRUE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ToolBowWindow SID_TOOLBOXWINDOW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ToolBox SID_TOOLBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem View100 SID_VIEW100
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem View200 SID_VIEW200
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem View50 SID_VIEW050
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ZoomIn SID_ZOOMIN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ZoomOut SID_ZOOMOUT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|