summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-18 12:47:14 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-18 12:47:14 +0000
commita7b28e163928b3d9a633fff81c4219c0b6bd1735 (patch)
tree216d222a8a739fa5fa5d07f293756de072f971ae /sw/inc/crstate.hxx
parent2acfd53a1852e8a1f230ffb9ec3413f7fc2cdb45 (diff)
INTEGRATION: CWS os62 (1.13.578); FILE MERGED
2005/09/13 11:38:53 os 1.13.578.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/13 13:05:01 fme 1.13.578.1: #i43742# New function for SwContentAtPos: SW_CONTENT_CHECK
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx9
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#