summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuinsfil.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:12:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 16:12:27 +0000
commitd9236a3b9ffa120e422d5412bb0ff8e7bd814a3c (patch)
treee7a0437e7e955c4fb96269a08dc6445ca53ebb8f /sd/source/ui/inc/fuinsfil.hxx
parent0d71e1fb67c32f96b082d4e69cc8b32b30da11dc (diff)
INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED
2005/10/28 10:56:49 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuinsfil.hxx')
-rw-r--r--sd/source/ui/inc/fuinsfil.hxx18
1 files changed, 8 insertions, 10 deletions
diff --git a/sd/source/ui/inc/fuinsfil.hxx b/sd/source/ui/inc/fuinsfil.hxx
index a41605378b9b..3d9d25c5c097 100644
--- a/sd/source/ui/inc/fuinsfil.hxx
+++ b/sd/source/ui/inc/fuinsfil.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuinsfil.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:34:42 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:12:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,20 +52,18 @@ class FuInsertFile
public:
TYPEINFO();
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
+ virtual void DoExecute( SfxRequest& rReq );
+
+ static void GetSupportedFilterVector( ::std::vector< String >& rFilterVector );
+
+private:
FuInsertFile (
ViewShell* pViewSh,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
- virtual ~FuInsertFile (void);
-
- virtual void Activate(); // Function aktivieren
- virtual void Deactivate(); // Function deaktivieren
-
- static void GetSupportedFilterVector( ::std::vector< String >& rFilterVector );
-
-private:
String aLayoutName; // Layoutname der aktuell eingefuegten Seite
String aFilterName; // gewaehlter Dateifilter