Home
last modified time | relevance | path

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

/aoo4110/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java61 private XModuleManager m_xMM = null; field in CheckXModuleManager
100m_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 8 milliseconds