Home
last modified time | relevance | path

Searched refs:xModuleConfig (Results 1 – 7 of 7) sorted by relevance

/trunk/main/framework/source/jobs/
H A Dhelponstartup.cxx346 css::uno::Reference< css::container::XNameAccess > xModuleConfig; in its_isHelpUrlADefaultOne() local
347 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() local
383 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()
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx760 Reference< container::XNameAccess > xModuleConfig( xModuleManager, UNO_QUERY ); in GetRootEntryBitmaps() local
761 if ( xModuleConfig.is() ) in GetRootEntryBitmaps()
764 xModuleConfig->getByName( sModule ) >>= aModuleDescr; in GetRootEntryBitmaps()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx580 css::uno::Reference< css::container::XNameAccess > xModuleConfig( in impl_getListOfInstalledModules() local
585 OUStringList lModules(xModuleConfig->getElementNames()); in impl_getListOfInstalledModules()
/trunk/main/cui/source/customize/
H A Dselector.cxx617 Reference<container::XNameAccess> xModuleConfig( in GetImage() local
623 Any aAny = xModuleConfig->getByName(appModule); in GetImage()
H A Dcfgutil.cxx841 Reference<container::XNameAccess> xModuleConfig( in GetImage() local
847 Any aAny = xModuleConfig->getByName(appModule); in GetImage()
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx236 Reference<container::XNameAccess> xModuleConfig( in Init() local
242 xModuleConfig->getByName(appModule) >>= moduleDescr; in Init()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1284 …css::uno::Reference< css::container::XNameAccess > xModuleConfig(xManager … in implts_specifyAppModuleAndFactory() local
1289 ::comphelper::SequenceAsHashMap lModuleDescription(xModuleConfig->getByName(rInfo.AppModule)); in implts_specifyAppModuleAndFactory()

Completed in 73 milliseconds