Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/layout/core/
H A Dtranslate.cxx51 std::list<OUString> aSubdirs; in getLocaleSubdirList() local
52 aSubdirs.push_front( OUString::createFromAscii( "." ) ); in getLocaleSubdirList()
53 aSubdirs.push_front( OUString::createFromAscii( "en-US" ) ); in getLocaleSubdirList()
55 aSubdirs.push_front( rLocale.Language ); in getLocaleSubdirList()
61 aSubdirs.push_front( aLocaleCountry ); in getLocaleSubdirList()
63 aSubdirs.push_front( aLocaleCountry in getLocaleSubdirList()
67 return aSubdirs; in getLocaleSubdirList()
101 std::list<OUString> aSubdirs in readRightTranslation() local
108 aXMLFile = getFirstExisting( aCurrentWorkingDir, aSubdirs, aXMLName ); in readRightTranslation()
119 aXMLFile = getFirstExisting( aXMLDir, aSubdirs, aXMLName ); in readRightTranslation()

Completed in 14 milliseconds