/trunk/main/sc/source/filter/xml/ |
H A D | xmlsorti.cxx | 59 sCountry(), in ScXMLSortContext() 105 sCountry = sValue; in ScXMLSortContext() 145 sal_Int32 nCountryLength(sCountry.getLength()); in EndElement() 171 aLocale.Country = sCountry; in EndElement()
|
H A D | xmlsorti.hxx | 41 rtl::OUString sCountry; member in ScXMLSortContext
|
H A D | XMLExportDatabaseRanges.cxx | 476 rtl::OUString sCountry(aSortFields[0].CollatorLocale.Country); in WriteSortDescriptor() local 481 …DBG_ASSERT(sCountry == aSortFields[i].CollatorLocale.Country, "seems that it is now possible to ha… in WriteSortDescriptor()
|
/trunk/main/comphelper/source/misc/ |
H A D | locale.cxx | 366 const ::rtl::OUString& sCountry , in Locale() 371 setCountry (sCountry ); in Locale() 414 void Locale::setCountry(const ::rtl::OUString& sCountry) in setCountry() argument 416 m_sCountry = sCountry; in setCountry()
|
/trunk/main/sal/rtl/source/ |
H A D | locale.c | 265 rtl_uString* sCountry = NULL; in rtl_locale_register() local 286 rtl_uString_newFromStr(&sCountry, country); in rtl_locale_register() 292 newLocale->Country = sCountry; in rtl_locale_register()
|
/trunk/main/unotools/source/config/ |
H A D | useroptions.cxx | 357 ::rtl::OUString sCountry; in GetCountry() 361 m_xData->getPropertyValue(s_sc) >>= sCountry; in GetCountry() 368 return sCountry; in GetCountry() 618 void SvtUserOptions_Impl::SetCountry( const ::rtl::OUString& sCountry ) in SetCountry() argument 622 m_xData->setPropertyValue(s_sc, css::uno::makeAny(::rtl::OUString(sCountry))); in SetCountry()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 947 OUString sLanguage, sCountry; in SvXMLNumFmtElementContext() local 1004 sCountry = sValue; in SvXMLNumFmtElementContext() 1020 if ( sLanguage.getLength() || sCountry.getLength() ) in SvXMLNumFmtElementContext() 1022 nElementLang = MsLangId::convertIsoNamesToLanguage( sLanguage, sCountry ); in SvXMLNumFmtElementContext() 1396 OUString sLanguage, sCountry; in SvXMLNumFormatContext() local 1420 sCountry = sValue; in SvXMLNumFormatContext() 1458 if ( sLanguage.getLength() || sCountry.getLength() ) in SvXMLNumFormatContext() 1460 nFormatLang = MsLangId::convertIsoNamesToLanguage( sLanguage, sCountry ); in SvXMLNumFormatContext()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | locale.hxx | 208 const ::rtl::OUString& sCountry , 269 void setCountry(const ::rtl::OUString& sCountry);
|
/trunk/main/svtools/source/control/ |
H A D | fmtfield.cxx | 1233 String sLanguage, sCountry; in ResetConformanceTester() local 1234 …oIsoNames( pFormatEntry ? pFormatEntry->GetLanguage() : LANGUAGE_ENGLISH_US, sLanguage, sCountry ); in ResetConformanceTester() 1236 aParam.Locale.Country = sCountry; in ResetConformanceTester()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | FileAccess.java | 314 String sCountry = aLocale.Country; in checkIfLanguagePathExists() local 319 aLocaleAll.append(sLanguage).append('-').append(sCountry).append('-').append(sVariant); in checkIfLanguagePathExists() 331 aLocaleLang_Country.append(sLanguage).append('-').append(sCountry); in checkIfLanguagePathExists()
|
/trunk/main/xmloff/source/core/ |
H A D | SettingsExportHelper.cxx | 475 const rtl::OUString sCountry ( RTL_CONSTASCII_USTRINGPARAM ( "Country" ) ); in exportForbiddenCharacters() local 493 pForChar[XML_FORBIDDEN_CHARACTER_COUNTRY].Name = sCountry; in exportForbiddenCharacters()
|
H A D | DocumentSettingsContext.cxx | 849 const rtl::OUString sCountry ( RTL_CONSTASCII_USTRINGPARAM ( "Country" ) ); in EndElement() local 863 else if (pForChar->Name.equals (sCountry ) ) in EndElement()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmaddressblockpage.hxx | 146 void SetSettings(sal_Bool bIsCountry, ::rtl::OUString sCountry);
|
/trunk/main/sw/source/ui/inc/ |
H A D | mmconfigitem.hxx | 148 void SetCountrySettings(sal_Bool bSet, const rtl::OUString& sCountry);
|
/trunk/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 2321 OString sCountry = OUStringToOString(xLocale.Country, RTL_TEXTENCODING_UTF8); in CharLanguage() local 2323 OString aLanguageCode = sLanguage + "-" + sCountry; in CharLanguage()
|