summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/docprev.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:16:11 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:16:11 +0000
commit35c869e4d9ae17c143ef46dedac8c0e3c9d69d1d (patch)
tree331ea98f330027b9c1a53fc1f8c87524eca1d139 /sd/source/ui/inc/docprev.hxx
parent032edccd729349a9699c06f20a1721693835c8ee (diff)
INTEGRATION: CWS presentationengine01 (1.4.12); FILE MERGED
2004/10/12 23:14:05 thb 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/30 16:09:53 cl 1.4.12.1: added new preview for wizard
Diffstat (limited to 'sd/source/ui/inc/docprev.hxx')
-rw-r--r--sd/source/ui/inc/docprev.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sd/source/ui/inc/docprev.hxx b/sd/source/ui/inc/docprev.hxx
index f3b3d5fdda87..d9030a383625 100644
--- a/sd/source/ui/inc/docprev.hxx
+++ b/sd/source/ui/inc/docprev.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docprev.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:21:47 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:16:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,10 @@
#include "sddllapi.h"
#endif
+namespace sd {
+ class Slideshow;
+}
+
class GDIMetaFile;
class SD_DLLPUBLIC SdDocPreviewWin : public Control, public SfxListener
@@ -99,6 +103,7 @@ protected:
SfxObjectShell* mpObj;
sal_uInt16 mnShowPage;
Color maDocumentColor;
+ sd::Slideshow* mpSlideShow;
virtual void Paint( const Rectangle& rRect );
static void CalcSizeAndPos( GDIMetaFile* pFile, Size& rSize, Point& rPoint );
@@ -119,7 +124,7 @@ public:
void SetObjectShell( SfxObjectShell* pObj, sal_uInt16 nShowPage = 0 );
void SetGDIFile( GDIMetaFile* pFile );
virtual void Resize();
- void ShowEffect( ::com::sun::star::presentation::FadeEffect eEffect, FadeSpeed eSpeed );
+ void startPreview();
virtual long Notify( NotifyEvent& rNEvt );