Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx194 SlideshowImpl* pSlideShow, in SlideShowView() argument
201 mpSlideShow( pSlideShow ), in SlideShowView()
277 SlideshowImpl* pSlideShow = mpSlideShow; in paint() local
279 if( pSlideShow ) in paint()
280 pSlideShow->onFirstPaint(); in paint()
480 void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ) in updateimpl() argument
482 if( pSlideShow ) in updateimpl()
484 ::rtl::Reference< SlideshowImpl > aSLGuard( pSlideShow ); in updateimpl()
486 pSlideShow->startUpdateTimer(); in updateimpl()
H A DPaneHider.cxx47 PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow) in PaneHider() argument
55 if (pSlideShow!=NULL && !pSlideShow->isFullScreen()) try in PaneHider()
H A Dslideshowviewimpl.hxx194 SlideshowImpl* pSlideShow,
246 void updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow );
H A DPaneHider.hxx44 PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow);