Searched refs:xModuleConf (Results 1 – 2 of 2) sorted by relevance
946 css::uno::Reference< css::container::XNameAccess > xModuleConf; in MapCommand2UIName() local947 m_xUICmdDescription->getByName(m_sModuleLongName) >>= xModuleConf; in MapCommand2UIName()948 if (xModuleConf.is()) in MapCommand2UIName()950 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in MapCommand2UIName()
1473 css::uno::Reference< css::container::XNameAccess > xModuleConf; in GetLabel4Command() local1474 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 34 milliseconds