summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-10 16:11:18 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-10 16:11:18 +0000
commitc984debc692d7efeca47e36e15f113b7540412e5 (patch)
treec9d4bfe8ca8687d4b0dabcfbf614b87dbc5083d3 /svx/sdi/svxitems.sdi
parent9ee00d19aa9c6943d75f9e2c5bf0c21110ed1959 (diff)
#100024#, #10023#, #10020#: missing item declarations
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi21
1 files changed, 17 insertions, 4 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index 90d965a13acb..ee418b04bd78 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.sdi,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mba $ $Date: 2002-06-04 08:23:52 $
+ * last change: $Author: mba $ $Date: 2002-06-10 17:11:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,7 +276,6 @@ enum FontUnderline
UNDERLINE_DOUBLE,
UNDERLINE_DOTTED
};
-item FontUnderline SvxUnderlineItem;
//-------------------------------------------------------------------------
@@ -286,7 +285,6 @@ enum FontStrikeout
STRIKEOUT_SINGLE,
STRIKEOUT_DOUBLE
};
-item FontStrikeout SvxCrossedOutItem;
//-------------------------------------------------------------------------
@@ -394,6 +392,7 @@ item SvxShadowLocation SvxShadowLocationItem;
//-------------------------------------------------------------------------
+item BOOL SvxBlinkItem;
item BOOL SvxAutoKernItem;
item INT32 SvxColorItem;
item BOOL SvxContourItem;
@@ -428,6 +427,20 @@ item String SfxStringListItem; // serialized into one concatena
//-------------------------------------------------------------------------
+struct SvxCrossedOut
+{
+ FontStrikeout Kind MID_CROSS_OUT;
+};
+item SvxCrossedOut SvxCrossedOutItem;
+
+struct SvxUnderline
+{
+ FontUnderline Underline MID_UNDERLINE;
+ BOOL HasColor MID_UL_HASCOLOR;
+ INT32 Color MID_UL_COLOR;
+};
+item SvxUnderline SvxUnderlineItem;
+
struct SvxBrush
{
BOOL Transparent MID_GRAPHIC_TRANSPARENT;