summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-14 06:57:24 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-14 06:57:24 +0000
commit148db914af6771b348c6df143efd53510a1a9c81 (patch)
tree06d6b651e20a35985f491da4ed598db25546493f /svx/sdi/svxitems.sdi
parentfefd6f61d20232c540bb7e4807ab8fa5206dc313 (diff)
#100081#: some new slots for attributes
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi15
1 files changed, 12 insertions, 3 deletions
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;