summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 10:05:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 10:05:21 +0000
commit2ac49cca5c6c91a5b2cc27e5e35975a1a5fc5d84 (patch)
tree84995586f7a4ac11d6a38d3992c5b2882ce9d144 /sw
parent4d51150c58bbdb93b91a96d871c49e6d349e51b7 (diff)
INTEGRATION: CWS cellbreak (1.30.62); FILE MERGED
2003/11/20 08:47:05 fme 1.30.62.3: #i2109# Feature - Table row split - new attribute 2003/11/14 10:40:37 fme 1.30.62.2: #i2109# Split table rows 2003/11/14 10:04:24 fme 1.30.62.1: #i2109# Split table rows
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/fesh.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 66a99e18514c..a22566ab65df 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fesh.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: vg $ $Date: 2003-07-04 13:18:57 $
+ * last change: $Author: obo $ $Date: 2004-01-13 11:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@ class SwTableAutoFmt;
class SwFrm;
class SwTabFrm;
class SwFmtFrmSize;
+class SwFmtRowSplit;
class SvxBorderLine;
class SvStorageStream;
class SdrObject;
@@ -619,6 +620,9 @@ public:
//Der Pointer muss vom Aufrufer zerstoert werden wenn != 0
void GetRowHeight( SwFmtFrmSize *&rpSz ) const;
+ void SetRowSplit( const SwFmtRowSplit &rSz );
+ void GetRowSplit( SwFmtRowSplit *&rpSz ) const;
+
void SetBoxAlign( USHORT nOrient );
USHORT GetBoxAlign() const; //USHRT_MAX fuer uneindeutig!