From d95c711e629c2a468a7e2560a1b751cd828be28a Mon Sep 17 00:00:00 2001 From: jp Date: Tue, 27 Mar 2001 20:36:56 +0000 Subject: new: fill searchoptions structue --- sw/inc/unosrch.hxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx index d45ca317c865..58371afdabfa 100644 --- a/sw/inc/unosrch.hxx +++ b/sw/inc/unosrch.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unosrch.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $ + * last change: $Author: jp $ $Date: 2001-03-27 21:36:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,12 @@ struct SfxItemPropertyMap; class SwXTextDocument; class SwSearchProperties_Impl; class SfxItemSet; + +namespace com{namespace sun{namespace star{namespace util{ + struct SearchOptions; +}}}} + + /*-----------------19.12.97 12:58------------------- --------------------------------------------------*/ @@ -165,6 +171,8 @@ public: sal_Bool HasSearchAttributes() const; sal_Bool HasReplaceAttributes() const; + void FillSearchOptions( ::com::sun::star::util::SearchOptions& + rSearchOpt ) const; }; #endif -- cgit