summaryrefslogtreecommitdiffstats
path: root/sw/inc/swatrset.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-15 19:10:39 +0000
committerjp <jp@openoffice.org>2001-02-15 19:10:39 +0000
commitc34d14937ff13453cc2504a14ba5ca366eaed8b7 (patch)
treeaadcf6811ed2191b384df252ebb9bd33a27ecdc6 /sw/inc/swatrset.hxx
parentim-/export the Rotate-/ScaleWidth-Character attribut (diff)
downloadcore-c34d14937ff13453cc2504a14ba5ca366eaed8b7.tar.gz
core-c34d14937ff13453cc2504a14ba5ca366eaed8b7.zip
new character attribute: rotate and scalewidth
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r--sw/inc/swatrset.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index c0505b60185d..5b093a4ad28c 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swatrset.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2000-11-29 17:18:49 $
+ * last change: $Author: jp $ $Date: 2001-02-15 20:10:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,6 +99,8 @@ class SvxNoHyphenItem;
class SvxBlinkItem;
class SvxEmphasisMarkItem;
class SvxTwoLinesItem;
+class SvxCharScaleWidthItem;
+class SvxCharRotateItem;
// Frame-Attribute
class SwFmtFillOrder;
@@ -277,6 +279,8 @@ public:
inline const SfxBoolItem &GetWritingDirection( BOOL = TRUE ) const;
inline const SvxEmphasisMarkItem &GetEmphasisMark( BOOL = TRUE ) const;
inline const SvxTwoLinesItem &Get2Lines( BOOL = TRUE ) const;
+ inline const SvxCharScaleWidthItem &GetCharScaleW( BOOL = TRUE ) const;
+ inline const SvxCharRotateItem &GetCharRotate( BOOL = TRUE ) const;
// Frame-Attribute - impl. steht im frmatr.hxx
inline const SwFmtFillOrder &GetFillOrder( BOOL = TRUE ) const;
@@ -352,6 +356,9 @@ public:
/*************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/11/29 17:18:49 os
+ #80913# forbidden rules
+
Revision 1.5 2000/11/20 09:36:59 jp
new para attributes - expand para range