summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fupage.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 08:43:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 08:43:20 +0000
commit10d93d66515ad20416c977a35ccc245fa372eb0c (patch)
treeaffc2d4c284f90d4b5e7db1ca85ff826d50b4a2e /sd/source/ui/inc/fupage.hxx
parent5679764ecd4926365d4d260f2c2165a9edf835ca (diff)
INTEGRATION: CWS impress31 (1.2.346); FILE MERGED
2005/01/28 09:13:05 cl 1.2.346.1: #i32920# reworked FuPage to work with master pages without a slide
Diffstat (limited to 'sd/source/ui/inc/fupage.hxx')
-rw-r--r--sd/source/ui/inc/fupage.hxx29
1 files changed, 24 insertions, 5 deletions
diff --git a/sd/source/ui/inc/fupage.hxx b/sd/source/ui/inc/fupage.hxx
index ea15d6ba9871..825c9e00db1f 100644
--- a/sd/source/ui/inc/fupage.hxx
+++ b/sd/source/ui/inc/fupage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fupage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 12:07:14 $
+ * last change: $Author: vg $ $Date: 2005-02-17 09:43:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,12 @@
#include "fupoor.hxx"
#endif
+class SfxItemSet;
+class SdBackgroundObjUndoAction;
+class SdPage;
+
namespace sd {
+class DrawViewShell;
class FuPage
: public FuPoor
@@ -80,10 +85,24 @@ class FuPage
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq );
- virtual ~FuPage (void) {}
+ virtual ~FuPage (void);
+
+ virtual void Activate(); // Function aktivieren
+ virtual void Deactivate(); // Function deaktivieren
+
+ const SfxItemSet* ExecuteDialog( Window* pParent );
+ void ApplyItemSet( const SfxItemSet* pArgs );
- virtual void Activate() {} // Function aktivieren
- virtual void Deactivate() {} // Function deaktivieren
+private:
+ SfxRequest& mrReq;
+ const SfxItemSet* mpArgs;
+ SdBackgroundObjUndoAction* mpBackgroundObjUndoAction;
+ Size maSize;
+ bool mbPageBckgrdDeleted;
+ bool mbMasterPage;
+ bool mbDisplayBackgroundTabPage;
+ SdPage* mpPage;
+ DrawViewShell* mpDrawViewShell;
};
} // end of namespace sd