summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-13 12:19:33 +0000
committerOliver Specht <os@openoffice.org>2002-09-13 12:19:33 +0000
commit68fea5d2878395c5dbbbed1c4b69e98e3b455789 (patch)
tree13be0b5456bc4ed0ba48bc1ac178d10fa5185373 /sw/inc/swcrsr.hxx
parente1c8486083687152a782df0871422136869b56f4 (diff)
#100992# changed treatment of maximum undoable replace operations
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index f8b7e409e503..e7c4561c9051 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jp $ $Date: 2002-02-01 12:33:23 $
+ * last change: $Author: os $ $Date: 2002-09-13 13:01:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ class SwCursor : public SwPaM
_SwCursor_SavePos* pSavePos;
- ULONG FindAll( SwFindParas& , SwDocPositions, SwDocPositions, FindRanges );
+ ULONG FindAll( SwFindParas& , SwDocPositions, SwDocPositions, FindRanges, BOOL& bCancel );
protected:
virtual _SwCursor_SavePos* CreateNewSavePos() const;
@@ -139,7 +139,7 @@ public:
inline operator const SwUnoCrsr* () const;
inline operator const SwUnoTableCrsr* () const;
- virtual FASTBOOL MaxReplaceArived();
+ virtual short MaxReplaceArived(); //returns RET_YES/RET_CANCEL/RET_NO
virtual void SaveTblBoxCntnt( const SwPosition* pPos = 0 );
void FillFindPos( SwDocPositions ePos, SwPosition& rPos ) const;
@@ -148,16 +148,19 @@ public:
ULONG Find( const com::sun::star::util::SearchOptions& rSearchOpt,
SwDocPositions nStart, SwDocPositions nEnde,
+ BOOL& bCancel,
FindRanges = FND_IN_BODY,
int bReplace = FALSE );
ULONG Find( const SwTxtFmtColl& rFmtColl,
SwDocPositions nStart, SwDocPositions nEnde,
+ BOOL& bCancel,
FindRanges = FND_IN_BODY,
const SwTxtFmtColl* pReplFmt = 0 );
ULONG Find( const SfxItemSet& rSet, FASTBOOL bNoCollections,
SwDocPositions nStart, SwDocPositions nEnde,
+ BOOL& bCancel,
FindRanges = FND_IN_BODY,
const com::sun::star::util::SearchOptions* pSearchOpt = 0,
const SfxItemSet* rReplSet = 0 );