summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/sdi/svx.sdi50
-rw-r--r--svx/sdi/svxitems.sdi15
2 files changed, 62 insertions, 3 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index a8a689e14710..b3331088c2c9 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -11100,3 +11100,53 @@ SfxBoolItem SelectMode SID_INSERT_SELECT
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;
+]
+
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index ee418b04bd78..445f6db1f181 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.sdi,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mba $ $Date: 2002-06-10 17:11:18 $
+ * last change: $Author: mba $ $Date: 2002-06-14 07:51:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,7 +183,14 @@ enum SvxAdjust
SVX_ADJUST_BLOCKLINE,
SVX_ADJUST_END
};
-item SvxAdjust SvxAdjustItem;
+
+struct SvxAdjustStruct
+{
+ SvxAdjust ParagraphAdjustment MID_PARA_ADJUST;
+ SvxAdjust LastLineAdjustment MID_LAST_LINE_ADJUST;
+ BOOL ExpandSingleWord MID_EXPAND_SINGLE;
+};
+item SvxAdjustStruct SvxAdjustItem;
//-------------------------------------------------------------------------
@@ -392,6 +399,8 @@ item SvxShadowLocation SvxShadowLocationItem;
//-------------------------------------------------------------------------
+item INT16 SvxParaVertAlignItem;
+item INT16 SvxCharReliefItem;
item BOOL SvxBlinkItem;
item BOOL SvxAutoKernItem;
item INT32 SvxColorItem;