summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-11-08 11:04:41 +0000
committerAndreas Schlüns <as@openoffice.org>2001-11-08 11:04:41 +0000
commite7daf13689986870f3579caa68100a21c7a4c888 (patch)
tree3f8018dc38e834559d16e53bc1c8369508ea92e2 /uui/source/iahndl.hxx
parent2e77a1d2329c8a1fe295d50002545aaa9779e138 (diff)
#90045# new interaction for filter select
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx24
1 files changed, 22 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index e57cd39659df..15f71f2311fa 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iahndl.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sb $ $Date: 2001-08-31 13:08:43 $
+ * last change: $Author: as $ $Date: 2001-11-08 12:04:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,9 @@
#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_
#include "com/sun/star/uno/RuntimeException.hpp"
#endif
+#ifndef _COM_SUN_STAR_DOCUMENT_NOSUCHFILTERREQUEST_HPP_
+#include "com/sun/star/document/NoSuchFilterRequest.hpp"
+#endif
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include "com/sun/star/uno/Sequence.hxx"
#endif
@@ -107,6 +110,9 @@
#ifndef _SV_WINTYPES_HXX
#include "vcl/wintypes.hxx"
#endif
+#ifndef UUI_FLTDLG_HXX
+#include "fltdlg.hxx"
+#endif
#ifndef INCLUDED_VECTOR
#include <vector>
@@ -215,6 +221,11 @@ private:
void executeCookieDialog(CntHTTPCookieRequest & rRequest)
SAL_THROW((com::sun::star::uno::RuntimeException));
+ void executeFilterDialog(rtl::OUString const & rURL ,
+ uui::FilterNameList const & rFilters,
+ rtl::OUString & rFilter )
+ SAL_THROW((com::sun::star::uno::RuntimeException));
+
USHORT
executeErrorDialog(com::sun::star::task::InteractionClassification
eClassification,
@@ -251,6 +262,15 @@ private:
SAL_THROW((com::sun::star::uno::RuntimeException));
void
+ handleFilterRequest(
+ com::sun::star::document::NoSuchFilterRequest const & rRequest,
+ com::sun::star::uno::Sequence<
+ com::sun::star::uno::Reference<
+ com::sun::star::task::XInteractionContinuation > > const &
+ rContinuations)
+ SAL_THROW((com::sun::star::uno::RuntimeException));
+
+ void
handleErrorRequest(
com::sun::star::task::InteractionClassification eClassification,
ErrCode nErrorCode,