summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:32:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:32:20 +0000
commit3f7ef47286c93ccaca46f3fd4d8841226329c3ed (patch)
treec241a2b5ce1bbcc62f952af3aea4a1d547835e71 /svtools/inc
parent1ef1c267c836ae1ecc99a03d8a5451c3a30dff57 (diff)
INTEGRATION: CWS insight01 (1.14.22); FILE MERGED
2003/11/26 12:32:29 oj 1.14.22.1: #111075# changes for general xcontent handling
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/fileview.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/svtools/inc/fileview.hxx b/svtools/inc/fileview.hxx
index 4578864b2e80..05045cda114b 100644
--- a/svtools/inc/fileview.hxx
+++ b/svtools/inc/fileview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fileview.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-09-29 15:00:13 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:32:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_
#include <com/sun/star/uno/Sequence.h>
#endif
+#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
+#include <com/sun/star/ucb/XContent.hpp>
+#endif
#include <vcl/ctrl.hxx>
#include <vcl/image.hxx>
@@ -121,6 +124,8 @@ public:
sal_Bool Initialize( const String& rURL,
const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aContents );
+ sal_Bool Initialize( const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent, const String& rFilter );
+
sal_Bool ExecuteFilter( const String& rFilter );
void SetNoSelection();
void ResetCursor();
@@ -174,7 +179,6 @@ enum QueryDeleteResult_Impl
QUERYDELETE_CANCEL
};
-
class QueryDeleteDlg_Impl : public ModalDialog
{
FixedText _aEntryLabel;