Searched refs:m_xMsf (Results 1 – 1 of 1) sorted by relevance
92 private XMultiServiceFactory m_xMsf = null; field in CheckBookmarks118 m_xMsf = UnoRuntime.queryInterface( in setUpDocuments()121 m_xDoc = util.WriterTools.createTextDoc(m_xMsf); in setUpDocuments()238 String sFileUrl = util.utils.getOfficeTemp(m_xMsf) + "/Bookmarktest." + sExtension; in reloadFrom()251 return util.WriterTools.loadTextDoc(m_xMsf, sFileUrl); in reloadFrom()253 if(util.utils.fileExists(m_xMsf, sFileUrl)) in reloadFrom()254 util.utils.deleteFile(m_xMsf, sFileUrl); in reloadFrom()
Completed in 9 milliseconds