Searched refs:m_xMsf (Results 1 – 1 of 1) sorted by relevance
93 private XMultiServiceFactory m_xMsf = null; field in CheckBookmarks119 m_xMsf = UnoRuntime.queryInterface( in setUpDocuments()122 m_xDoc = util.WriterTools.createTextDoc(m_xMsf); in setUpDocuments()239 String sFileUrl = util.utils.getOfficeTemp(m_xMsf) + "/Bookmarktest." + sExtension; in reloadFrom()252 return util.WriterTools.loadTextDoc(m_xMsf, sFileUrl); in reloadFrom()254 if(util.utils.fileExists(m_xMsf, sFileUrl)) in reloadFrom()255 util.utils.deleteFile(m_xMsf, sFileUrl); in reloadFrom()
Completed in 11 milliseconds