summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-08 06:50:02 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-08 06:50:02 +0000
commitdfed17b21f0f7eebf067d90a9d8d50f52dde1ef2 (patch)
treea01feaae7cd7b66af8cbae6e3a1b77a4f5763af1 /svx/sdi/svxitems.sdi
parentd7cb2f3b228b58282aeec1e65726037be799095e (diff)
#100952#: new items for recording
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi15
1 files changed, 13 insertions, 2 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index 45a85a25737c..8e6711486c65 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.sdi,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: mba $ $Date: 2002-07-03 16:41:48 $
+ * last change: $Author: mba $ $Date: 2002-07-08 07:50:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -728,3 +728,14 @@ item String SvxClipboardFmtItem; // dummy
item String SfxSetItem; // dummy
item String SvxDrawToolItem;
item String SvxDrawAlignItem;
+item INT16 SvxRotateModeItem; // enum
+item INT16 SvxOrientationItem; // enum
+
+struct SvxMargin
+{
+ INT32 LeftMargin MID_MARGIN_L_MARGIN;
+ INT32 RightMargin MID_MARGIN_R_MARGIN;
+ INT32 UpperMargin MID_MARGIN_UP_MARGIN;
+ INT32 LowerMargin MID_MARGIN_LO_MARGIN;
+};
+item SvxMargin SvxMarginItem;