Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx946 css::uno::Reference< css::container::XNameAccess > xModuleConf; in MapCommand2UIName() local
947 m_xUICmdDescription->getByName(m_sModuleLongName) >>= xModuleConf; in MapCommand2UIName()
948 if (xModuleConf.is()) in MapCommand2UIName()
950 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in MapCommand2UIName()
H A Dacccfg.cxx1473 css::uno::Reference< css::container::XNameAccess > xModuleConf; in GetLabel4Command() local
1474 m_xUICmdDescription->getByName(m_sModuleLongName) >>= xModuleConf; in GetLabel4Command()
1475 if (xModuleConf.is()) in GetLabel4Command()
1477 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in GetLabel4Command()

Completed in 39 milliseconds