Searched refs:SlideshowImpl (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 599 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl() 619 void SAL_CALL SlideshowImpl::disposing() in disposing() 788 bool SlideshowImpl::startPreview( in startPreview() 1247 void SlideshowImpl::onFirstPaint() in onFirstPaint() 1311 void SlideshowImpl::removeShapeEvents() in removeShapeEvents() 1487 void SlideshowImpl::endPresentation() in endPresentation() 1840 sal_Int32 SlideshowImpl::getLastSlideNumber() in getLastSlideNumber() 1871 double SlideshowImpl::update() in update() 1879 void SlideshowImpl::startUpdateTimer() in startUpdateTimer() 2648 void SlideshowImpl::hideChildWindows() in hideChildWindows() [all …]
|
H A D | slideshowimpl.hxx | 138 …SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController, const css::uno::Refere… 172 rtl::Reference< SlideshowImpl > mxController; 180 class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase class 186 …explicit SlideshowImpl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentat… 254 SlideshowImpl(SlideshowImpl &); // not defined 255 void operator =(SlideshowImpl &); // not defined 257 virtual ~SlideshowImpl();
|
H A D | showwindow.hxx | 45 class SlideshowImpl; 75 ShowWindow ( const ::rtl::Reference< ::sd::SlideshowImpl >& xController, ::Window* pParent ); 139 ::rtl::Reference< SlideshowImpl > mxController;
|
H A D | slideshowviewimpl.hxx | 192 class SlideshowImpl; 206 SlideshowImpl* pSlideShow, 258 void updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ); 264 SlideshowImpl* mpSlideShow;
|
H A D | slideshowviewimpl.cxx | 207 SlideshowImpl* pSlideShow, in SlideShowView() 290 SlideshowImpl* pSlideShow = mpSlideShow; in paint() 493 void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ) in updateimpl() 497 ::rtl::Reference< SlideshowImpl > aSLGuard( pSlideShow ); in updateimpl()
|
H A D | PaneHider.hxx | 34 class SlideshowImpl; 46 PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow);
|
H A D | slideshow.cxx | 273 rtl::Reference<SlideshowImpl> xController ( in CreateController() 274 new SlideshowImpl(xThis, pViewSh, pView, mpDoc, pParentWindow)); in CreateController() 720 rtl::Reference< SlideshowImpl > xController( mxController ); in end()
|
H A D | PaneHider.cxx | 50 PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow) in PaneHider()
|
H A D | showwin.cxx | 53 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent ) in ShowWindow()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | slideshow.hxx | 73 class SlideshowImpl; 210 rtl::Reference< SlideshowImpl > mxController;
|
Completed in 58 milliseconds