Lines Matching refs:SlideShowListenerProxy

1244 		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()
3756 void SlideShowListenerProxy::addShapeEventListener( const css::uno::Reference< css::drawing::XShape… in addShapeEventListener()
3767 void SlideShowListenerProxy::removeShapeEventListener( const css::uno::Reference< css::drawing::XSh… in removeShapeEventListener()
3778 void SlideShowListenerProxy::addSlideShowListener( const css::uno::Reference< css::presentation::XS… in addSlideShowListener()
3785 void SlideShowListenerProxy::removeSlideShowListener( const css::uno::Reference< css::presentation:… in removeSlideShowListener()
3792 void SAL_CALL SlideShowListenerProxy::beginEvent( const Reference< XAnimationNode >& xNode ) throw … in beginEvent()
3802 void SAL_CALL SlideShowListenerProxy::endEvent( const Reference< XAnimationNode >& xNode ) throw (R… in endEvent()
3812 void SAL_CALL SlideShowListenerProxy::repeat( const Reference< XAnimationNode >& xNode, ::sal_Int32… in repeat()
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()
3864 void SAL_CALL SlideShowListenerProxy::slideAnimationsEnded( ) throw (::com::sun::star::uno::Runtim… in slideAnimationsEnded()
3874 void SlideShowListenerProxy::slideEnded(sal_Bool bReverse) throw (RuntimeException) in slideEnded()
3893 void SlideShowListenerProxy::hyperLinkClicked( rtl::OUString const& aHyperLink ) throw (RuntimeExce… in hyperLinkClicked()
3913 void SAL_CALL SlideShowListenerProxy::disposing( const ::com::sun::star::lang::EventObject& aDispos… in disposing()
3924 void SAL_CALL SlideShowListenerProxy::click( const Reference< XShape >& xShape, const ::com::sun::s… in click()