Lines Matching refs:SlideShow

87             const ::rtl::Reference<SlideShow>& rpSlideShow,  in FullScreenWorkWindow()
161 SlideShow::SlideShow( SdDrawDocument* pDoc ) in SlideShow() function in SlideShow
175 void SlideShow::ThrowIfDisposed() throw (RuntimeException) in ThrowIfDisposed()
184 rtl::Reference< SlideShow > SlideShow::Create( SdDrawDocument* pDoc ) in Create()
186 return new SlideShow( pDoc ); in Create()
191 rtl::Reference< SlideShow > SlideShow::GetSlideShow( SdDrawDocument* pDocument ) in GetSlideShow()
193 rtl::Reference< SlideShow > xRet; in GetSlideShow()
196 …xRet = rtl::Reference< SlideShow >( dynamic_cast< SlideShow* >( pDocument->getPresentation().get()… in GetSlideShow()
203 rtl::Reference< SlideShow > SlideShow::GetSlideShow( ViewShellBase& rBase ) in GetSlideShow()
210 ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XSlideShowController > SlideShow:… in GetSlideShowController()
212 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in GetSlideShowController()
223 bool SlideShow::StartPreview( ViewShellBase& rBase, in StartPreview()
228 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in StartPreview()
237 void SlideShow::Stop( ViewShellBase& rBase ) in Stop()
239 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in Stop()
246 bool SlideShow::IsRunning( ViewShellBase& rBase ) in IsRunning()
248 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in IsRunning()
254 bool SlideShow::IsRunning( ViewShell& rViewShell ) in IsRunning()
256 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rViewShell.GetViewShellBase() ) ); in IsRunning()
262 void SlideShow::CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Window* pParentWindow ) in CreateController()
281 OUString SAL_CALL SlideShow::getImplementationName( ) throw(RuntimeException) in getImplementationName()
288 sal_Bool SAL_CALL SlideShow::supportsService( const OUString& ServiceName ) throw(RuntimeException) in supportsService()
295 Sequence< OUString > SAL_CALL SlideShow::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
306 Reference< XPropertySetInfo > SAL_CALL SlideShow::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
315 void SAL_CALL SlideShow::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw… in setPropertyValue()
596 Any SAL_CALL SlideShow::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyExcep… in getPropertyValue()
671 void SAL_CALL SlideShow::addPropertyChangeListener( const OUString& , const Reference< XPropertyCha… in addPropertyChangeListener()
677 void SAL_CALL SlideShow::removePropertyChangeListener( const OUString& , const Reference< XProperty… in removePropertyChangeListener()
683 void SAL_CALL SlideShow::addVetoableChangeListener( const OUString& , const Reference< XVetoableCha… in addVetoableChangeListener()
689 void SAL_CALL SlideShow::removeVetoableChangeListener( const OUString& , const Reference< XVetoable… in removeVetoableChangeListener()
697 void SAL_CALL SlideShow::start() throw(RuntimeException) in start()
705 void SAL_CALL SlideShow::end() throw(RuntimeException) in end()
827 void SAL_CALL SlideShow::rehearseTimings() throw(RuntimeException) in rehearseTimings()
839 void SAL_CALL SlideShow::startWithArguments( const Sequence< PropertyValue >& rArguments ) throw (R… in startWithArguments()
901 ::sal_Bool SAL_CALL SlideShow::isRunning( ) throw (RuntimeException) in isRunning()
909 Reference< XSlideShowController > SAL_CALL SlideShow::getController( ) throw (RuntimeException) in getController()
921 void SAL_CALL SlideShow::disposing (void) in disposing()
944 bool SlideShow::startPreview( const Reference< XDrawPage >& xDrawPage, const Reference< XAnimationN… in startPreview()
971 ShowWindow* SlideShow::getShowWindow() in getShowWindow()
978 int SlideShow::getAnimationMode() in getAnimationMode()
985 void SlideShow::jumpToPageIndex( sal_Int32 nPageIndex ) in jumpToPageIndex()
993 void SlideShow::jumpToPageNumber( sal_Int32 nPageNumber ) in jumpToPageNumber()
1001 sal_Int32 SlideShow::getCurrentPageNumber() in getCurrentPageNumber()
1008 void SlideShow::jumpToBookmark( const OUString& sBookmark ) in jumpToBookmark()
1016 bool SlideShow::isFullScreen() in isFullScreen()
1023 void SlideShow::resize( const Size &rSize ) in resize()
1031 void SlideShow::activate( ViewShellBase& rBase ) in activate()
1063 void SlideShow::deactivate( ViewShellBase& /*rBase*/ ) in deactivate()
1070 bool SlideShow::keyInput(const KeyEvent& rKEvt) in keyInput()
1077 void SlideShow::paint( const Rectangle& rRect ) in paint()
1085 bool SlideShow::isAlwaysOnTop() in isAlwaysOnTop()
1092 bool SlideShow::pause( bool bPause ) in pause()
1106 void SlideShow::receiveRequest(SfxRequest& rReq) in receiveRequest()
1114 sal_Int32 SlideShow::getFirstPageNumber() in getFirstPageNumber()
1121 sal_Int32 SlideShow::getLastPageNumber() in getLastPageNumber()
1128 bool SlideShow::isEndless() in isEndless()
1135 bool SlideShow::isDrawingPossible() in isDrawingPossible()
1142 void SlideShow::StartInPlacePresentationConfigurationCallback() in StartInPlacePresentationConfigurationCallback()
1147 …mnInPlaceConfigEvent = Application::PostUserEvent( LINK( this, SlideShow, StartInPlacePresentation… in StartInPlacePresentationConfigurationCallback()
1152 IMPL_LINK( SlideShow, StartInPlacePresentationConfigurationHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1161 void SlideShow::StartInPlacePresentation() in StartInPlacePresentation()
1190 …onEvent( FrameworkHelper::msConfigurationUpdateEndEvent, ::boost::bind(&SlideShow::StartInPlacePre… in StartInPlacePresentation()
1232 void SlideShow::StartFullscreenPresentation( ) in StartFullscreenPresentation()
1276 sal_Int32 SlideShow::GetDisplay() in GetDisplay()
1291 bool SlideShow::dependsOn( ViewShellBase* pViewShellBase ) in dependsOn()
1300 …return Reference< XPresentation2 >( SlideShow::Create( const_cast< SdDrawDocument* >( &rDocument )… in CreatePresentation()