summaryrefslogtreecommitdiff
path: root/sd/inc/sdmod.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-02-09 13:04:51 +0000
committerRüdiger Timm <rt@openoffice.org>2006-02-09 13:04:51 +0000
commitefa5f0e5c46115dc18c74d40a473f4986e8daa20 (patch)
tree03bffbc33be5fe61c6de4706778630cd9893449e /sd/inc/sdmod.hxx
parentb77f42c95bdc20e3fe8f479aa6e8bf13fda7456b (diff)
INTEGRATION: CWS impress84 (1.24.112); FILE MERGED
2006/02/01 11:22:40 cl 1.24.112.1: #i58580# get correct dispatcher and some cleanup
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r--sd/inc/sdmod.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index b31aeb99f905..f6bc2d368c34 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdmod.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:00:39 $
+ * last change: $Author: rt $ $Date: 2006-02-09 14:04:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,6 +84,7 @@ class SfxErrorHandler;
class OutputDevice;
class SdPage;
class SdDrawDocument;
+class SfxFrame;
namespace sd {
class DrawDocShell;
@@ -183,6 +184,12 @@ protected:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
private:
+ SfxFrame* ExecuteNewDocument( SfxRequest& rReq );
+
+ static void ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int32 eMedium );
+ static SfxFrame* CreateEmptyDocument( DocumentType eDocType, SfxFrame* pTargetFrame = 0 );
+ static SfxFrame* CreateFromTemplate( const String& rTemplatePath, SfxFrame* pTargetFrame = 0 );
+
/** The resource container controls the lifetime of some singletons.
*/
::std::auto_ptr< ::sd::SdGlobalResourceContainer> mpResourceContainer;