Home
last modified time | relevance | path

Searched refs:saveDocumentToURL (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java206 …public void saveDocumentToURL(XComponent doc, String toURL, PropertyValue... propertyValue) throws… in saveDocumentToURL() method in UnoApp
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java179 app.saveDocumentToURL(doc, targetFileUrl, in testConversion()