summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:59:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 12:59:01 +0000
commit17545571b5ce485ce2393d4fe71f6f306e1bc12b (patch)
treebbbdf3617d6510b51175a5821264372f12a6fc37 /svx/source/inc
parent068b1ab51aa0d1b52c9fe9192e16747ad500313d (diff)
INTEGRATION: CWS dba23c (1.14.34); FILE MERGED
2007/07/19 05:59:06 fs 1.14.34.1: #i79679#
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmsrcimp.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/svx/source/inc/fmsrcimp.hxx b/svx/source/inc/fmsrcimp.hxx
index 9564573a6c50..9eec62eedcac 100644
--- a/svx/source/inc/fmsrcimp.hxx
+++ b/svx/source/inc/fmsrcimp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmsrcimp.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:23:05 $
+ * last change: $Author: hr $ $Date: 2007-07-31 13:59:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,10 +48,6 @@
#include <osl/mutex.hxx>
#endif
-#ifndef _FMSEARCH_HXX
-#include <svx/fmsearch.hxx>
-#endif // _FMSEARCH_HXX
-
#ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_
#include <com/sun/star/awt/XTextComponent.hpp>
#endif
@@ -95,6 +91,7 @@ SV_DECL_OBJARR(SvInt32Array, sal_Int32, 16, 16)
// = class FmSearchThread - wie der Name schon sagt
// ===================================================================================================
+class FmSearchEngine;
class FmSearchThread : public ::vos::OThread
{
FmSearchEngine* m_pEngine;
@@ -211,6 +208,10 @@ namespace svxform {
};
}
+enum FMSEARCH_MODE { SM_BRUTE, SM_ALLOWSCHEDULE, SM_USETHREAD };
+
+DECLARE_STL_VECTOR( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>, InterfaceArray);
+
class SVX_DLLPUBLIC FmSearchEngine
{
friend class FmSearchThread;