Home
last modified time | relevance | path

Searched refs:aCountry (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/desktop/source/app/
H A Dapp.cxx280 OUString aCountry = aUILocaleString.getToken( 0, '-', nIndex); in GetDesktopResManager() local
283 ::com::sun::star::lang::Locale aLocale( aLanguage, aCountry, aVariant ); in GetDesktopResManager()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1086 ::rtl::OUString aCountry( pLocale->Country ); in setWMName()
1089 if( aCountry.getLength() ) in setWMName()
1092 aLocaleString += aCountry; in setWMName()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx482 rtl::OUString aLanguage, aCountry; in getInstalledLanguageTypes() local
483 MsLangId::convertLanguageToIsoNames( eLang, aLanguage, aCountry ); in getInstalledLanguageTypes()
485 xLoc[i].Country != aCountry ) in getInstalledLanguageTypes()
503 if ( aCountry.getLength() ) in getInstalledLanguageTypes()
506 aMsg += String( aCountry); in getInstalledLanguageTypes()
/trunk/main/tools/source/fsys/
H A Dos2.cxx720 COUNTRYCODE aCountry;
721 aCountry.country = CURRENT_COUNTRY; /* Country code */
722 aCountry.codepage = NLS_CODEPAGE; /* Code page */
723 DosMapCase( 255, &aCountry, sTemp+1 );
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1855 ::rtl::OUString aCountry = aLocale.Country; in implGetNameScemeForLocaleItem()
1856 if( aCountry.getLength() ) in implGetNameScemeForLocaleItem()
1859 aRetStr += aCountry; in implGetNameScemeForLocaleItem()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx136 rtl::OString aLg, aCountry, aVariant; in ChangeLanguage() local
140 aCountry = aLang.getToken( 0, '-', nIndex ); in ChangeLanguage()
155 aLangFallbacks.push_back(getLangIdAndShortenLocale( this, aLg, aCountry, aVariant ) ); in ChangeLanguage()
161 aCountry = "US"; in ChangeLanguage()
163 aLangFallbacks.push_back( getLangIdAndShortenLocale( this, aLg, aCountry, aVariant ) ); in ChangeLanguage()
H A Drscibas.cxx96 ByteString aCountry, aLang; in Init() local
107 aCountry = pLangEntry->maCountry; in Init()
108 if ( aLang.EqualsIgnoreCaseAscii( aCountry ) || ! aCountry.Len() ) in Init()
128 aLang += aCountry.ToUpperAscii(); in Init()
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl68 [in] string aCountry,
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx165 NSString* aCountry = [ aLocDict objectForKey:NSLocaleCountryCode ]; in getLocales() local
167 … OUString country([ aCountry cStringUsingEncoding: NSUTF8StringEncoding], [aCountry length], aEnc); in getLocales()
262 …NSString* aCountry = [[NSString alloc] initWithCharacters: rLocale.Country.getStr() length: rLocal… in GetSpellFailure() local
264 NSString* aTaggedCountry = [aTag stringByAppendingString:aCountry]; in GetSpellFailure()
369 …NSString* aCountry = [[NSString alloc] initWithCharacters: rLocale.Country.getStr() length: rLocal… in GetProposals() local
371 NSString* aTaggedCountry = [aTag stringByAppendingString:aCountry]; in GetProposals()
/trunk/main/i18npool/source/isolang/
H A Disolang.cxx832 rtl::OUString aCountry; in convertLanguageToIsoString() local
834 if ( aCountry.getLength() ) in convertLanguageToIsoString()
838 aBuf.append( aCountry ); in convertLanguageToIsoString()
852 rtl::OString aCountry; in convertLanguageToIsoByteString() local
854 if ( aCountry.getLength() ) in convertLanguageToIsoByteString()
858 aBuf.append( aCountry ); in convertLanguageToIsoByteString()
984 rtl::OUString aCountry; in convertIsoStringToLanguage() local
989 aCountry = rString.copy( nSepPos+1 ); in convertIsoStringToLanguage()
1004 rtl::OString aCountry; in convertIsoByteStringToLanguage() local
1009 aCountry = rString.copy( nSepPos+1 ); in convertIsoByteStringToLanguage()
[all …]

Completed in 117 milliseconds