diff options
author | Thomas Lange <tl@openoffice.org> | 2001-03-12 07:18:49 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-03-12 07:18:49 +0000 |
commit | a6077a56c365190e334edbde9a16f9d8e0b60ddb (patch) | |
tree | aca69de848f2d81fbf980504aee2474bd624c72c /sw/source/ui/inc/wrtsh.hxx | |
parent | c588d755524090b8e05680ec6c5ed6077e6e2561 (diff) |
SearcParam => SearchOptions and implied changes
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx index 99f0614554..4fd99b3c49 100644 --- a/sw/source/ui/inc/wrtsh.hxx +++ b/sw/source/ui/inc/wrtsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wrtsh.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jp $ $Date: 2000-11-20 09:21:32 $ + * last change: $Author: tl $ $Date: 2001-03-12 08:16:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,6 +96,10 @@ struct SwCallMouseEvent; class DropEvent; struct ChartSelectionInfo; +namespace com { namespace sun { namespace star { namespace util { + struct SearchOptions; +} } } } + class SwWrtShell: public SwFEShell { @@ -351,7 +355,7 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)(); String GetRepeatString() const; //Suchen oder Ersetzen - ULONG SearchPattern(const utl::SearchParam& rParam, + ULONG SearchPattern(const com::sun::star::util::SearchOptions& rSearchOpt, SwDocPositions eStart, SwDocPositions eEnde, FindRanges eFlags = FND_IN_BODY, int bReplace = FALSE ); @@ -365,7 +369,7 @@ typedef FASTBOOL (SwWrtShell:: *FNSimpleMove)(); BOOL bNoColls, SwDocPositions eStart,SwDocPositions eEnde, FindRanges eFlags = FND_IN_BODY, - const utl::SearchParam* pParam = 0, + const com::sun::star::util::SearchOptions* pSearchOpt = 0, const SfxItemSet* pReplaceSet = 0); void AutoCorrect( SvxAutoCorrect& rACorr, sal_Unicode cChar = ' ' ); |