diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 08:53:43 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 08:53:43 +0000 |
commit | ac34b11cfbb0dd833c970da969d5d9defe66733a (patch) | |
tree | 6285e158a4fb86b07cf3871a9473473616b2c9bf /sw/inc/fesh.hxx | |
parent | 8daa1a086c704f758d8e8589e7c4a12d7e389b30 (diff) |
INTEGRATION: CWS vertcell (1.31.32); FILE MERGED
2004/03/10 10:09:55 fme 1.31.32.4: RESYNC: (1.31-1.33); FILE MERGED
2004/02/11 09:12:40 fme 1.31.32.3: #i16944# Vertical formatting for individual cell frames
2004/02/05 06:57:40 fme 1.31.32.2: #i16944# Vertical formatting for individual cell frames
2004/02/04 14:16:18 fme 1.31.32.1: #i16944# Vertical formatting for individual cell frames
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index d97242403fcd..f1131eedc79a 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2004-04-07 12:42:21 $ + * last change: $Author: svesik $ $Date: 2004-04-21 09:53:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,7 @@ class SwTabCols; class SvEmbeddedObjectRef; class SvInPlaceObject; class SvxBrushItem; +class SvxFrameDirectionItem; class SwTableAutoFmt; class SwFrm; class SwTabFrm; @@ -652,6 +653,9 @@ public: void SetBoxBackground( const SvxBrushItem &rNew ); BOOL GetBoxBackground( SvxBrushItem &rToFill ) const; //FALSE uneindeutig + void SetBoxDirection( const SvxFrameDirectionItem& rNew ); + BOOL GetBoxDirection( SvxFrameDirectionItem& rToFill ) const; //FALSE uneindeutig + void SetRowBackground( const SvxBrushItem &rNew ); BOOL GetRowBackground( SvxBrushItem &rToFill ) const; //FALSE uneindeutig @@ -724,9 +728,12 @@ public: USHORT GetCurTabColNum() const; //0 == in keiner Tabelle USHORT GetCurMouseTabColNum( const Point &rPt ) const; USHORT GetCurOutColNum( SwGetCurColNumPara* pPara = 0 ) const; // aktuelle aeussere Spalte - BOOL IsTableRightToLeft()const; + + BOOL IsTableRightToLeft() const; + BOOL IsMouseTableRightToLeft( const Point &rPt ) const; + BOOL IsTableVertical() const; + BOOL IsLastCellInRow() const; - BOOL IsMouseTableRightToLeft(const Point &rPt) const; // Die Breite des aktuellen Bereichs fuer Spaltendialog long GetSectionWidth( SwFmt& rFmt ) const; |