Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx790 css::uno::Reference<css::xml::dom::XNode> nodeMatch; in getLocalizedChild() local
794 nodeMatch = matchFullLocale(xParent, sLocale); in getLocalizedChild()
797 if (! nodeMatch.is()) in getLocalizedChild()
800 nodeMatch = matchCountryAndLanguage(xParent, officeLocale); in getLocalizedChild()
801 if ( ! nodeMatch.is()) in getLocalizedChild()
803 nodeMatch = matchLanguage(xParent, officeLocale); in getLocalizedChild()
804 if (! nodeMatch.is()) in getLocalizedChild()
805 nodeMatch = getChildWithDefaultLocale(xParent); in getLocalizedChild()
810 return nodeMatch; in getLocalizedChild()
835 css::uno::Reference<css::xml::dom::XNode> nodeMatch; in matchCountryAndLanguage() local
[all …]