Home
last modified time | relevance | path

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

/AOO41X/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java205 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocument() local
207 m_xstorable.storeToURL(fileUrl, propertyValue); in saveDocument()
211 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocumentToURL() local
212 m_xstorable.storeToURL(toURL, propertyValue); in saveDocumentToURL()