Home
last modified time | relevance | path

Searched refs:mpSlideShow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx201 mpSlideShow( pSlideShow ), in SlideShowView()
222 mpSlideShow = 0; in dispose()
277 SlideshowImpl* pSlideShow = mpSlideShow; in paint()
289 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in paint()
503 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in windowResized()
526 if( mpSlideShow && mpSlideShow->isInputFreezed() ) in mousePressed()
543 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mousePressed()
555 else if( mpSlideShow && !mpSlideShow->isInputFreezed() ) in mouseReleased()
566 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mouseReleased()
583 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mouseEntered()
[all …]
H A DSlideShowRestarter.cxx47 mpSlideShow(rpSlideShow), in SlideShowRestarter()
67 if (mpSlideShow.is()) in Restart()
68 mnCurrentSlideNumber = mpSlideShow->getCurrentPageNumber(); in Restart()
102 if (mpSlideShow.is()) in IMPL_LINK()
106 mpSlideShow->end(); in IMPL_LINK()
152 if (mpSlideShow.is()) in StartPresentation()
157 mpSlideShow->startWithArguments(aProperties); in StartPresentation()
H A DSlideShowRestarter.hxx64 ::rtl::Reference<SlideShow> mpSlideShow;
H A Dslideshowviewimpl.hxx252 SlideshowImpl* mpSlideShow; member in sd::SlideShowView