Lines Matching refs:SlideShow

90             const ::rtl::Reference<SlideShow>& rpSlideShow,  in FullScreenWorkWindow()
166 SlideShow::SlideShow( SdDrawDocument* pDoc ) in SlideShow() function in SlideShow
180 void SlideShow::ThrowIfDisposed() throw (RuntimeException) in ThrowIfDisposed()
189 rtl::Reference< SlideShow > SlideShow::Create( SdDrawDocument* pDoc ) in Create()
191 return new SlideShow( pDoc ); in Create()
196 rtl::Reference< SlideShow > SlideShow::GetSlideShow( SdDrawDocument* pDocument ) in GetSlideShow()
198 rtl::Reference< SlideShow > xRet; in GetSlideShow()
201 …xRet = rtl::Reference< SlideShow >( dynamic_cast< SlideShow* >( pDocument->getPresentation().get()… in GetSlideShow()
208 rtl::Reference< SlideShow > SlideShow::GetSlideShow( ViewShellBase& rBase ) in GetSlideShow()
215 ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XSlideShowController > SlideShow:… in GetSlideShowController()
217 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in GetSlideShowController()
228 bool SlideShow::StartPreview( ViewShellBase& rBase, in StartPreview()
233 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in StartPreview()
242 void SlideShow::Stop( ViewShellBase& rBase ) in Stop()
244 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in Stop()
251 bool SlideShow::IsRunning( ViewShellBase& rBase ) in IsRunning()
253 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rBase ) ); in IsRunning()
259 bool SlideShow::IsRunning( ViewShell& rViewShell ) in IsRunning()
261 rtl::Reference< SlideShow > xSlideShow( GetSlideShow( rViewShell.GetViewShellBase() ) ); in IsRunning()
267 void SlideShow::CreateController( ViewShell* pViewSh, ::sd::View* pView, ::Window* pParentWindow ) in CreateController()
286 OUString SAL_CALL SlideShow::getImplementationName( ) throw(RuntimeException) in getImplementationName()
293 sal_Bool SAL_CALL SlideShow::supportsService( const OUString& ServiceName ) throw(RuntimeException) in supportsService()
300 Sequence< OUString > SAL_CALL SlideShow::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
311 Reference< XPropertySetInfo > SAL_CALL SlideShow::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
320 void SAL_CALL SlideShow::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw… in setPropertyValue()
601 Any SAL_CALL SlideShow::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyExcep… in getPropertyValue()
676 void SAL_CALL SlideShow::addPropertyChangeListener( const OUString& , const Reference< XPropertyCha… in addPropertyChangeListener()
682 void SAL_CALL SlideShow::removePropertyChangeListener( const OUString& , const Reference< XProperty… in removePropertyChangeListener()
688 void SAL_CALL SlideShow::addVetoableChangeListener( const OUString& , const Reference< XVetoableCha… in addVetoableChangeListener()
694 void SAL_CALL SlideShow::removeVetoableChangeListener( const OUString& , const Reference< XVetoable… in removeVetoableChangeListener()
702 void SAL_CALL SlideShow::start() throw(RuntimeException) in start()
710 void SAL_CALL SlideShow::end() throw(RuntimeException) in end()
832 void SAL_CALL SlideShow::rehearseTimings() throw(RuntimeException) in rehearseTimings()
844 void SAL_CALL SlideShow::startWithArguments( const Sequence< PropertyValue >& rArguments ) throw (R… in startWithArguments()
906 ::sal_Bool SAL_CALL SlideShow::isRunning( ) throw (RuntimeException) in isRunning()
914 Reference< XSlideShowController > SAL_CALL SlideShow::getController( ) throw (RuntimeException) in getController()
926 void SAL_CALL SlideShow::disposing (void) in disposing()
949 bool SlideShow::startPreview( const Reference< XDrawPage >& xDrawPage, const Reference< XAnimationN… in startPreview()
976 ShowWindow* SlideShow::getShowWindow() in getShowWindow()
983 int SlideShow::getAnimationMode() in getAnimationMode()
990 void SlideShow::jumpToPageIndex( sal_Int32 nPageIndex ) in jumpToPageIndex()
998 void SlideShow::jumpToPageNumber( sal_Int32 nPageNumber ) in jumpToPageNumber()
1006 sal_Int32 SlideShow::getCurrentPageNumber() in getCurrentPageNumber()
1013 void SlideShow::jumpToBookmark( const OUString& sBookmark ) in jumpToBookmark()
1021 bool SlideShow::isFullScreen() in isFullScreen()
1028 void SlideShow::resize( const Size &rSize ) in resize()
1036 void SlideShow::activate( ViewShellBase& rBase ) in activate()
1068 void SlideShow::deactivate( ViewShellBase& /*rBase*/ ) in deactivate()
1075 bool SlideShow::keyInput(const KeyEvent& rKEvt) in keyInput()
1082 void SlideShow::paint( const Rectangle& rRect ) in paint()
1090 bool SlideShow::isAlwaysOnTop() in isAlwaysOnTop()
1097 bool SlideShow::pause( bool bPause ) in pause()
1111 void SlideShow::receiveRequest(SfxRequest& rReq) in receiveRequest()
1119 sal_Int32 SlideShow::getFirstPageNumber() in getFirstPageNumber()
1126 sal_Int32 SlideShow::getLastPageNumber() in getLastPageNumber()
1133 bool SlideShow::isEndless() in isEndless()
1140 bool SlideShow::isDrawingPossible() in isDrawingPossible()
1147 void SlideShow::StartInPlacePresentationConfigurationCallback() in StartInPlacePresentationConfigurationCallback()
1152 …mnInPlaceConfigEvent = Application::PostUserEvent( LINK( this, SlideShow, StartInPlacePresentation… in StartInPlacePresentationConfigurationCallback()
1157 IMPL_LINK( SlideShow, StartInPlacePresentationConfigurationHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1166 void SlideShow::StartInPlacePresentation() in StartInPlacePresentation()
1195 …onEvent( FrameworkHelper::msConfigurationUpdateEndEvent, ::boost::bind(&SlideShow::StartInPlacePre… in StartInPlacePresentation()
1237 void SlideShow::StartFullscreenPresentation( ) in StartFullscreenPresentation()
1281 sal_Int32 SlideShow::GetDisplay() in GetDisplay()
1296 bool SlideShow::dependsOn( ViewShellBase* pViewShellBase ) in dependsOn()
1305 …return Reference< XPresentation2 >( SlideShow::Create( const_cast< SdDrawDocument* >( &rDocument )… in CreatePresentation()