Home
last modified time | relevance | path

Searched refs:xPresSupplier (Results 1 – 4 of 4) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DCustomShowDemo.java149 XPresentationSupplier xPresSupplier = (XPresentationSupplier) in main() local
151 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
H A DPresentationDemo.java183 XPresentationSupplier xPresSupplier = (XPresentationSupplier) in main() local
185 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DCustomShow.java150 XPresentationSupplier xPresSupplier = (XPresentationSupplier) UnoRuntime in testCustomShow() local
152 XPresentation xPresentation = xPresSupplier.getPresentation(); in testCustomShow()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2090 Reference< XPresentationSupplier > xPresSupplier( GetModel(), UNO_QUERY ); in exportPresentationSettings() local
2091 if( !xPresSupplier.is() ) in exportPresentationSettings()
2094 Reference< XPropertySet > xPresProps( xPresSupplier->getPresentation(), UNO_QUERY ); in exportPresentationSettings()

Completed in 36 milliseconds