diff options
author | Frank Meies <fme@openoffice.org> | 2002-04-18 07:23:45 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2002-04-18 07:23:45 +0000 |
commit | 22956eae15fd136555bd6a213bf30624d2518735 (patch) | |
tree | d5d924a858fc8b675467dac7a2384a923b6f2957 /sw/inc/crsrsh.hxx | |
parent | 41c2ae3e7874ffa303622c8889ddf819d6a54a41 (diff) |
#98281# CTL - Switch Keys in RTL mode
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 01d7ba654f8c..c94ba47c5278 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crsrsh.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: jp $ $Date: 2002-02-18 09:22:12 $ + * last change: $Author: fme $ $Date: 2002-04-18 08:23:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -305,6 +305,10 @@ private: FASTBOOL IsAtLRMargin( BOOL, BOOL bAPI = FALSE ) const; FASTBOOL SttEndDoc( BOOL bStt ); +#ifdef BIDI + short GetTextDirection( const Point* pPt = 0 ) const; +#endif + typedef FASTBOOL (SwCursor:: *FNCrsr)(); FASTBOOL CallCrsrFN( FNCrsr ); @@ -818,6 +822,10 @@ public: // is cursor or the point in/over a vertical formatted text? FASTBOOL IsInVerticalText( const Point* pPt = 0 ) const; +#ifdef BIDI + // is cursor or the point in/over a right to left formatted text? + FASTBOOL IsInRightToLeftText( const Point* pPt = 0 ) const; +#endif }; |