Searched refs:xModuleConfig (Results 1 – 7 of 7) sorted by relevance
342 css::uno::Reference< css::container::XNameAccess > xModuleConfig; in its_isHelpUrlADefaultOne() local343 xConfig->getByName(pModules[i]) >>= xModuleConfig; in its_isHelpUrlADefaultOne()344 if (!xModuleConfig.is()) in its_isHelpUrlADefaultOne()348 xModuleConfig->getByName(PROP_HELP_BASEURL) >>= sHelpBaseURL; in its_isHelpUrlADefaultOne()377 css::uno::Reference< css::container::XNameAccess > xModuleConfig; in its_checkIfHelpEnabledAndGetURL() local379 xConfig->getByName(sModule) >>= xModuleConfig; in its_checkIfHelpEnabledAndGetURL()382 if (xModuleConfig.is()) in its_checkIfHelpEnabledAndGetURL()383 xModuleConfig->getByName(PROP_AUTOMATIC_HELP) >>= bHelpEnabled; in its_checkIfHelpEnabledAndGetURL()388 xModuleConfig->getByName(PROP_HELP_BASEURL) >>= sHelpBaseURL; in its_checkIfHelpEnabledAndGetURL()
760 Reference< container::XNameAccess > xModuleConfig( xModuleManager, UNO_QUERY ); in GetRootEntryBitmaps() local761 if ( xModuleConfig.is() ) in GetRootEntryBitmaps()764 xModuleConfig->getByName( sModule ) >>= aModuleDescr; in GetRootEntryBitmaps()
574 css::uno::Reference< css::container::XNameAccess > xModuleConfig( in impl_getListOfInstalledModules() local579 OUStringList lModules(xModuleConfig->getElementNames()); in impl_getListOfInstalledModules()
617 Reference<container::XNameAccess> xModuleConfig( in GetImage() local623 Any aAny = xModuleConfig->getByName(appModule); in GetImage()
841 Reference<container::XNameAccess> xModuleConfig( in GetImage() local847 Any aAny = xModuleConfig->getByName(appModule); in GetImage()
236 Reference<container::XNameAccess> xModuleConfig( in Init() local242 xModuleConfig->getByName(appModule) >>= moduleDescr; in Init()
1275 …css::uno::Reference< css::container::XNameAccess > xModuleConfig(xManager … in implts_specifyAppModuleAndFactory() local1280 ::comphelper::SequenceAsHashMap lModuleDescription(xModuleConfig->getByName(rInfo.AppModule)); in implts_specifyAppModuleAndFactory()