diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-09 15:11:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-09 15:11:45 +0000 |
commit | 0aac6722469745293e8003cabdf3b1b8a3e32237 (patch) | |
tree | 688cd9faa936684a77fd2f3eacfcc20943e60d69 /sd/source/ui/slideshow/slideshowimpl.hxx | |
parent | a7ffbd7173ea937b99622fba461240aefa0376ca (diff) |
INTEGRATION: CWS impress22 (1.2.2); FILE MERGED
2004/12/06 13:59:08 cl 1.2.2.1: #i37795# start slide show painting asynchron on first paint event
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index 2524d742145f..31784771699f 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: slideshowimpl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:20:38 $ + * last change: $Author: kz $ $Date: 2004-12-09 16:11:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -322,6 +322,10 @@ public: void receiveRequest(SfxRequest& rReq); + /** called only by the slideshow view when the first paint event occurs. + This actually starts the slideshow. */ + void onFirstPaint(); + private: void startShowImpl( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > >& aSlides, @@ -380,6 +384,7 @@ private: bool mbAutoSaveSuppressed : 1; bool mbRehearseTimings : 1; bool mbDesignMode : 1; + bool mbIsPaused : 1; PresentationSettings maPresSettings; sal_Int32 mnLastPageNumber; |