Searched refs:m_xMM (Results 1 – 1 of 1) sorted by relevance
61 private XModuleManager m_xMM = null; field in CheckXModuleManager100 …m_xMM = UnoRuntime.queryInterface(XModuleManager.class, m_xSmgr.createInstance("com.sun.star.frame… in before()118 m_xMM = null; in after()207 XContainerQuery xMM = UnoRuntime.queryInterface(XContainerQuery.class, m_xMM); in impl_searchModulesByDocumentService()250 XNameAccess xMM = UnoRuntime.queryInterface(XNameAccess.class, m_xMM); in impl_identifyModulesBasedOnDocs()274 String sModuleFrame = m_xMM.identify(xFrame ); in impl_identifyModulesBasedOnDocs()275 String sModuleController = m_xMM.identify(xController); in impl_identifyModulesBasedOnDocs()276 String sModuleModel = m_xMM.identify(xModel ); in impl_identifyModulesBasedOnDocs()298 XNameReplace xWrite = UnoRuntime.queryInterface(XNameReplace.class, m_xMM); in impl_checkReadOnlyPropsOfModule()
Completed in 15 milliseconds