Searched refs:mpSlideShow (Results 1 – 4 of 4) sorted by relevance
201 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 …]
47 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()
64 ::rtl::Reference<SlideShow> mpSlideShow;
252 SlideshowImpl* mpSlideShow; member in sd::SlideShowView