diff options
-rw-r--r-- | sw/inc/crstate.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index b3b6743a8687..f95b479e3b67 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -4,9 +4,9 @@ * * $RCSfile: crstate.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:38:08 $ + * last change: $Author: rt $ $Date: 2005-10-18 13:47:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -168,6 +168,9 @@ struct SwCrsrMoveState BOOL bPosMatchesBounds :1; // GetCrsrOfst should not return the next // position if screen position is inside second // have of bound rect + + BOOL bCntntCheck :1; // --> FME 2005-05-13 #i43742# Cursor position over content? <-- + // #i27615# /** cursor in front of label @@ -193,6 +196,7 @@ struct SwCrsrMoveState b2Lines( FALSE ), bNoScroll( FALSE ), bPosMatchesBounds( FALSE ), + bCntntCheck( FALSE ), // --> FME 2005-05-13 #i43742# <-- bInFrontOfLabel( FALSE ), // #i27615# bInNumPortion(FALSE), // #i26726# nInNumPostionOffset(0) // #i26726# @@ -213,6 +217,7 @@ struct SwCrsrMoveState b2Lines( FALSE ), bNoScroll( FALSE ), bPosMatchesBounds( FALSE ), + bCntntCheck( FALSE ), // --> FME 2005-05-13 #i43742# <-- bInFrontOfLabel( FALSE ), // #i27615# bInNumPortion(FALSE), // #i23726# nInNumPostionOffset(0) // #i23726# |