Home
last modified time | relevance | path

Searched refs:SlideShowListenerProxy (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1244 mxListenerProxy.set( new SlideShowListenerProxy( this, mxShow ) ); in startShowImpl()
3719 SlideShowListenerProxy::SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController,… in SlideShowListenerProxy() function in sd::SlideShowListenerProxy
3728 SlideShowListenerProxy::~SlideShowListenerProxy() in ~SlideShowListenerProxy()
3734 void SlideShowListenerProxy::addAsSlideShowListener() in addAsSlideShowListener()
3745 void SlideShowListenerProxy::removeAsSlideShowListener() in removeAsSlideShowListener()
3824 void SAL_CALL SlideShowListenerProxy::paused( ) throw (::com::sun::star::uno::RuntimeException) in paused()
3834 void SAL_CALL SlideShowListenerProxy::resumed( ) throw (::com::sun::star::uno::RuntimeException) in resumed()
3844 void SAL_CALL SlideShowListenerProxy::slideTransitionStarted( ) throw (RuntimeException) in slideTransitionStarted()
3854 void SAL_CALL SlideShowListenerProxy::slideTransitionEnded( ) throw (::com::sun::star::uno::Runtime… in slideTransitionEnded()
3874 void SlideShowListenerProxy::slideEnded(sal_Bool bReverse) throw (RuntimeException) in slideEnded()
[all …]
H A Dslideshowimpl.hxx134 class SlideShowListenerProxy : private ::cppu::BaseMutex, class
138SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController, const css::uno::Refere…
139 virtual ~SlideShowListenerProxy();
418 ::rtl::Reference< SlideShowListenerProxy > mxListenerProxy;

Completed in 33 milliseconds