Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlsorti.cxx59 sCountry(), in ScXMLSortContext()
105 sCountry = sValue; in ScXMLSortContext()
145 sal_Int32 nCountryLength(sCountry.getLength()); in EndElement()
171 aLocale.Country = sCountry; in EndElement()
H A Dxmlsorti.hxx41 rtl::OUString sCountry; member in ScXMLSortContext
H A DXMLExportDatabaseRanges.cxx476 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 Dlocale.cxx366 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 Dlocale.c265 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 Duseroptions.cxx357 ::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 Dxmlnumfi.cxx947 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 Dlocale.hxx208 const ::rtl::OUString& sCountry ,
269 void setCountry(const ::rtl::OUString& sCountry);
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx1233 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 DFileAccess.java314 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 DSettingsExportHelper.cxx475 const rtl::OUString sCountry ( RTL_CONSTASCII_USTRINGPARAM ( "Country" ) ); in exportForbiddenCharacters() local
493 pForChar[XML_FORBIDDEN_CHARACTER_COUNTRY].Name = sCountry; in exportForbiddenCharacters()
H A DDocumentSettingsContext.cxx849 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 Dmmaddressblockpage.hxx146 void SetSettings(sal_Bool bIsCountry, ::rtl::OUString sCountry);
/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx148 void SetCountrySettings(sal_Bool bSet, const rtl::OUString& sCountry);
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2321 OString sCountry = OUStringToOString(xLocale.Country, RTL_TEXTENCODING_UTF8); in CharLanguage() local
2323 OString aLanguageCode = sLanguage + "-" + sCountry; in CharLanguage()

Completed in 150 milliseconds