/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 420 String presentation = oObj.getPresentation(url, true); in _getPresentation() 436 presentation = oObj.getPresentation(url, false); in _getPresentation() 445 presentation = oObj.getPresentation(url, true); in _getPresentation() 456 presentation = oObj.getPresentation(url, false); in _getPresentation()
|
/aoo4110/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | CustomShow.java | 152 XPresentation xPresentation = xPresSupplier.getPresentation(); in testCustomShow() 177 pre = sdDocument.getPresentation(); in createDocumentAndSlide() 196 pre = sdDocument.getPresentation(); in saveAndLoadSlide()
|
H A D | SlideShow.java | 142 pre = sdDocument.getPresentation(); in createDocumentAndSlide() 161 pre = sdDocument.getPresentation(); in saveAndLoadSlide()
|
/aoo4110/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XTextField.java | 54 result &= oObj.getPresentation(true) != null; in _getPresentation() 56 result &= oObj.getPresentation(false) != null; in _getPresentation()
|
/aoo4110/test/testuno/source/fvt/uno/sw/crossreference/ |
H A D | CheckCrossReferences.java | 111 String aFldResult = xField.getPresentation(false); in checkField() 211 …s("inserted reference field doesn't has correct field result", "J", xField.getPresentation(false)); in checkCrossReferences() 214 …e field doesn't has correct field result", "Hallo new bookmark: J", xField.getPresentation(false)); in checkCrossReferences()
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | CheckCrossReferences.java | 115 String aFldResult = xField.getPresentation( false ); in checkField() 253 "J", xField.getPresentation( false ) ); in checkCrossReferences() 258 "Hallo new bookmark: J", xField.getPresentation( false ) ); in checkCrossReferences()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | XTextField.idl | 51 // DocMerge from idl: method com::sun::star::text::XTextField::getPresentation 57 string getPresentation( [in] boolean bShowCommand );
|
/aoo4110/test/testuno/source/fvt/uno/sd/animation/ |
H A D | TextAnimation.java | 155 pre = sdDocument.getPresentation(); in createDocumentAndSlide() 174 pre = sdDocument.getPresentation(); in saveAndLoadSlide()
|
H A D | CustomAnimation.java | 252 pre = sdDocument.getPresentation(); in createDocumentAndSlide() 271 pre = sdDocument.getPresentation(); in saveAndLoadSlide()
|
/aoo4110/main/qadevOOo/tests/java/ifc/presentation/ |
H A D | _XPresentationSupplier.java | 48 XPresentation NA = oObj.getPresentation(); in _getPresentation()
|
/aoo4110/main/qadevOOo/objdsc/fwk/ |
H A D | com.sun.star.comp.framework.URLTransformer.csv | 4 "URLTransformer";"com::sun::star::util::XURLTransformer";"getPresentation()"
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc_animations.cxx | 53 const Reference< XPresentation2 >& SdDrawDocument::getPresentation() const in getPresentation() function in SdDrawDocument
|
/aoo4110/main/framework/inc/services/ |
H A D | urltransformer.hxx | 185 virtual ::rtl::OUString SAL_CALL getPresentation( const css::util::URL& aURL ,
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterHelper.cxx | 75 Reference<XPresentation2> xPresentation(xPS->getPresentation(), UNO_QUERY_THROW); in GetSlideShowController()
|
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellFieldObj.csv | 7 "ScCellFieldObj";"com::sun::star::text::XTextField";"getPresentation()"
|
H A D | com.sun.star.comp.office.ScHeaderFieldObj.csv | 7 "ScHeaderFieldObj";"com::sun::star::text::XTextField";"getPresentation()"
|
/aoo4110/main/qadevOOo/objdsc/svx/ |
H A D | com.sun.star.comp.office.SvxUnoTextField.csv | 7 "SvxUnoTextField";"com::sun::star::text::XTextField";"getPresentation()"
|
/aoo4110/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextField.csv | 7 "SwXTextField";"com::sun::star::text::XTextField";"getPresentation()"
|
/aoo4110/main/offapi/com/sun/star/presentation/ |
H A D | XPresentationSupplier.idl | 50 com::sun::star::presentation::XPresentation getPresentation();
|
/aoo4110/main/qadevOOo/tests/java/mod/_sd/ |
H A D | SdXPresentation.java | 115 XInterface oObj = oPS.getPresentation(); in createTestEnvironment()
|
/aoo4110/main/sc/inc/ |
H A D | fielduno.hxx | 169 virtual ::rtl::OUString SAL_CALL getPresentation( sal_Bool bShowCommand ) 364 virtual ::rtl::OUString SAL_CALL getPresentation( sal_Bool bShowCommand )
|
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | CustomShowDemo.java | 151 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
|
H A D | PresentationDemo.java | 185 XPresentation xPresentation = xPresSupplier.getPresentation(); in main()
|
/aoo4110/main/qadevOOo/objdsc/sd/ |
H A D | com.sun.star.comp.office.SdXImpressDocument.csv | 13 "SdXImpressDocument";"com::sun::star::presentation::XPresentationSupplier";"getPresentation()"
|
/aoo4110/main/framework/source/services/ |
H A D | urltransformer.cxx | 328 ::rtl::OUString SAL_CALL URLTransformer::getPresentation( const URL& aURL , in getPresentation() function in framework::URLTransformer
|