summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-03-12 07:18:49 +0000
committerThomas Lange <tl@openoffice.org>2001-03-12 07:18:49 +0000
commit6dc901b785d6bf3e0091b7833a6040de658eac64 (patch)
treebfcd136d863d6a6f7030c483c2dc630996105c8a /sw/inc/pam.hxx
parent6b50ce9e6f9943068e8e227f8df73a46f0305b70 (diff)
SearcParam => SearchOptions and implied changes
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 1b5f270fd085..a20198dd3b88 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pam.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-01-26 18:07:34 $
+ * last change: $Author: tl $ $Date: 2001-03-12 08:13:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,8 +92,11 @@ class SwCntntNode;
class SwNodes;
class SwPaM;
+namespace com { namespace sun { namespace star { namespace util {
+ struct SearchOptions;
+} } } }
+
namespace utl {
- class SearchParam;
class TextSearch;
};
@@ -190,7 +193,8 @@ public:
SwGoInDoc fnGo = fnGoCntnt );
// Suchen
- BYTE Find( const utl::SearchParam& rParam, utl::TextSearch& rSTxt,
+ BYTE Find( const com::sun::star::util::SearchOptions& rSearchOpt,
+ utl::TextSearch& rSTxt,
SwMoveFn fnMove = fnMoveForward,
const SwPaM *pPam =0, FASTBOOL bInReadOnly = FALSE);
FASTBOOL Find( const SwFmt& rFmt,