c7e172b2d9
2009-09-17 mb93783 merge commit 2009-09-03 tb121644 #i104748 - slot unification to .uno:PasteSpecial 2009-09-01 mba #101455#: code simplification 2009-08-31 mb93783 iso locales for norwegian builds are nb and nn, not no 2009-08-25 mba merge to m55 2009-07-29 mba cleanup after rebase 2009-07-29 mba #i103200#: wrong order of first and last name in CJK UI 2009-07-27 mba adding dictionary changes from broken svn CWS 2009-07-27 mba adding dictionary changes from broken svn CWS 2009-07-27 mba apply patch from broken svn CWS
15115 lines
320 KiB
Text
15115 lines
320 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: svx.sdi,v $
|
|
* $Revision: 1.78.198.2 $
|
|
*
|
|
* 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.
|
|
*
|
|
************************************************************************/
|
|
SfxBoolItem AbsoluteRecord SID_FM_RECORD_ABSOLUTE
|
|
(SfxInt32Item Position FN_PARAM_1)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxInt32Item
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AddField SID_FM_ADD_FIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AddTable SID_FM_ADDTABLE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AlignCenter SID_OBJECT_ALIGN_CENTER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AlignDown SID_OBJECT_ALIGN_DOWN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ObjectAlignLeft SID_OBJECT_ALIGN_LEFT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxAdjustItem Alignment SID_ATTR_PARA_ADJUST
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AlignMiddle SID_OBJECT_ALIGN_MIDDLE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ObjectAlignRight SID_OBJECT_ALIGN_RIGHT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AlignUp SID_OBJECT_ALIGN_UP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Arc SID_DRAW_ARC
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Assign3D SID_3D_ASSIGN
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AutoControlFocus SID_FM_AUTOCONTROLFOCUS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AutoFilter SID_FM_AUTOFILTER
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem AutoFormat SID_AUTOFORMAT
|
|
(SfxStringItem aFormatName SID_AUTOFORMAT)
|
|
[
|
|
/* 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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxStringItem TableStyle SID_TABLE_STYLE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem TableStyleSettings SID_TABLE_STYLE_SETTINGS
|
|
(SfxBoolItem UseFirstRowStyle ID_VAL_USEFIRSTROWSTYLE,
|
|
SfxBoolItem UseLastRowStyle ID_VAL_USELASTROWSTYLE,
|
|
SfxBoolItem UseBandingRowStyle ID_VAL_USEBANDINGROWSTYLE,
|
|
SfxBoolItem UseFirstColumnStyle ID_VAL_USEFIRSTCOLUMNSTYLE,
|
|
SfxBoolItem UseLastColumnStyle ID_VAL_USELASTCOLUMNSTYLE,
|
|
SfxBoolItem UseBandingColumnStyle ID_VAL_USEBANDINGCOLUMNSTYLE)
|
|
[
|
|
/* 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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem TableDesign SID_TABLEDESIGN
|
|
[
|
|
/* 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_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SvxColorItem BackgroundColor SID_BACKGROUND_COLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBrushItem BackgroundPattern SID_ATTR_BRUSH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBrushItem BackgroundPatternController SID_BACKGROUND_PATTERN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Bezier_Unfilled SID_DRAW_BEZIER_NOFILL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierAppend SID_BEZIER_APPEND
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem BezierClose SID_BEZIER_CLOSE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem BezierConvert SID_BEZIER_CONVERT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierCutLine SID_BEZIER_CUTLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierDelete SID_BEZIER_DELETE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierEdge SID_BEZIER_EDGE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierEliminatePoints SID_BEZIER_ELIMINATE_POINTS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierFill SID_DRAW_BEZIER_FILL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierInsert SID_BEZIER_INSERT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierMove SID_BEZIER_MOVE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierSmooth SID_BEZIER_SMOOTH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BezierSymmetric SID_BEZIER_SYMMTR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem BezierTo SID_BEZIERTO
|
|
(SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* 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 = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BmpMask SID_BMPMASK
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BmpMaskExec SID_BMPMASK_EXEC
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BmpMaskPipette SID_BMPMASK_PIPETTE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWeightItem Bold SID_ATTR_CHAR_WEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWeightItem BoldLatin SID_ATTR_CHAR_LATIN_WEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWeightItem BoldCJK SID_ATTR_CHAR_CJK_WEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWeightItem BoldCTL SID_ATTR_CHAR_CTL_WEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem Border SID_BORDER_OBJECT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = TRUE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBoxInfoItem BorderInner SID_ATTR_BORDER_INNER
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBoxItem BorderOuter SID_ATTR_BORDER_OUTER
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetBorderStyle SID_ATTR_BORDER
|
|
(SvxBoxItem OuterBorder SID_ATTR_BORDER_OUTER,SvxBoxInfoItem InnerBorder SID_ATTR_BORDER_INNER)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SvxBoxItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem BringToFront SID_FRAME_TO_TOP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DrawCaption SID_DRAW_CAPTION
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxCaseMapItem CaseMap SID_ATTR_CHAR_CASEMAP
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CenterPara SID_ATTR_PARA_ADJUST_CENTER
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToFullWidth SID_TRANSLITERATE_FULLWIDTH
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToHalfWidth SID_TRANSLITERATE_HALFWIDTH
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToHiragana SID_TRANSLITERATE_HIRAGANA
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToKatakana SID_TRANSLITERATE_KATAGANA
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToLower SID_TRANSLITERATE_LOWER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChangeCaseToUpper SID_TRANSLITERATE_UPPER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ChangeControlType SID_FM_CHANGECONTROLTYPE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontItem CharFontName SID_ATTR_CHAR_FONT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontItem CharFontNameLatin SID_ATTR_CHAR_LATIN_FONT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontItem CharFontNameCJK SID_ATTR_CHAR_CJK_FONT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontItem CharFontNameCTL SID_ATTR_CHAR_CTL_FONT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Checkbox SID_INSERT_CHECKBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CheckBox SID_FM_CHECKBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxChooseControlItem ChooseControls SID_CHOOSE_CONTROLS
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ChoosePolygon SID_CHOOSE_POLYGON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Circle SID_DRAW_CIRCLE
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Circle_Unfilled SID_DRAW_CIRCLE_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CircleArc SID_DRAW_CIRCLEARC
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CircleCut SID_DRAW_CIRCLECUT
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CircleCut_Unfilled SID_DRAW_CIRCLECUT_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CirclePie SID_DRAW_CIRCLEPIE
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CirclePie_Unfilled SID_DRAW_CIRCLEPIE_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ClearOutline SID_OUTLINE_DELETEALL
|
|
()
|
|
[
|
|
/* 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 = FALSE,
|
|
GroupId = GID_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxColorItem Color SID_ATTR_CHAR_COLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ColorControl SID_COLOR_CONTROL
|
|
|
|
[
|
|
/* 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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ComboBox SID_FM_COMBOBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem NavigationBar SID_FM_NAVIGATIONBAR
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Combobox SID_INSERT_COMBOBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item Config SID_FM_CONFIG
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem MoreControls SID_FM_MORE_CONTROLS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormDesignTools SID_FM_FORM_DESIGN_TOOLS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ContourDialog SID_CONTOUR_DLG
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_GRAPHIC;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ContourExecute SID_CONTOUR_EXEC
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ControlProperties SID_FM_CTL_PROPERTIES
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToButton SID_FM_CONVERTTO_BUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToCheckBox SID_FM_CONVERTTO_CHECKBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToCombo SID_FM_CONVERTTO_COMBOBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToCurrency SID_FM_CONVERTTO_CURRENCY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToDate SID_FM_CONVERTTO_DATE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToEdit SID_FM_CONVERTTO_EDIT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToFileControl SID_FM_CONVERTTO_FILECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToFixed SID_FM_CONVERTTO_FIXEDTEXT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToFormatted SID_FM_CONVERTTO_FORMATTED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToScrollBar SID_FM_CONVERTTO_SCROLLBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToSpinButton SID_FM_CONVERTTO_SPINBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToGroup SID_FM_CONVERTTO_GROUPBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToImageBtn SID_FM_CONVERTTO_IMAGEBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToImageControl SID_FM_CONVERTTO_IMAGECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToList SID_FM_CONVERTTO_LISTBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToNumeric SID_FM_CONVERTTO_NUMERIC
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToPattern SID_FM_CONVERTTO_PATTERN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToRadio SID_FM_CONVERTTO_RADIOBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToTime SID_FM_CONVERTTO_TIME
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ConvertToNavigationBar SID_FM_CONVERTTO_NAVIGATIONBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CountAll SID_FM_COUNTALL
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CreateControl SID_FM_CREATE_CONTROL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertCurrencyField SID_INSERT_CURRENCYFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CurrencyField SID_FM_CURRENCYFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Dash SID_DASH
|
|
(SfxStringItem Name ID_VAL_INDEX,SfxUInt32Item Style ID_VAL_STYLE,SfxUInt32Item Dots ID_VAL_DOTS,SfxUInt32Item DotLen ID_VAL_DOTLEN,SfxUInt32Item Dashes ID_VAL_DASHES,SfxUInt32Item DashLen ID_VAL_DASHLEN,SfxUInt32Item Distance ID_VAL_DISTANCE)
|
|
[
|
|
/* 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AddDateField SID_INSERT_DATEFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DateField SID_FM_DATEFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem DefaultBullet FN_NUM_BULLET_ON
|
|
(SfxBoolItem On FN_PARAM_1)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_ENUMERATION;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DeleteRecord SID_FM_RECORD_DELETE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SwitchControlDesignMode SID_FM_DESIGN_MODE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem DistributeSelection SID_DISTRIBUTE_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DrawSelect SID_DRAW_SELECT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxDrawToolItem InsertDraw SID_INSERT_DRAW
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_DRAW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DSBrowserExplorer SID_DSBROWSER_EXPLORER
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Edit SID_FM_EDIT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertEdit SID_INSERT_EDIT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Ellipse SID_DRAW_ELLIPSE
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Ellipse_Unfilled SID_DRAW_ELLIPSE_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem EllipseCut SID_DRAW_ELLIPSECUT
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem EllipseCut_Unfilled SID_DRAW_ELLIPSECUT_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem EnterGroup SID_ENTER_GROUP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxEscapementItem Escapement SID_ATTR_CHAR_ESCAPEMENT
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem FieldController SID_FM_FIELDS_CONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FileControl SID_FM_FILECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertFileControl SID_INSERT_FILECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertTreeControl SID_INSERT_TREECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFillBitmapItem FillBitmap SID_ATTR_FILL_BITMAP
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFillColorItem FillColor SID_ATTR_FILL_COLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFillGradientItem FillGradient SID_ATTR_FILL_GRADIENT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFillHatchItem FillHatch SID_ATTR_FILL_HATCH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFillStyleItem FillStyle SID_ATTR_FILL_STYLE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FilterCrit SID_FM_FILTERCRIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FirstRecord SID_FM_RECORD_FIRST
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBlinkItem Flash SID_ATTR_FLASH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem FmExplorerController SID_FM_FMEXPLORER_CONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem FmFilterNavigatorController SID_FM_FILTER_NAVIGATOR_CONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FontDialog SID_CHAR_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontHeightItem FontHeight SID_ATTR_CHAR_FONTHEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontHeightItem FontHeighLatin SID_ATTR_CHAR_LATIN_FONTHEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontHeightItem FontHeightCJK SID_ATTR_CHAR_CJK_FONTHEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontHeightItem FontHeightCTL SID_ATTR_CHAR_CTL_FONTHEIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FontWork SID_FONTWORK
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextAdjustItem FontWorkTextAdjust SID_FORMTEXT_ADJUST
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextStdFormItem FontWorkTextClearAttributes SID_FORMTEXT_STDFORM
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextDistanceItem FontWorkTextDistance SID_FORMTEXT_DISTANCE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextMirrorItem FontWorkTextMirror SID_FORMTEXT_MIRROR
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextOutlineItem FontWorkTextOutline SID_FORMTEXT_OUTLINE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextShadowItem FontWorkTextShadow SID_FORMTEXT_SHADOW
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextShadowColorItem FontWorkTextShadowColor SID_FORMTEXT_SHDWCOLOR
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextShadowXValItem FontWorkTextShadowXVal SID_FORMTEXT_SHDWXVAL
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextShadowYValItem FontWorkTextShadowYVal SID_FORMTEXT_SHDWYVAL
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextStartItem FontWorkTextStart SID_FORMTEXT_START
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextStyleItem FontWorkTextStyle SID_FORMTEXT_STYLE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormatArea SID_ATTRIBUTES_AREA
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XFormTextHideFormItem FormatFontWorkClose SID_FORMTEXT_HIDEFORM
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormatGroup SID_GROUP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormatLine SID_ATTRIBUTES_LINE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormattedField SID_FM_FORMATTEDFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ScrollBar SID_FM_SCROLLBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SpinButton SID_FM_SPINBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertFormattedField SID_INSERT_FORMATTEDFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormatUngroup SID_UNGROUP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormFilter SID_FM_FILTER_START
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormFiltered SID_FM_FORM_FILTERED
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormFilterExecute SID_FM_FILTER_EXECUTE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FormFilterExit SID_FM_FILTER_EXIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormFilterNavigator SID_FM_FILTER_NAVIGATOR
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FormProperties SID_FM_PROPERTIES
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Freeline SID_DRAW_FREELINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Freeline_Unfilled SID_DRAW_FREELINE_NOFILL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AutoColorInvalid SID_ATTR_AUTO_COLOR_INVALID
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Gallery SID_GALLERY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem GalleryEnableAddCopy SID_GALLERY_ENABLE_ADDCOPY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringListItem GetRedoStrings SID_GETREDOSTRINGS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringListItem GetUndoStrings SID_GETUNDOSTRINGS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GrafAttrCrop SID_ATTR_GRAF_CROP
|
|
()
|
|
[
|
|
/* 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_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item GrafBlue SID_ATTR_GRAF_BLUE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item GrafContrast SID_ATTR_GRAF_CONTRAST
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt32Item GrafGamma SID_ATTR_GRAF_GAMMA
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item GrafGreen SID_ATTR_GRAF_GREEN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem GrafInvert SID_ATTR_GRAF_INVERT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item GrafLuminance SID_ATTR_GRAF_LUMINANCE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item GrafMode SID_ATTR_GRAF_MODE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt16Item GrafRed SID_ATTR_GRAF_RED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item GrafTransparence SID_ATTR_GRAF_TRANSPARENCE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterInvert SID_GRFFILTER_INVERT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterMosaic SID_GRFFILTER_MOSAIC
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterPopart SID_GRFFILTER_POPART
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterPoster SID_GRFFILTER_POSTER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterRelief SID_GRFFILTER_EMBOSS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterRemoveNoise SID_GRFFILTER_REMOVENOISE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterSepia SID_GRFFILTER_SEPIA
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterSharpen SID_GRFFILTER_SHARPEN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterSmooth SID_GRFFILTER_SMOOTH
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterSobel SID_GRFFILTER_SOBEL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GraphicFilterSolarize SID_GRFFILTER_SOLARIZE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
TbxImageItem GraphicFilterToolbox SID_GRFFILTER
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Grid SID_FM_DBGRID
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem GridUse SID_GRID_USE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem GridVisible SID_GRID_VISIBLE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Group SID_OUTLINE_MAKE
|
|
(SfxStringItem RowOrCol SID_OUTLINE_MAKE)
|
|
[
|
|
/* 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_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem GroupBox SID_FM_GROUPBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Groupbox SID_INSERT_GROUPBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxRectangleItem HeaderFooterBorder SID_RULER_LR_MIN_MAX
|
|
|
|
[
|
|
/* 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 = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem HelplinesMove SID_HELPLINES_MOVE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem HFixedLine SID_INSERT_HFIXEDLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem HideDetail SID_OUTLINE_HIDE
|
|
()
|
|
[
|
|
/* 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 = FALSE,
|
|
GroupId = GID_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem HScrollbar SID_INSERT_HSCROLLBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxHyperlinkItem Hyperlink SID_HYPERLINK_GETLINK
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = TRUE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Imagebutton SID_FM_IMAGEBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ImageControl SID_FM_IMAGECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertImageControl SID_INSERT_IMAGECONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ImageMapDialog SID_IMAP
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_GRAPHIC;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ImageMapExecute SID_IMAP_EXEC
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Init3D SID_3D_INIT
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InPlaceObjectResize SID_OBJECTRESIZE
|
|
()
|
|
[
|
|
/* 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem EnterString SID_ENTER_STRING
|
|
(SfxStringItem StringName SID_ENTER_STRING)
|
|
[
|
|
/* 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_INTERN;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertAnnotation SID_INSERT_POSTIT
|
|
(SvxPostItAuthorItem Author SID_ATTR_POSTIT_AUTHOR,SvxPostItDateItem Date SID_ATTR_POSTIT_DATE,SvxPostItTextItem Text SID_ATTR_POSTIT_TEXT)
|
|
[
|
|
/* 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_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowAnnotation SID_SHOW_POSTIT
|
|
()
|
|
[
|
|
/* 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 ReplyToAnnotation SID_REPLYTO_POSTIT
|
|
()
|
|
[
|
|
/* 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem DeleteAnnotation SID_DELETE_POSTIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem DeleteAllAnnotation SID_DELETEALL_POSTIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
SfxVoidItem DeleteAllAnnotationByAuthor SID_DELETEALLBYAUTHOR_POSTIT
|
|
()
|
|
[
|
|
/* 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem NextAnnotation SID_NEXT_POSTIT
|
|
()
|
|
[
|
|
/* 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 PreviousAnnotation SID_PREVIOUS_POSTIT
|
|
()
|
|
[
|
|
/* 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 InsertApplet SID_INSERT_APPLET
|
|
(SfxStringItem Class FN_PARAM_1,
|
|
SfxStringItem ClassLocation FN_PARAM_2,
|
|
SfxStringItem Commands FN_PARAM_3)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt32Item InsertGalleryPic SID_GALLERY_FORMATS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertGraphic SID_INSERT_GRAPHIC
|
|
(SfxStringItem FileName SID_INSERT_GRAPHIC,SfxStringItem FilterName FN_PARAM_FILTER,SfxBoolItem AsLink FN_PARAM_1,SfxStringItem Style FN_PARAM_2)
|
|
[
|
|
/* 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 InsertImage SID_INSERT_IMAGE
|
|
()
|
|
[
|
|
/* 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 InsertMath SID_INSERT_MATH
|
|
()
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertMode SID_ATTR_INSERT
|
|
|
|
[
|
|
/* 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 = TRUE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem DefaultNumbering FN_NUM_NUMBERING_ON
|
|
(SfxBoolItem On FN_PARAM_1)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_ENUMERATION;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertObject SID_INSERT_OBJECT
|
|
( SfxGlobalNameItem ClassId SID_INSERT_OBJECT )
|
|
[
|
|
/* 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 InsertObjectChart SID_INSERT_DIAGRAM
|
|
(SfxBoolItem ColHeaders FN_PARAM_1,SfxBoolItem RowHeaders FN_PARAM_2,SfxBoolItem InNewTable FN_PARAM_4,SfxStringItem RangeList FN_PARAM_5)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertPlugin SID_INSERT_PLUGIN
|
|
(SfxStringItem ClassLocation FN_PARAM_2,
|
|
SfxStringItem Commands FN_PARAM_3)
|
|
[
|
|
/* 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 InsertSound SID_INSERT_SOUND
|
|
()
|
|
[
|
|
/* 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 InsertSymbol SID_CHARMAP
|
|
(SfxStringItem Symbols SID_CHARMAP, SfxStringItem FontName SID_ATTR_SPECIALCHAR)
|
|
[
|
|
/* 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_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertSpreadsheet SID_ATTR_TABLE
|
|
()
|
|
[
|
|
/* 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_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem InsertTable SID_INSERT_TABLE
|
|
(SfxUInt16Item Columns SID_ATTR_TABLE_COLUMN,SfxUInt16Item Rows SID_ATTR_TABLE_ROW )
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxUInt16Item
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertTextFrame SID_INSERT_FRAME
|
|
()
|
|
[
|
|
/* 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 = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertVideo SID_INSERT_VIDEO
|
|
()
|
|
[
|
|
/* 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 InternetDialog SID_INET_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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 Intersect SID_POLY_INTERSECT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPostureItem Italic SID_ATTR_CHAR_POSTURE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPostureItem ItalicLatin SID_ATTR_CHAR_LATIN_POSTURE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPostureItem ItalicCJK SID_ATTR_CHAR_CJK_POSTURE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPostureItem ItalicCTL SID_ATTR_CHAR_CTL_POSTURE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem JustifyPara SID_ATTR_PARA_ADJUST_BLOCK
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertFixedText SID_INSERT_FIXEDTEXT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Label SID_FM_FIXEDTEXT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLanguageItem Language SID_ATTR_CHAR_LANGUAGE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLanguageItem LanguageLatin SID_ATTR_CHAR_LATIN_LANGUAGE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem LastRecord SID_FM_RECORD_LAST
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LaunchStarImage SID_SIM_START
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_APPLICATION;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LeaveFMCreateMode SID_FM_LEAVE_CREATE
|
|
(SfxBoolItem Leave SID_FM_LEAVE_CREATE)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 LeaveGroup SID_LEAVE_GROUP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem LeftPara SID_ATTR_PARA_ADJUST_LEFT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLRSpaceItem LeftRightMargin SID_ATTR_LRSPACE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LeftRightParaMargin SID_ATTR_PARA_LRSPACE
|
|
(SvxLRSpaceItem LRSpace SID_ATTR_PARA_LRSPACE)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LeftRightParaMargin_Vertical SID_ATTR_PARA_LRSPACE_VERTICAL
|
|
(SvxLRSpaceItem LRSpace SID_ATTR_PARA_LRSPACE_VERTICAL)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Line SID_DRAW_LINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Line_Diagonal SID_DRAW_XLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxColorItem FrameLineColor SID_FRAME_LINECOLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FRAME;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XLineDashItem LineDash SID_ATTR_LINE_DASH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem LineEndStyle SID_ATTR_LINEEND_STYLE
|
|
(XLineStartItem LineStart SID_ATTR_LINE_START,XLineEndItem LineEnd SID_ATTR_LINE_END,SfxUInt32Item StartWidth SID_ATTR_LINE_STARTWIDTH,SfxUInt32Item EndWidth SID_ATTR_LINE_ENDWIDTH)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLineSpacingItem LineSpacing SID_ATTR_PARA_LINESPACE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLineItem LineStyle SID_FRAME_LINESTYLE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FRAME;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XLineWidthItem LineWidth SID_ATTR_LINE_WIDTH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ListBox SID_FM_LISTBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertListbox SID_INSERT_LISTBOX
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Merge SID_POLY_MERGE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem NewJavaModule SID_BASICIDE_NEWJAVAMODULE
|
|
()
|
|
[
|
|
/* 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_MACRO;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem NewRecord SID_FM_RECORD_NEW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem NextRecord SID_FM_RECORD_NEXT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem NumericField SID_FM_NUMERICFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertNumericField SID_INSERT_NUMERICFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxDrawAlignItem ObjectAlign SID_OBJECT_ALIGN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_OBJECT_ALIGN;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ObjectBackOne SID_FRAME_DOWN
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ObjectForwardOne SID_FRAME_UP
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem OpenReadOnly SID_FM_OPEN_READONLY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OrderCrit SID_FM_ORDERCRIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxOrphansItem Orphan SID_ATTR_PARA_ORPHANS
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineBullet SID_OUTLINE_BULLET
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineCollapse SID_OUTLINE_COLLAPSE
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineCollapseAll SID_OUTLINE_COLLAPSE_ALL
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineDown SID_OUTLINE_DOWN
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineExpand SID_OUTLINE_EXPAND
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineExpandAll SID_OUTLINE_EXPAND_ALL
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxContourItem OutlineFont SID_ATTR_CHAR_CONTOUR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem OutlineFormat SID_OUTLINE_FORMAT
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineLeft SID_OUTLINE_LEFT
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineRight SID_OUTLINE_RIGHT
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OutlineUp SID_OUTLINE_UP
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFmtBreakItem Pagebreak SID_ATTR_PARA_PAGEBREAK
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPaperBinItem PagePaperBin SID_ATTR_PAGE_PAPERBIN
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxSizeItem AttributePageSize SID_ATTR_PAGE_SIZE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPageModelItem AttributeParaModel SID_ATTR_PARA_MODEL
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPageItem AttributePage SID_ATTR_PAGE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = TRUE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxAutoKernItem PairKerning SID_ATTR_CHAR_AUTOKERN
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ParagraphDialog SID_PARA_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFmtKeepItem ParaKeepTogether SID_ATTR_PARA_KEEP
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFmtSplitItem ParaSplit SID_ATTR_PARA_SPLIT
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertPatternField SID_INSERT_PATTERNFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem PatternField SID_FM_PATTERNFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Pie SID_DRAW_PIE
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Pie_Unfilled SID_DRAW_PIE_NOFILL
|
|
(SfxUInt32Item CenterX ID_VAL_CENTER_X,SfxUInt32Item CenterY ID_VAL_CENTER_Y,SfxUInt32Item AxisX ID_VAL_AXIS_X,SfxUInt32Item AxisY ID_VAL_AXIS_Y,SfxUInt32Item StartAngle ID_VAL_ANGLESTART,SfxUInt32Item EndAngle ID_VAL_ANGLEEND)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem PolyFormen SID_POLY_FORMEN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Polygon_Diagonal SID_DRAW_XPOLYGON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Polygon_Diagonal_Unfilled SID_DRAW_XPOLYGON_NOFILL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Polygon_Unfilled SID_DRAW_POLYGON_NOFILL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxPointItem Position SID_ATTR_POSITION
|
|
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Preview SID_INSERT_PREVIEW
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem PrevRecord SID_FM_RECORD_PREV
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ProgressBar SID_INSERT_PROGRESSBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem PropertyController SID_FM_PROPERTY_CONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Pushbutton SID_FM_PUSHBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertPushbutton SID_INSERT_PUSHBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Radiobutton SID_INSERT_RADIOBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RadioButton SID_FM_RADIOBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ReadOnlyMode SID_READONLY_MODE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = TRUE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RecFromText SID_FM_RECORD_FROM_TEXT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RecSave SID_FM_RECORD_SAVE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem RecSearch SID_FM_SEARCH
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxVoidItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Rect SID_DRAW_RECT
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Rect_Rounded SID_DRAW_RECT_ROUND
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Rect_Rounded_Unfilled SID_DRAW_RECT_ROUND_NOFILL
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Rect_Unfilled SID_DRAW_RECT_NOFILL
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RecText SID_FM_RECORD_TEXT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem RecTotal SID_FM_RECORD_TOTAL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxStringItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RecUndo SID_FM_RECORD_UNDO
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Refresh SID_FM_REFRESH
|
|
()
|
|
[
|
|
/* 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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem RefreshFormControl SID_FM_REFRESH_FORM_CONTROL
|
|
()
|
|
[
|
|
/* 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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem RemoveFilter SID_FM_FILTER_REMOVE
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem RemoveFilterSort SID_FM_REMOVE_FILTER_SORT
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxSetItem ReplaceSet FID_SEARCH_REPLACESET
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem RightPara SID_ATTR_PARA_ADJUST_RIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLRSpaceItem RulerBorderDistance SID_RULER_BORDER_DISTANCE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxColumnItem RulerBorders SID_RULER_BORDERS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxColumnItem RulerBordersVertical SID_RULER_BORDERS_VERTICAL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxPointItem RulerNullOffset SID_RULER_NULL_OFFSET
|
|
|
|
[
|
|
/* 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 = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxPagePosSizeItem RulerPagePos SID_RULER_PAGE_POS
|
|
|
|
[
|
|
/* 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 = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxProtectItem RulerProtect SID_RULER_PROTECT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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 SbaExecuteSql SID_FM_EXECUTE
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SbaNativeSql SID_FM_NATIVESQL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Scan SID_SCAN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ScEditOptions SID_SC_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SchEditOptions SID_SCH_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SdEditOptions SID_SD_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SdGraphicOptions SID_SD_GRAPHIC_OPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SearchOff FID_SEARCH_OFF
|
|
(SvxSearchItem SearchItem SID_SEARCH_ITEM)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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 SearchOn FID_SEARCH_ON
|
|
(SvxSearchItem SearchItem SID_SEARCH_ITEM)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxSetItem SearchSet FID_SEARCH_SEARCHSET
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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 Select SID_SELECT
|
|
()
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SendToBack SID_FRAME_TO_BOTTOM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetDefault SID_SET_DEFAULT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetHyperlink SID_HYPERLINK_SETLINK
|
|
(SvxHyperlinkItem Hyperlink SID_HYPERLINK_SETLINK)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxHyphenZoneItem SetHyphenZone SID_ATTR_PARA_HYPHENZONE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLongLRSpaceItem SetLongLeftRightMargin SID_ATTR_LONG_LRSPACE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLongULSpaceItem SetLongTopBottomMargin SID_ATTR_LONG_ULSPACE
|
|
(SvxLongULSpaceItem Space SID_ATTR_LONG_ULSPACE)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SvxLongULSpaceItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetObjectToBackground SID_OBJECT_HELL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetObjectToForeground SID_OBJECT_HEAVEN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SetPageMaxSize SID_ATTR_PAGE_MAXSIZE
|
|
(SvxSizeItem Size SID_ATTR_PAGE_MAXSIZE)
|
|
[
|
|
/* 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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxShadowItem BorderShadow SID_ATTR_BORDER_SHADOW
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SdrShadowItem FillShadow SID_ATTR_FILL_SHADOW
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxShadowedItem Shadowed SID_ATTR_CHAR_SHADOWED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ShowDetail SID_OUTLINE_SHOW
|
|
()
|
|
[
|
|
/* 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 = FALSE,
|
|
GroupId = GID_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowFmExplorer SID_FM_SHOW_FMEXPLORER
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowItemBrowser SID_SHOW_ITEMBROWSER
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowPropBrowser SID_SHOW_PROPERTYBROWSER
|
|
|
|
[
|
|
/* 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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowProperties SID_FM_SHOW_PROPERTIES
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowPropertyBrowser SID_FM_SHOW_PROPERTY_BROWSER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowRuler SID_RULER
|
|
|
|
[
|
|
/* 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 SimEditOptions SID_SIM_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxSizeItem Size SID_ATTR_SIZE
|
|
|
|
[
|
|
/* 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 SmEditOptions SID_SM_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SortDown SID_FM_SORTDOWN
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Sortup SID_FM_SORTUP
|
|
()
|
|
[
|
|
/* 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 = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SpacePara1 SID_ATTR_PARA_LINESPACE_10
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SpacePara15 SID_ATTR_PARA_LINESPACE_15
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SpacePara2 SID_ATTR_PARA_LINESPACE_20
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxKerningItem Spacing SID_ATTR_CHAR_KERNING
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SpellOnline SID_AUTOSPELL_CHECK
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Spinbutton SID_INSERT_SPINBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Square SID_DRAW_SQUARE
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Square_Rounded SID_DRAW_SQUARE_ROUND
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Square_Rounded_Unfilled SID_DRAW_SQUARE_ROUND_NOFILL
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Square_Unfilled SID_DRAW_SQUARE_NOFILL
|
|
(SfxUInt32Item MouseStartX ID_VAL_MOUSESTART_X,SfxUInt32Item MouseStartY ID_VAL_MOUSESTART_Y,SfxUInt32Item MouseEndX ID_VAL_MOUSEEND_X,SfxUInt32Item MouseEndY ID_VAL_MOUSEEND_Y)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordManual;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt32Item State3D SID_3D_STATE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxCrossedOutItem Strikeout SID_ATTR_CHAR_STRIKEOUT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SubScript SID_SET_SUB_SCRIPT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Substract SID_POLY_SUBSTRACT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SuperScript SID_SET_SUPER_SCRIPT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SwEditOptions SID_SW_EDITOPTIONS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TabDialog SID_FM_TAB_DIALOG
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxTabStopItem Tabstops SID_ATTR_TABSTOP
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxTabStopItem TabstopsVertical SID_ATTR_TABSTOP_VERTICAL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TestMode SID_DIALOG_TESTMODE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Text SID_ATTR_CHAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem DrawText SID_DRAW_TEXT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Text_Marquee SID_DRAW_TEXT_MARQUEE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TextdirectionLeftToRight SID_TEXTDIRECTION_LEFT_TO_RIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TextdirectionTopToBottom SID_TEXTDIRECTION_TOP_TO_BOTTOM
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SdrTextFitToSizeTypeItem TextFitToSize SID_ATTR_TEXT_FITTOSIZE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Thesaurus SID_THESAURUS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem InsertTimeField SID_INSERT_TIMEFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TimeField SID_FM_TIMEFIELD
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ToggleObjectBezierMode SID_BEZIER_EDIT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ToggleObjectRotateMode SID_OBJECT_ROTATE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ToolEdit SID_TEXTEDIT
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SelectObject SID_OBJECT_SELECT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxULSpaceItem TopBottomMargin SID_ATTR_ULSPACE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem TransformDialog SID_ATTR_TRANSFORM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TwainSelect SID_TWAIN_SELECT
|
|
()
|
|
[
|
|
/* 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 TwainTransfer SID_TWAIN_TRANSFER
|
|
()
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxTextLineItem Underline SID_ATTR_CHAR_UNDERLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxTextLineItem Overline SID_ATTR_CHAR_OVERLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Ungroup SID_OUTLINE_REMOVE
|
|
(SfxStringItem RowOrCol SID_OUTLINE_REMOVE)
|
|
[
|
|
/* 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_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem URLButton SID_INSERT_URLBUTTON
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem UseWizards SID_FM_USE_WIZARDS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem VerticalCaption SID_DRAW_CAPTION_VERTICAL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem VerticalText SID_DRAW_TEXT_VERTICAL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem VFixedLine SID_INSERT_VFIXEDLINE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ViewFormAsGrid SID_FM_VIEW_AS_GRID
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem VScrollbar SID_INSERT_VSCROLLBAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWidowsItem Widow SID_ATTR_PARA_WIDOWS
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem Window3D SID_3D_WIN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxWordLineModeItem WordMode SID_ATTR_CHAR_WORDLINEMODE
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XLineColorItem XLineColor SID_ATTR_LINE_COLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
XLineStyleItem XLineStyle SID_ATTR_LINE_STYLE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxZoomItem Zoom SID_ATTR_ZOOM
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = TRUE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem Zoom100Percent SID_SIZE_REAL
|
|
()
|
|
[
|
|
/* 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 ZoomObjects SID_SIZE_OPTIMAL
|
|
()
|
|
[
|
|
/* 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 ZoomOptimal SID_SIZE_ALL
|
|
()
|
|
[
|
|
/* 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 ZoomPage SID_SIZE_PAGE
|
|
()
|
|
[
|
|
/* 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 ZoomPageWidth SID_SIZE_PAGE_WIDTH
|
|
()
|
|
[
|
|
/* 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 ZoomVisArea SID_SIZE_VISAREA
|
|
()
|
|
[
|
|
/* 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem GrabControlFocus SID_FM_GRABCONTROLFOCUS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxVoidItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CreateFieldControl SID_FM_CREATE_FIELDCONTROL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxVoidItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SelectMode SID_INSERT_SELECT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxParaVertAlignItem VerticalParagraphAlignment SID_PARA_VERTALIGN
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxCharReliefItem CharacterRelief SID_ATTR_CHAR_RELIEF
|
|
|
|
[
|
|
/* 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 = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxBrushItem CharacterBackgroundPattern SID_ATTR_BRUSH_CHAR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxCharRotateItem CharacterRotation SID_ATTR_CHAR_ROTATED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxCharScaleWidthItem CharacterWidthScalingFactor SID_ATTR_CHAR_SCALEWIDTH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt32Item NumberFormatValue SID_ATTR_NUMBERFORMAT_VALUE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxHorJustifyItem HorizontalJustification SID_ATTR_ALIGN_HOR_JUSTIFY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxVerJustifyItem VerticalJustification SID_ATTR_ALIGN_VER_JUSTIFY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item AlignmentIndent SID_ATTR_ALIGN_INDENT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AlignmentHyphenation SID_ATTR_ALIGN_HYPHENATION
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item AlignmentRotation SID_ATTR_ALIGN_DEGREES
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxRotateModeItem AlignmentRotationMode SID_ATTR_ALIGN_LOCKPOS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxMarginItem AlignmentMargin SID_ATTR_ALIGN_MARGIN
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem AlignmentStacked SID_ATTR_ALIGN_STACKED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ParaLeftToRight SID_ATTR_PARA_LEFT_TO_RIGHT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ParaRightToLeft SID_ATTR_PARA_RIGHT_TO_LEFT
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem TextRTL SID_RULER_TEXT_RIGHT_TO_LEFT
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OpenHyperlinkOnCursor SID_OPEN_HYPERLINK
|
|
()
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
SfxBoolItem CTLFontState SID_CTLFONT_STATE
|
|
[
|
|
/* 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_APPLICATION;
|
|
]
|
|
|
|
SfxBoolItem VerticalTextState SID_VERTICALTEXT_STATE
|
|
[
|
|
/* 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_APPLICATION;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OpenXMLFilterSettings SID_OPEN_XML_FILTERSETTINGS
|
|
()
|
|
[
|
|
/* 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_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem HangulHanjaConversion SID_HANGUL_HANJA_CONVERSION
|
|
()
|
|
[
|
|
/* 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_OPTIONS;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ChineseConversion SID_CHINESE_CONVERSION
|
|
()
|
|
[
|
|
/* 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_OPTIONS;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxBoolItem SpellDialog SID_SPELL_DIALOG
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_EDIT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SvxColumnItem RulerRows SID_RULER_ROWS
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SvxColumnItem RulerRowsVertical SID_RULER_ROWS_VERTICAL
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxFontListItem FontNameList SID_ATTR_CHAR_FONTLIST
|
|
()
|
|
[
|
|
// 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ExtrusionToggle SID_EXTRUSION_TOOGLE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Readonly = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionTiltDown SID_EXTRUSION_TILT_DOWN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionTiltUp SID_EXTRUSION_TILT_UP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionTiltLeft SID_EXTRUSION_TILT_LEFT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionTiltRight SID_EXTRUSION_TILT_RIGHT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionDepthFloater SID_EXTRUSION_DEPTH_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionDepthDialog SID_EXTRUSION_DEPTH_DIALOG
|
|
(SvxDoubleItem Depth SID_EXTRUSION_DEPTH,SfxUInt16Item Metric SID_ATTR_METRIC)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SvxDoubleItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionDirectionFloater SID_EXTRUSION_DIRECTION_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionLightingFloater SID_EXTRUSION_LIGHTING_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ExtrusionSurfaceFloater SID_EXTRUSION_SURFACE_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxColorItem Extrusion3DColor SID_EXTRUSION_3D_COLOR
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxDoubleItem ExtrusionDepth SID_EXTRUSION_DEPTH
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item ExtrusionDirection SID_EXTRUSION_DIRECTION
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item ExtrusionProjection SID_EXTRUSION_PROJECTION
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item ExtrusionLightingDirection SID_EXTRUSION_LIGHTING_DIRECTION
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item ExtrusionLightingIntensity SID_EXTRUSION_LIGHTING_INTENSITY
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item ExtrusionSurface SID_EXTRUSION_SURFACE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FontworkGalleryFloater SID_FONTWORK_GALLERY_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FontworkShapeType SID_FONTWORK_SHAPE_TYPE
|
|
(SfxStringItem FontworkShapeType SID_FONTWORK_SHAPE_TYPE)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxStringItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FontworkSameLetterHeights SID_FONTWORK_SAME_LETTER_HEIGHTS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FontworkAlignmentFloater SID_FONTWORK_ALIGNMENT_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FontworkCharacterSpacingFloater SID_FONTWORK_CHARACTER_SPACING_FLOATER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item FontworkShape SID_FONTWORK_SHAPE
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item FontworkAlignment SID_FONTWORK_ALIGNMENT
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxInt32Item FontworkCharacterSpacing SID_FONTWORK_CHARACTER_SPACING
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem FontworkCharacterSpacingDialog SID_FONTWORK_CHARACTER_SPACING_DIALOG
|
|
(SfxInt32Item FontworkCharacterSpacing SID_FONTWORK_CHARACTER_SPACING)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxInt32Item
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FontworkKernCharacterPairs SID_FONTWORK_KERN_CHARACTER_PAIRS
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
OfaPtrItem GetColorTable SID_GET_COLORTABLE
|
|
()
|
|
[
|
|
/* 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 = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SpellCheckerChanged SID_SPELLCHECKER_CHANGED
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem PrepareMailExport SID_MAIL_PREPAREEXPORT
|
|
()
|
|
[
|
|
/* 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_EXPLORER;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item Year2000 SID_ATTR_YEAR2000
|
|
()
|
|
[
|
|
/* 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_INTERN;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem IncrementIndent SID_INC_INDENT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem DecrementIndent SID_DEC_INDENT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
ImageRotation = TRUE;
|
|
ImageReflection = TRUE;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem StateTableCell SID_TABLE_CELL
|
|
|
|
[
|
|
/* 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 SendOutlineToImpress SID_OUTLINE_TO_IMPRESS
|
|
(SfxLockBytesItem RtfOutline SID_OUTLINE_TO_IMPRESS)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxUInt16Item DefTabStop SID_ATTR_DEFTABSTOP
|
|
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLanguageItem DocumentLanguage SID_ATTR_LANGUAGE
|
|
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLanguageItem DocumentLanguageCJK SID_ATTR_CHAR_CJK_LANGUAGE
|
|
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLanguageItem DocumentLanguageCTL SID_ATTR_CHAR_CTL_LANGUAGE
|
|
|
|
[
|
|
/* 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_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem OptionsLocaleChanged SID_OPT_LOCALE_CHANGED
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = TRUE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_SPECIAL;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem SbaBrwInsert SID_SBA_BRW_INSERT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_DATA;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem BasicShapes SID_DRAWTBX_CS_BASIC
|
|
(SfxStringItem BasicShapes SID_DRAWTBX_CS_BASIC)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem SymbolShapes SID_DRAWTBX_CS_SYMBOL
|
|
(SfxStringItem SymbolShapes SID_DRAWTBX_CS_SYMBOL)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ArrowShapes SID_DRAWTBX_CS_ARROW
|
|
(SfxStringItem ArrowShapes SID_DRAWTBX_CS_ARROW)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem FlowChartShapes SID_DRAWTBX_CS_FLOWCHART
|
|
(SfxStringItem FlowChartShapes SID_DRAWTBX_CS_FLOWCHART)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CalloutShapes SID_DRAWTBX_CS_CALLOUT
|
|
(SfxStringItem CalloutShapes SID_DRAWTBX_CS_CALLOUT)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem StarShapes SID_DRAWTBX_CS_STAR
|
|
(SfxStringItem StarShapes SID_DRAWTBX_CS_STAR)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_OPTIONS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem CustomShape SID_DRAW_CS_ID
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_DRAWING;
|
|
]
|
|
|
|
SvxDashListItem DashListState SID_DASH_LIST
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxLineEndListItem LineEndListState SID_LINEEND_LIST
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
SvxColorTableItem ColorTableState SID_COLOR_TABLE
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
SvxGradientListItem GradientListState SID_GRADIENT_LIST
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
SvxHatchListItem HatchListState SID_HATCH_LIST
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
SvxBitmapListItem BitmapListState SID_BITMAP_LIST
|
|
[
|
|
/* 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;
|
|
]
|
|
|
|
SvxEmphasisMarkItem EmphasisMark SID_ATTR_CHAR_EMPHASISMARK
|
|
|
|
[
|
|
/* 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_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ShowDataNavigator SID_FM_SHOW_DATANAVIGATOR
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxBoolItem
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxObjectItem FmDataNavigatorController SID_FM_DATANAVIGATOR_CONTROL
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = ;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignLeft SID_ALIGN_ANY_LEFT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignHorizontalCenter SID_ALIGN_ANY_HCENTER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignRight SID_ALIGN_ANY_RIGHT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignJustified SID_ALIGN_ANY_JUSTIFIED
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignTop SID_ALIGN_ANY_TOP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignVerticalCenter SID_ALIGN_ANY_VCENTER
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignBottom SID_ALIGN_ANY_BOTTOM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignHorizontalDefault SID_ALIGN_ANY_HDEFAULT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem CommonAlignVerticalDefault SID_ALIGN_ANY_VDEFAULT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
SfxVoidItem AVMediaToolBox SID_AVMEDIA_TOOLBOX
|
|
( avmedia_MediaItem AVMediaToolBox SID_AVMEDIA_TOOLBOX )
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
SlotType = avmedia_MediaItem;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_APPLICATION;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxBoolItem BorderReducedMode SID_BORDER_REDUCED_MODE
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem ColorSettings SID_COLOR_SETTINGS
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = TRUE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
Readonly = FALSE,
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_MODIFY;
|
|
PseudoSlots = TRUE;
|
|
PseudoPrefix = SID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem MailExportFinished SID_MAIL_EXPORT_FINISHED
|
|
()
|
|
[
|
|
/* 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_EXPLORER;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertZWSP SID_INSERT_ZWSP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertZWNBSP SID_INSERT_ZWNBSP
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertLRM SID_INSERT_LRM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertRLM SID_INSERT_RLM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertSoftHyphen FN_INSERT_SOFT_HYPHEN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertHardHyphen FN_INSERT_HARDHYPHEN
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem InsertNonBreakingSpace FN_INSERT_HARD_SPACE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_INSERT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem ManageLanguage SID_BASICIDE_MANAGE_LANG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_CONTROLS;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringItem CurrentLanguage SID_BASICIDE_CURRENT_LANG
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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 = TRUE,
|
|
GroupId = GID_CONTROLS;
|
|
]
|
|
|
|
SfxVoidItem MergeCells SID_TABLE_MERGE_CELLS
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem SplitCell SID_TABLE_SPLIT_CELLS
|
|
(SfxInt32Item Amount SID_TABLE_SPLIT_CELLS,SfxBoolItem Horizontal FN_PARAM_1, SfxBoolItem Proportional FN_PARAM_2)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxUInt16Item OptimizeTable SID_OPTIMIZE_TABLE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
SfxBoolItem CellVertBottom SID_TABLE_VERT_BOTTOM
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CellVertCenter SID_TABLE_VERT_CENTER
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxBoolItem CellVertTop SID_TABLE_VERT_NONE
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
SfxVoidItem InsertRows SID_TABLE_INSERT_ROW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem InsertColumns SID_TABLE_INSERT_COL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem DeleteRows SID_TABLE_DELETE_ROW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem DeleteColumns SID_TABLE_DELETE_COL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem SelectTable SID_TABLE_SELECT_ALL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
SfxVoidItem EntireColumn SID_TABLE_SELECT_COL
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem EntireRow SID_TABLE_SELECT_ROW
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
SfxVoidItem TableDialog SID_FORMAT_TABLE_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
SfxVoidItem AutoSum SID_TABLE_AUTOSUM
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
|
|
SfxVoidItem TableSort SID_TABLE_SORT_DIALOG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
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_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem OpenSmartTagMenuOnCursor SID_OPEN_SMARTTAGMENU
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
SlotType = SvxSmartTagItem;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_EDIT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SvxZoomSliderItem ZoomSlider SID_ATTR_ZOOMSLIDER
|
|
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = TRUE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = TRUE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_VIEW;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxStringListItem FontNameStringList SID_FONTNAMELIST
|
|
[
|
|
// 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_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
SfxVoidItem LanguageStatus SID_LANGUAGE_STATUS
|
|
(SfxStringItem Language SID_LANGUAGE_STATUS)
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* status: */
|
|
SlotType = SfxStringListItem
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = TRUE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem FontDialogForParagraph SID_CHAR_DLG_FOR_PARAGRAPH
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem Grow SID_GROW_FONT_SIZE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem Shrink SID_SHRINK_FONT_SIZE
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = TRUE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = FALSE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Synchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_FORMAT;
|
|
]
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem RecheckDocument SID_RECHECK_DOCUMENT
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = FALSE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerItem;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = TRUE,
|
|
MenuConfig = TRUE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = TRUE,
|
|
GroupId = GID_DOCUMENT;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem InsertColumnDialog SID_TABLE_INSERT_COL_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_TABLE;
|
|
]
|
|
|
|
//--------------------------------------------------------------------------
|
|
|
|
SfxVoidItem InsertRowDialog SID_TABLE_INSERT_ROW_DLG
|
|
()
|
|
[
|
|
/* flags: */
|
|
AutoUpdate = FALSE,
|
|
Cachable = Cachable,
|
|
FastCall = TRUE,
|
|
HasCoreId = FALSE,
|
|
HasDialog = TRUE,
|
|
ReadOnlyDoc = FALSE,
|
|
Toggle = FALSE,
|
|
Container = FALSE,
|
|
RecordAbsolute = FALSE,
|
|
RecordPerSet;
|
|
Asynchron;
|
|
|
|
/* config: */
|
|
AccelConfig = FALSE,
|
|
MenuConfig = FALSE,
|
|
StatusBarConfig = FALSE,
|
|
ToolBoxConfig = FALSE,
|
|
GroupId = GID_TABLE;
|
|
]
|