Home
last modified time | relevance | path

Searched refs:SlideshowImpl (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx537 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() function in sd::SlideshowImpl
584 maUpdateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, updateHdl)); in SlideshowImpl()
586 maDeactivateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, deactivateHdl)); in SlideshowImpl()
589 maInputFreezeTimer.SetTimeoutHdl( LINK( this, SlideshowImpl, ReadyForNextInputHdl ) ); in SlideshowImpl()
598 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl()
610 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl()
619 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl()
630 void SAL_CALL SlideshowImpl::disposing() in disposing()
794 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in disposing()
799 bool SlideshowImpl::startPreview( in startPreview()
[all …]
H A Dslideshowimpl.hxx136 …SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController, const css::uno::Refere…
170 rtl::Reference< SlideshowImpl > mxController;
178 class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase class
184 …explicit SlideshowImpl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentat…
252 SlideshowImpl(SlideshowImpl &); // not defined
253 void operator =(SlideshowImpl &); // not defined
255 virtual ~SlideshowImpl();
H A Dshowwindow.hxx42 class SlideshowImpl;
72 ShowWindow ( const ::rtl::Reference< ::sd::SlideshowImpl >& xController, ::Window* pParent );
136 ::rtl::Reference< SlideshowImpl > mxController;
H A Dslideshowviewimpl.hxx180 class SlideshowImpl;
194 SlideshowImpl* pSlideShow,
246 void updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow );
252 SlideshowImpl* mpSlideShow;
H A Dslideshowviewimpl.cxx194 SlideshowImpl* pSlideShow, in SlideShowView()
277 SlideshowImpl* pSlideShow = mpSlideShow; in paint()
480 void SlideShowView::updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow ) in updateimpl()
484 ::rtl::Reference< SlideshowImpl > aSLGuard( pSlideShow ); in updateimpl()
H A DPaneHider.hxx32 class SlideshowImpl;
44 PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow);
H A Dslideshow.cxx268 rtl::Reference<SlideshowImpl> xController ( in CreateController()
269 new SlideshowImpl(xThis, pViewSh, pView, mpDoc, pParentWindow)); in CreateController()
715 rtl::Reference< SlideshowImpl > xController( mxController ); in end()
H A DPaneHider.cxx47 PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow) in PaneHider()
H A Dshowwin.cxx50 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent ) in ShowWindow()
/trunk/main/sd/source/ui/inc/
H A Dslideshow.hxx71 class SlideshowImpl;
208 rtl::Reference< SlideshowImpl > mxController;