summaryrefslogtreecommitdiff
path: root/sw/inc/unosett.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-07 10:55:22 +0000
committerOliver Specht <os@openoffice.org>2001-05-07 10:55:22 +0000
commit821f8e89d41af25ee5411236a59f8bf920b81111 (patch)
tree10a098bcd898253a53ebd9b5e241b1c2340f2ff9 /sw/inc/unosett.hxx
parent6f74676229e34f2978061ff6756de3e4ae63bfe9 (diff)
#86546# automatic width and distance added to text columns
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r--sw/inc/unosett.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx
index 3b3c3640d4b7..57ddd1ac9a4d 100644
--- a/sw/inc/unosett.hxx
+++ b/sw/inc/unosett.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosett.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2000-10-25 12:59:51 $
+ * last change: $Author: os $ $Date: 2001-05-07 11:52:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -321,6 +321,8 @@ class SwXTextColumns : public cppu::WeakAggImplHelper4
{
sal_uInt32 nReference;
::com::sun::star::uno::Sequence< ::com::sun::star::text::TextColumn> aTextColumns;
+ sal_Bool bIsAutomaticWidth;
+ sal_Int32 nAutoDistance;
const SfxItemPropertyMap* _pMap;
@@ -368,6 +370,8 @@ public:
sal_Int8 GetSepLineHeightRelative() const {return nSepLineHeightRelative;}
sal_Int8 GetSepLineVertAlign() const {return nSepLineVertAlign;}
sal_Bool GetSepLineIsOn() const {return bSepLineIsOn;}
+
+ sal_Bool IsAutomaticWidth() const {return bIsAutomaticWidth;}
};
#endif