Home
last modified time | relevance | path

Searched refs:aStorable (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/qadevOOo/runner/graphical/
H A DOpenOfficeDatabaseReportExtractor.java500 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _xComponent); in storeComponent() local
501 if (aStorable != null) in storeComponent()
506aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
H A DOpenOfficePostscriptCreator.java485 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _aDoc); in impl_printToFileWithOOo() local
486 if (aStorable != null) in impl_printToFileWithOOo()
492 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo()
/aoo42x/main/reportdesign/qa/complex/reportdesign/
H A DReportDesignerTest.java567 XStorable aStorable = UnoRuntime.queryInterface(XStorable.class, _xComponent); in storeComponent() local
568 if (aStorable != null) in storeComponent()
573aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DReportDesignerTest.java629 … XStorable aStorable = (XStorable) UnoRuntime.queryInterface( XStorable.class, _xComponent); in storeComponent() local
630 if (aStorable != null) in storeComponent()
635aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
H A DOfficePrint.java538 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _aDoc); in impl_printToFileWithOOo() local
539 if (aStorable != null) in impl_printToFileWithOOo()
545 aStorable.storeAsURL(_sOutputURL, szEmptyArgs); in impl_printToFileWithOOo()

Completed in 43 milliseconds