diff options
author | jp <jp@openoffice.org> | 2002-02-18 08:23:45 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2002-02-18 08:23:45 +0000 |
commit | e6cb4604b1aa2eb6070e8736012bad7696b64aef (patch) | |
tree | faf3b93309b55f0356dbdba9998276a8b7087e2c /sw/inc/crsrsh.hxx | |
parent | ced87e37b9b676b12e8f7c55bf9c732c214bcdfb (diff) |
Task #96678#: new method IsInVerticalText
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 93ae7b49f500..01d7ba654f8c 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crsrsh.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jp $ $Date: 2002-02-08 15:03:36 $ + * last change: $Author: jp $ $Date: 2002-02-18 09:22:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -815,6 +815,9 @@ public: const SwRedline* SelNextRedline(); const SwRedline* SelPrevRedline(); const SwRedline* GotoRedline( USHORT nArrPos, BOOL bSelect = FALSE ); + + // is cursor or the point in/over a vertical formatted text? + FASTBOOL IsInVerticalText( const Point* pPt = 0 ) const; }; |