From 35c869e4d9ae17c143ef46dedac8c0e3c9d69d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 26 Nov 2004 19:16:11 +0000 Subject: [PATCH] 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 --- sd/source/ui/inc/docprev.hxx | 11 ++++++++--- 1 file 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 );