diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:10:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-12 13:10:31 +0000 |
commit | 301fdc543697587aca74d9ec9c8b7797d3922a7e (patch) | |
tree | 1e4d6f0a2f3666dc075b4d84178f853bd5323e06 | |
parent | 0208e6e42b96f9f5d48c70135db302e528d21df8 (diff) |
INTEGRATION: CWS sj09 (1.46.8); FILE MERGED
2004/10/11 21:04:36 sj 1.46.8.10: RESYNC: (1.53-1.56); FILE MERGED
2004/08/31 22:12:17 sj 1.46.8.9: RESYNC: (1.50-1.53); FILE MERGED
2004/07/30 17:43:01 sj 1.46.8.8: fixed slot parameter for fontwork character spacing dialog
2004/07/29 20:22:20 sj 1.46.8.7: added slot for fontwork character spacing dialog
2004/07/27 19:11:43 sj 1.46.8.6: FontworkShapeType is now SfxStringItem
2004/07/21 18:07:50 sj 1.46.8.5: renamed slot (CustomShapesId->CustomShape)
2004/07/19 18:09:57 sj 1.46.8.4: changed slots for custom shapes
2004/07/09 15:34:20 sj 1.46.8.3: RESYNC: (1.49-1.50); FILE MERGED
2004/06/04 03:45:24 sj 1.46.8.2: RESYNC: (1.46-1.49); FILE MERGED
2004/05/10 17:19:15 sj 1.46.8.1: added new customshape ui
-rw-r--r-- | svx/sdi/svx.sdi | 243 |
1 files changed, 230 insertions, 13 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 44b0be0a1c38..a771f20cac72 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: hr $ $Date: 2004-10-12 10:16:32 $ + * last change: $Author: hr $ $Date: 2004-10-12 14:10:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -12652,32 +12652,35 @@ SfxVoidItem FontworkGalleryFloater SID_FONTWORK_GALLERY_FLOATER ] //-------------------------------------------------------------------------- -SfxVoidItem FontworkShapeFloater SID_FONTWORK_SHAPE_FLOATER -() +SfxBoolItem FontworkShapeTypes SID_FONTWORK_SHAPE_TYPES +(SfxStringItem FontworkShapeTypes SID_FONTWORK_SHAPE_TYPES) [ /* flags: */ - AutoUpdate = FALSE, + AutoUpdate = TRUE, Cachable = Cachable, FastCall = FALSE, HasCoreId = FALSE, + HasDialog = TRUE, ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, - Asynchron; + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; /* status: */ - SlotType = SfxBoolItem + SlotType = SfxStringItem /* config: */ AccelConfig = TRUE, MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = TRUE, - GroupId = GID_DRAWING; + GroupId = GID_OPTIONS; ] //-------------------------------------------------------------------------- -SfxBoolItem FontworkSameLetterHeights SID_FONTWORK_SAME_LETTER_HEIGHTS +SfxStringItem FontworkShapeType SID_FONTWORK_SHAPE_TYPE [ /* flags: */ @@ -12691,15 +12694,15 @@ SfxBoolItem FontworkSameLetterHeights SID_FONTWORK_SAME_LETTER_HEIGHTS Asynchron; /* config: */ - AccelConfig = TRUE, - MenuConfig = TRUE, + AccelConfig = FALSE, + MenuConfig = FALSE, StatusBarConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = GID_DRAWING; ] //-------------------------------------------------------------------------- -SfxBoolItem FontworkVerticalText SID_FONTWORK_VERTICAL_TEXT +SfxBoolItem FontworkSameLetterHeights SID_FONTWORK_SAME_LETTER_HEIGHTS [ /* flags: */ @@ -12834,6 +12837,31 @@ SfxInt32Item FontworkCharacterSpacing SID_FONTWORK_CHARACTER_SPACING ] //-------------------------------------------------------------------------- +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 = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DRAWING; +] + +//-------------------------------------------------------------------------- SfxBoolItem FontworkKernCharacterPairs SID_FONTWORK_KERN_CHARACTER_PAIRS [ /* flags: */ @@ -13223,6 +13251,195 @@ SfxVoidItem SbaBrwInsert SID_SBA_BRW_INSERT ] //-------------------------------------------------------------------------- +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 = SfxStringItem + + /* 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 = SfxStringItem + + /* 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 = SfxStringItem + + /* 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 = SfxStringItem + + /* 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 = SfxStringItem + + /* 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 = SfxStringItem + + /* 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: */ |