Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2407 PropertyMap::iterator aLocaleIter = pTopContext->find( aCharLocale ); in GetCurrentLocale() local
2408 if( aLocaleIter != pTopContext->end()) in GetCurrentLocale()
2409 aLocaleIter->second >>= rLocale; in GetCurrentLocale()
2413 aLocaleIter = pParaContext->find(aCharLocale); in GetCurrentLocale()
2414 if( aLocaleIter != pParaContext->end()) in GetCurrentLocale()
2416 aLocaleIter->second >>= rLocale; in GetCurrentLocale()

Completed in 37 milliseconds