Home
last modified time | relevance | path

Searched refs:xPresentation (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx706 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in FuSupport() local
707 if( xPresentation.is() ) in FuSupport()
710 xPresentation->start(); in FuSupport()
712 xPresentation->rehearseTimings(); in FuSupport()
1702 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in StopSlideShow() local
1703 if(xPresentation.is() && xPresentation->isRunning()) in StopSlideShow()
1708 xPresentation->end(); in StopSlideShow()
H A Doutlnvs2.cxx246 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in FuTemporary() local
247 if( xPresentation.is() ) in FuTemporary()
250 xPresentation->start(); in FuTemporary()
252 xPresentation->rehearseTimings(); in FuTemporary()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java185 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
187 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
191 xPresentation.start(); in main()
H A DCustomShowDemo.java151 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
153 UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
/trunk/main/sdext/source/presenter/
H A DPresenterHelper.cxx75 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in GetSlideShowController() local
77 xSlideShowController = xPresentation->getController(); in GetSlideShowController()
H A DPresenterScreen.cxx419 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in InitializePresenterScreen() local
420 …Reference<presentation::XSlideShowController> xSlideShowController( xPresentation->getController()… in InitializePresenterScreen()
448 GetMainPaneId(xPresentation)); in InitializePresenterScreen()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx871 …Reference< XPresentation2 > xPresentation( mrSlideSorter.GetModel().GetDocument()->getPresentation… in ShowSlideShow() local
872 if( xPresentation.is() ) in ShowSlideShow()
875 xPresentation->start(); in ShowSlideShow()
877 xPresentation->rehearseTimings(); in ShowSlideShow()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java152 XPresentation xPresentation = xPresSupplier.getPresentation(); in testCustomShow() local
154 XPropertySet.class, xPresentation); in testCustomShow()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx1449 Reference< XPresentation2 > xPresentation( in ProcessClick() local
1451 if (xPresentation.is()) in ProcessClick()
1465 xPresentation->startWithArguments(aProperties); in ProcessClick()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx186 …Impl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentation, ViewShell* pV…
H A Dslideshowimpl.cxx547 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() argument
589 , mxPresentation( xPresentation ) in SlideshowImpl()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2262 uno::Reference< presentation::XPresentation > xPresentation( mxPresentation ); in dispose() local
2263 if( xPresentation.is() ) in dispose()

Completed in 89 milliseconds