Searched refs:xPresSupplier (Results 1 – 4 of 4) sorted by relevance
149 XPresentationSupplier xPresSupplier = (XPresentationSupplier) in main() local151 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
183 XPresentationSupplier xPresSupplier = (XPresentationSupplier) in main() local185 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
150 XPresentationSupplier xPresSupplier = (XPresentationSupplier) UnoRuntime in testCustomShow() local152 XPresentation xPresentation = xPresSupplier.getPresentation(); in testCustomShow()
2090 Reference< XPresentationSupplier > xPresSupplier( GetModel(), UNO_QUERY ); in exportPresentationSettings() local2091 if( !xPresSupplier.is() ) in exportPresentationSettings()2094 Reference< XPropertySet > xPresProps( xPresSupplier->getPresentation(), UNO_QUERY ); in exportPresentationSettings()
Completed in 41 milliseconds