From 8b3b0b64aa997fb421656691b51b8b223c60701b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 2 Nov 2005 12:18:27 +0000 Subject: [PATCH] INTEGRATION: CWS canvas02 (1.5.40); FILE MERGED 2005/10/19 16:52:02 thb 1.5.40.1: #i48939# When running fullscreen, enabling the scroll optimization in VCL canvas --- sd/source/ui/slideshow/slideshowviewimpl.hxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index a222ca882ee3..ef1a84688088 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: slideshowviewimpl.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:08:34 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:18:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -333,7 +333,11 @@ class SlideShowView : public ::comphelper::OBaseMutex, public SlideShowView_Base { public: - SlideShowView( ShowWindow& rOutputWindow, SdDrawDocument* pDoc, AnimationMode eAnimationMode, SlideshowImpl* pSlideShow ); + SlideShowView( ShowWindow& rOutputWindow, + SdDrawDocument* pDoc, + AnimationMode eAnimationMode, + SlideshowImpl* pSlideShow, + bool bFullScreen ); /// Dispose all internal references virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException); @@ -394,6 +398,7 @@ private: Rectangle maPresentationArea; AnimationMode meAnimationMode; bool mbFirstPaint; + bool mbFullScreen; };