Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/remotecontrol/
H A DReceiver.cxx66 uno::Reference<presentation::XPresentation2> xPresentation; in executeCommand() local
72 xPresentation.set( xPS->getPresentation(), uno::UNO_QUERY_THROW); in executeCommand()
74 xSlideShowController.set( xPresentation->getController(), uno::UNO_SET_THROW ); in executeCommand()
103 if ( xPresentation.is() ) in executeCommand()
104 xPresentation->start(); in executeCommand()
108 if ( xPresentation.is() ) in executeCommand()
109 xPresentation->end(); in executeCommand()
H A DCommunicator.cxx72 uno::Reference<presentation::XPresentation2> xPresentation; in execute() local
74 xPresentation.set( xPS->getPresentation(), uno::UNO_QUERY ); in execute()
75 if ( xPresentation.is() && xPresentation->isRunning() ) in execute()
77 presentationStarted( xPresentation->getController() ); in execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/remotecontrol/
H A DReceiver.cxx66 uno::Reference<presentation::XPresentation2> xPresentation; in executeCommand() local
72 xPresentation.set( xPS->getPresentation(), uno::UNO_QUERY_THROW); in executeCommand()
74 xSlideShowController.set( xPresentation->getController(), uno::UNO_SET_THROW ); in executeCommand()
103 if ( xPresentation.is() ) in executeCommand()
104 xPresentation->start(); in executeCommand()
108 if ( xPresentation.is() ) in executeCommand()
109 xPresentation->end(); in executeCommand()
H A DCommunicator.cxx73 uno::Reference<presentation::XPresentation2> xPresentation; in execute() local
75 xPresentation.set( xPS->getPresentation(), uno::UNO_QUERY ); in execute()
76 if ( xPresentation.is() && xPresentation->isRunning() ) in execute()
78 presentationStarted( xPresentation->getController() ); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterHelper.cxx43 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in GetSlideShowController() local
45 xSlideShowController = xPresentation->getController(); in GetSlideShowController()
H A DPresenterScreen.cxx309 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in InitializePresenterScreen() local
310 …Reference<presentation::XSlideShowController> xSlideShowController( xPresentation->getController()… in InitializePresenterScreen()
337 GetMainPaneId(xPresentation)); in InitializePresenterScreen()
394 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in SwitchMonitors() local
398 sal_Int32 nNewScreen = GetPresenterScreenNumber (xPresentation); in SwitchMonitors()
411 Reference<beans::XPropertySet> xProperties (xPresentation, UNO_QUERY_THROW); in SwitchMonitors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterHelper.cxx54 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in GetSlideShowController() local
56 xSlideShowController = xPresentation->getController(); in GetSlideShowController()
H A DPresenterScreen.cxx299 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in InitializePresenterScreen() local
300 …Reference<presentation::XSlideShowController> xSlideShowController( xPresentation->getController()… in InitializePresenterScreen()
327 GetMainPaneId(xPresentation)); in InitializePresenterScreen()
384 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in SwitchMonitors() local
388 sal_Int32 nNewScreen = GetPresenterScreenNumber (xPresentation); in SwitchMonitors()
401 Reference<beans::XPropertySet> xProperties (xPresentation, UNO_QUERY_THROW); in SwitchMonitors()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java189 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
190 … XPropertySet xPresPropSet = UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
194 xPresentation.start(); in main()
H A DCustomShowDemo.java157 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
158 … XPropertySet xPresPropSet = UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java189 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
190 … XPropertySet xPresPropSet = UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
194 xPresentation.start(); in main()
H A DCustomShowDemo.java157 XPresentation xPresentation = xPresSupplier.getPresentation(); in main() local
158 … XPropertySet xPresPropSet = UnoRuntime.queryInterface( XPropertySet.class, xPresentation ); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewse.cxx1643 Reference< XPresentation2 > xPresentation( rDoc.getPresentation() ); in ShowSlideShow() local
1644 if( !xPresentation.is() ) in ShowSlideShow()
1649 xPresentation->rehearseTimings(); in ShowSlideShow()
1655 xPresentation->start(); in ShowSlideShow()
1665 xPresentation->start(); in ShowSlideShow()
1679 xPresentation->startWithArguments( aArguments ); in ShowSlideShow()
1687 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in StopSlideShow() local
1688 if(xPresentation.is() && xPresentation->isRunning()) in StopSlideShow()
1693 xPresentation->end(); in StopSlideShow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewse.cxx1640 Reference< XPresentation2 > xPresentation( rDoc.getPresentation() ); in ShowSlideShow() local
1641 if( !xPresentation.is() ) in ShowSlideShow()
1646 xPresentation->rehearseTimings(); in ShowSlideShow()
1652 xPresentation->start(); in ShowSlideShow()
1658 xPresentation->start(); in ShowSlideShow()
1672 xPresentation->startWithArguments( aArguments ); in ShowSlideShow()
1680 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); in StopSlideShow() local
1681 if(xPresentation.is() && xPresentation->isRunning()) in StopSlideShow()
1686 xPresentation->end(); in StopSlideShow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx133 …Impl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentation, ViewShell* pV…
H A Dslideshowimpl.cxx489 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() argument
516 , mxPresentation( xPresentation ) in SlideshowImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx136 …Impl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentation, ViewShell* pV…
H A Dslideshowimpl.cxx486 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,… in SlideshowImpl() argument
513 , mxPresentation( xPresentation ) in SlideshowImpl()
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Server-mode/
H A Dmediacenter.cfg297 if [ "x$(Param)" = "xPresentation" ]; then echo "presentation"; fi;\