Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx547 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() function in sd::SlideshowImpl
594 maUpdateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, updateHdl)); in SlideshowImpl()
596 maDeactivateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, deactivateHdl)); in SlideshowImpl()
599 maInputFreezeTimer.SetTimeoutHdl( LINK( this, SlideshowImpl, ReadyForNextInputHdl ) ); in SlideshowImpl()
608 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl()
620 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl()
629 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl()
640 void SAL_CALL SlideshowImpl::disposing() in disposing()
804 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in disposing()
809 bool SlideshowImpl::startPreview( in startPreview()
[all …]
H A Dslideshowimpl.hxx138 …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 Dshowwindow.hxx45 class SlideshowImpl;
75 ShowWindow ( const ::rtl::Reference< ::sd::SlideshowImpl >& xController, ::Window* pParent );
139 ::rtl::Reference< SlideshowImpl > mxController;
H A Dslideshowviewimpl.hxx192 class SlideshowImpl;
206 SlideshowImpl* pSlideShow,
258 void updateimpl( ::osl::ClearableMutexGuard& rGuard, SlideshowImpl* pSlideShow );
264 SlideshowImpl* mpSlideShow;
H A Dslideshowviewimpl.cxx207 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 DPaneHider.hxx34 class SlideshowImpl;
46 PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow);
H A Dslideshow.cxx273 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 DPaneHider.cxx50 PaneHider::PaneHider (const ViewShell& rViewShell, SlideshowImpl* pSlideShow) in PaneHider()
H A Dshowwin.cxx53 ShowWindow::ShowWindow( const ::rtl::Reference< SlideshowImpl >& xController, ::Window* pParent ) in ShowWindow()
/AOO41X/main/sd/source/ui/inc/
H A Dslideshow.hxx73 class SlideshowImpl;
210 rtl::Reference< SlideshowImpl > mxController;