Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2219 PropertyMap::iterator aLocaleIter = pTopContext->find( aCharLocale ); in GetCurrentLocale() local
2220 if( aLocaleIter != pTopContext->end()) in GetCurrentLocale()
2221 aLocaleIter->second >>= rLocale; in GetCurrentLocale()
2225 aLocaleIter = pParaContext->find(aCharLocale); in GetCurrentLocale()
2226 if( aLocaleIter != pParaContext->end()) in GetCurrentLocale()
2228 aLocaleIter->second >>= rLocale; in GetCurrentLocale()

Completed in 99 milliseconds