diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-06-27 07:24:32 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-06-27 07:24:32 +0000 |
commit | 6e3fa3afc424817b688bc050c4c5185472e4480b (patch) | |
tree | 9c6beb648f601341e0cb5409312292c15d9512fd /svx/sdi | |
parent | af7c645e3d08adf374748f1bf3be7ca741270022 (diff) |
#100674#: macrorecording features
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 87 | ||||
-rw-r--r-- | svx/sdi/svxitems.sdi | 12 |
2 files changed, 95 insertions, 4 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index b3331088c2c9..838f82e1d2a6 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1730,7 +1730,7 @@ SfxVoidItem ClearOutline SID_OUTLINE_DELETEALL ] //-------------------------------------------------------------------------- -SvxClipboardFmtItem ClipboardFormatItems SID_CLIPBOARD_FORMAT_ITEMS +SfxVoidItem ClipboardFormatItems SID_CLIPBOARD_FORMAT_ITEMS( SfxUInt32Item SelectedFormat SID_CLIPBOARD_FORMAT_ITEMS ) [ /* flags: */ @@ -1746,7 +1746,8 @@ SvxClipboardFmtItem ClipboardFormatItems SID_CLIPBOARD_FORMAT_ITEMS RecordPerSet; Synchron; - Readonly = FALSE, + /* status: */ + SlotType = SvxClipboardFmtItem; /* config: */ AccelConfig = FALSE, @@ -11150,3 +11151,85 @@ SvxCharReliefItem CharacterRelief SID_ATTR_CHAR_RELIEF 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; +] + + diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 3c2a1aa9a245..d1024a94907a 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svxitems.sdi,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: mba $ $Date: 2002-06-19 17:14:10 $ + * last change: $Author: mba $ $Date: 2002-06-27 08:21:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -399,6 +399,7 @@ item SvxShadowLocation SvxShadowLocationItem; //------------------------------------------------------------------------- +item INT16 SvxCharScaleWidthItem; item INT16 SvxParaVertAlignItem; item INT16 SvxCharReliefItem; item BOOL SvxBlinkItem; @@ -716,5 +717,12 @@ struct SvxTabStop }; item SvxTabStop SvxTabStopItem; +struct SvxCharRotate +{ + INT16 Rotation MID_ROTATE; + BOOL FitToLine MID_FITTOLINE; +}; +item SvxCharRotate SvxCharRotateItem; + item String SvxClipboardFmtItem; // dummy item String SfxSetItem; // dummy |