Home
last modified time | relevance | path

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

/aoo4110/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java207 XContainerQuery xMM = UnoRuntime.queryInterface(XContainerQuery.class, m_xMM); in impl_searchModulesByDocumentService() local
208 XEnumeration xResult = xMM.createSubSetEnumerationByProperties(lProps); in impl_searchModulesByDocumentService()
250 XNameAccess xMM = UnoRuntime.queryInterface(XNameAccess.class, m_xMM); in impl_identifyModulesBasedOnDocs() local
251 … PropertyValue[] lModuleProps = (PropertyValue[])AnyConverter.toArray(xMM.getByName(sModule)); in impl_identifyModulesBasedOnDocs()
309 private void impl_checkReadOnlyPropOfModule(XNameReplace xMM , in impl_checkReadOnlyPropOfModule() argument
324 xMM.replaceByName(sModule, lChanges); in impl_checkReadOnlyPropOfModule()
/aoo4110/main/sfx2/source/view/
H A Dviewfrm2.cxx75 …uno::Reference< container::XNameAccess > xMM( ::comphelper::getProcessServiceFactory()->createInst… in GetModuleName_Impl() local
77 if ( !xMM.is() ) in GetModuleName_Impl()
82 ::comphelper::NamedValueCollection aAnalyzer( xMM->getByName( sDocService ) ); in GetModuleName_Impl()
/aoo4110/main/qadevOOo/tests/java/mod/_fwk/
H A DModuleUIConfigurationManager.java107 …XNameAccess xMM = (XNameAccess)UnoRuntime.queryInterface(XNameAccess.class, xMSF.createInstance("c… in createTestEnvironment() local
108 String[] names = xMM.getElementNames(); in createTestEnvironment()
/aoo4110/main/cui/source/customize/
H A Dcfg.cxx803 …css::uno::Reference< css::frame::XModuleManager > xMM (xSMGR->createInstance(SERVICENAME_M… in impl_showKeyConfigTabPage() local
805 if (xMM.is() && xFrame.is()) in impl_showKeyConfigTabPage()
807 ::rtl::OUString sModuleId = xMM->identify(xFrame); in impl_showKeyConfigTabPage()

Completed in 40 milliseconds