Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx214 mpSlideShow( pSlideShow ), in SlideShowView()
235 mpSlideShow = 0; in dispose()
290 SlideshowImpl* pSlideShow = mpSlideShow; in paint()
302 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in paint()
516 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in windowResized()
539 if( mpSlideShow && mpSlideShow->isInputFreezed() ) in mousePressed()
568 else if( mpSlideShow && !mpSlideShow->isInputFreezed() ) in mouseReleased()
596 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mouseEntered()
612 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mouseExited()
629 updateimpl( aGuard, mpSlideShow ); // warning: clears guard! in mouseDragged()
[all …]
H A DSlideShowRestarter.cxx49 mpSlideShow(rpSlideShow), in SlideShowRestarter()
75 if (mpSlideShow.is()) in Restart()
76 mnCurrentSlideNumber = mpSlideShow->getCurrentPageNumber(); in Restart()
116 if (mpSlideShow.is()) in IMPL_LINK()
120 mpSlideShow->end(); in IMPL_LINK()
169 if (mpSlideShow.is()) in StartPresentation()
174 mpSlideShow->startWithArguments(aProperties); in StartPresentation()
H A DSlideShowRestarter.hxx66 ::rtl::Reference<SlideShow> mpSlideShow;
H A Dslideshowviewimpl.hxx264 SlideshowImpl* mpSlideShow; member in sd::SlideShowView

Completed in 29 milliseconds