Searched refs:xPresentation (Results 1 – 12 of 12) sorted by relevance
706 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in FuSupport() local707 if( xPresentation.is() ) in FuSupport()710 xPresentation->start(); in FuSupport()712 xPresentation->rehearseTimings(); in FuSupport()1702 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in StopSlideShow() local1703 if(xPresentation.is() && xPresentation->isRunning()) in StopSlideShow()1708 xPresentation->end(); in StopSlideShow()
246 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in FuTemporary() local247 if( xPresentation.is() ) in FuTemporary()250 xPresentation->start(); in FuTemporary()252 xPresentation->rehearseTimings(); in FuTemporary()
185 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local187 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()191 xPresentation.start(); in main()
151 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local153 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
75 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in GetSlideShowController() local77 xSlideShowController = xPresentation->getController(); in GetSlideShowController()
419 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in InitializePresenterScreen() local420 …Reference<presentation::XSlideShowController> xSlideShowController( xPresentation->getController()… in InitializePresenterScreen()448 GetMainPaneId(xPresentation)); in InitializePresenterScreen()
871 …Reference< XPresentation2 > xPresentation( mrSlideSorter.GetModel().GetDocument()->getPresentation… in ShowSlideShow() local872 if( xPresentation.is() ) in ShowSlideShow()875 xPresentation->start(); in ShowSlideShow()877 xPresentation->rehearseTimings(); in ShowSlideShow()
152 XPresentation xPresentation = xPresSupplier.getPresentation(); in testCustomShow() local154 XPropertySet.class, xPresentation); in testCustomShow()
1449 Reference< XPresentation2 > xPresentation( in ProcessClick() local1451 if (xPresentation.is()) in ProcessClick()1465 xPresentation->startWithArguments(aProperties); in ProcessClick()
186 …Impl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentation, ViewShell* pV…
547 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() argument589 , mxPresentation( xPresentation ) in SlideshowImpl()
2262 uno::Reference< presentation::XPresentation > xPresentation( mxPresentation ); in dispose() local2263 if( xPresentation.is() ) in dispose()
Completed in 92 milliseconds