Searched refs:xModuleConfig (Results 1 – 7 of 7) sorted by relevance
346 css::uno::Reference< css::container::XNameAccess > xModuleConfig; in its_isHelpUrlADefaultOne() local347 xConfig->getByName(pModules[i]) >>= xModuleConfig; in its_isHelpUrlADefaultOne()348 if (!xModuleConfig.is()) in its_isHelpUrlADefaultOne()352 xModuleConfig->getByName(PROP_HELP_BASEURL) >>= sHelpBaseURL; in its_isHelpUrlADefaultOne()381 css::uno::Reference< css::container::XNameAccess > xModuleConfig; in its_checkIfHelpEnabledAndGetURL() local383 xConfig->getByName(sModule) >>= xModuleConfig; in its_checkIfHelpEnabledAndGetURL()386 if (xModuleConfig.is()) in its_checkIfHelpEnabledAndGetURL()387 xModuleConfig->getByName(PROP_AUTOMATIC_HELP) >>= bHelpEnabled; in its_checkIfHelpEnabledAndGetURL()392 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()
580 css::uno::Reference< css::container::XNameAccess > xModuleConfig( in impl_getListOfInstalledModules() local585 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()
1284 …css::uno::Reference< css::container::XNameAccess > xModuleConfig(xManager … in implts_specifyAppModuleAndFactory() local1289 ::comphelper::SequenceAsHashMap lModuleDescription(xModuleConfig->getByName(rInfo.AppModule)); in implts_specifyAppModuleAndFactory()
Completed in 64 milliseconds