Searched refs:aStorable (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficeDatabaseReportExtractor.java | 500 XStorable aStorable = UnoRuntime.queryInterface( XStorable.class, _xComponent); in storeComponent() local 501 if (aStorable != null) in storeComponent() 506 …aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
|
H A D | OpenOfficePostscriptCreator.java | 485 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()
|
/aoo41x/main/reportdesign/qa/complex/reportdesign/ |
H A D | ReportDesignerTest.java | 567 XStorable aStorable = UnoRuntime.queryInterface(XStorable.class, _xComponent); in storeComponent() local 568 if (aStorable != null) in storeComponent() 573 …aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | ReportDesignerTest.java | 629 … XStorable aStorable = (XStorable) UnoRuntime.queryInterface( XStorable.class, _xComponent); in storeComponent() local 630 if (aStorable != null) in storeComponent() 635 …aStorable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyLis… in storeComponent()
|
H A D | OfficePrint.java | 538 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 41 milliseconds