summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 08:12:57 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 08:12:57 +0000
commit33759867c678ad4c2b5442b20cc2bdf1e7302c5d (patch)
treec180112425ca5a6c1f2db776e78cfca48ef5daa1 /sw/inc/swcrsr.hxx
parent44d4cfdfabd2bb8f27c40a5317d5ec8bd03fa3c3 (diff)
INTEGRATION: CWS enhselect (1.11.190); FILE MERGED
2004/08/19 12:10:05 fme 1.11.190.2: RESYNC: (1.11-1.12); FILE MERGED 2004/08/10 14:59:23 fme 1.11.190.1: #i32329# Enhanced table selection
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index 6120a7b9af28..5d11be2cd0eb 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:38:56 $
+ * last change: $Author: obo $ $Date: 2004-09-09 09:12:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -182,6 +182,7 @@ public:
// UI versions
FASTBOOL IsStartWord() const;
FASTBOOL IsEndWord() const;
+ FASTBOOL IsStartEndSentence( bool bEnd ) const;
FASTBOOL IsInWord() const;
FASTBOOL GoStartWord();
FASTBOOL GoEndWord();
@@ -210,6 +211,8 @@ public:
FASTBOOL GoSentence(SentenceMoveType eMoveType);
FASTBOOL GoNextSentence(){return GoSentence(NEXT_SENT);}
FASTBOOL GoPrevSentence(){return GoSentence(PREV_SENT);}
+ FASTBOOL GoStartSentence(){return GoSentence(START_SENT);}
+ FASTBOOL GoEndSentence(){return GoSentence(END_SENT);}
FASTBOOL LeftRight( BOOL bLeft, USHORT nCnt, USHORT nMode, BOOL bAllowVisual, BOOL bSkipHidden,
BOOL bInsertCrsr );