Searched refs:m_xstorable (Results 1 – 1 of 1) sorted by relevance
205 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocument() local207 m_xstorable.storeToURL(fileUrl, propertyValue); in saveDocument()211 XStorable m_xstorable = (XStorable)UnoRuntime.queryInterface(XStorable.class, doc); in saveDocumentToURL() local212 m_xstorable.storeToURL(toURL, propertyValue); in saveDocumentToURL()