summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2002-06-12 06:31:43 +0000
committerAndreas Martens <ama@openoffice.org>2002-06-12 06:31:43 +0000
commit5d7491de993551308ecf4f3558e7745d42e9b934 (patch)
tree8b430e87bbad6b22de36d7ced6ff10171f86f23b /sw/inc
parente7293a1aa5f97623dd919e9259946ef46722ae1c (diff)
Fix #100126#: Tables in vert/hori environment
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fesh.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 81e43a4e8261..a91ca0d2913f 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fesh.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ama $ $Date: 2002-05-28 14:01:05 $
+ * last change: $Author: ama $ $Date: 2002-06-12 07:31:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,6 +191,10 @@ struct SwGetCurColNumPara
#define SW_MOVE_LEFT 2
#define SW_MOVE_RIGHT 3
+#define SW_TABCOL_NONE 0
+#define SW_TABCOL_HORI 1
+#define SW_TABCOL_VERT 2
+
class SwFEShell : public SwEditShell
{
SdrViewUserMarker *pChainFrom,
@@ -595,7 +599,7 @@ public:
void SetRowBackground( const SvxBrushItem &rNew );
BOOL GetRowBackground( SvxBrushItem &rToFill ) const; //FALSE uneindeutig
- BOOL IsMouseTabCol( const Point &rPt ) const;
+ BYTE WhichMouseTabCol( const Point &rPt ) const;
void GetMouseTabCols( SwTabCols &ToFill, const Point &rPt ) const;
void SetMouseTabCols( const SwTabCols &rNew, BOOL bCurRowOnly,
const Point &rPt );