Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java206 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocument() local
208 m_xstorable.storeToURL(fileUrl, propertyValue); in saveDocument()
212 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocumentToURL() local
213 m_xstorable.storeToURL(toURL, propertyValue); in saveDocumentToURL()

Completed in 9 milliseconds