Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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 29 milliseconds