summaryrefslogtreecommitdiffstats
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
committerFrank Meies <fme@openoffice.org>2002-12-02 09:30:44 +0000
commite5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc (patch)
tree2e1a0d59d2c9d7144241241e98f3a0d789620502 /sw/inc/crstate.hxx
parent#99809# olepres002 removed in ExportOleObject now, remove redundant code (diff)
downloadcore-e5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc.tar.gz
core-e5cb3f3e08e1a1adcdfbf8abbbbcf26180863bcc.zip
#105221# Bidi - Visual cursor travelling
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index 540bf8e1a5e6..bda9db05192c 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: crstate.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fme $ $Date: 2002-02-27 17:06:16 $
+ * last change: $Author: fme $ $Date: 2002-12-02 10:20:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,6 +171,7 @@ struct SwCrsrMoveState
SwSpecialPos* pSpecialPos; // for positions inside fields
Point aRealHeight; // enthaelt dann die Position/Hoehe des Cursors
CrsrMoveState eState;
+ BYTE nCursorBidiLevel;
BOOL bStop :1;
BOOL bRealHeight :1; // Soll die reale Hoehe berechnet werden?
BOOL bFieldInfo :1; // Sollen Felder erkannt werden?
@@ -190,6 +191,7 @@ struct SwCrsrMoveState
p2Lines( NULL ),
pSpecialPos( NULL ),
eState( eSt ),
+ nCursorBidiLevel( 0 ),
bStop( FALSE ),
bRealHeight( FALSE ),
bFieldInfo( FALSE ),
@@ -205,6 +207,7 @@ struct SwCrsrMoveState
pFill( pInitFill ),
pSpecialPos( NULL ),
eState( MV_SETONLYTEXT ),
+ nCursorBidiLevel( 0 ),
bStop( FALSE ),
bRealHeight( FALSE ),
bFieldInfo( FALSE ),