Home
last modified time | relevance | path

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

/AOO41X/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx793 css::uno::Reference<css::xml::dom::XNode> nodeMatch; in getLocalizedChild() local
797 nodeMatch = matchFullLocale(xParent, sLocale); in getLocalizedChild()
800 if (! nodeMatch.is()) in getLocalizedChild()
803 nodeMatch = matchCountryAndLanguage(xParent, officeLocale); in getLocalizedChild()
804 if ( ! nodeMatch.is()) in getLocalizedChild()
806 nodeMatch = matchLanguage(xParent, officeLocale); in getLocalizedChild()
807 if (! nodeMatch.is()) in getLocalizedChild()
808 nodeMatch = getChildWithDefaultLocale(xParent); in getLocalizedChild()
813 return nodeMatch; in getLocalizedChild()
838 css::uno::Reference<css::xml::dom::XNode> nodeMatch; in matchCountryAndLanguage() local
[all …]