Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfexport/
H A Drtfexport2.cxx359 lang::Locale aUSLocale, aFRLocale; variable
360 aUSLocale.Language = "en";
363 = xNumberSupplier->getNumberFormats()->addNewConverted("d MMMM yyyy", aUSLocale, aFRLocale);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfexport/
H A Drtfexport2.cxx363 lang::Locale aUSLocale, aFRLocale; variable
364 aUSLocale.Language = "en";
367 = xNumberSupplier->getNumberFormats()->addNewConverted("d MMMM yyyy", aUSLocale, aFRLocale);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3259 lang::Locale aUSLocale; in SetNumberFormat() local
3260 aUSLocale.Language = "en"; in SetNumberFormat()
3261 aUSLocale.Country = "US"; in SetNumberFormat()
3264 lang::Locale aCurrentLocale = aUSLocale; in SetNumberFormat()
3280 … nKey = xNumberSupplier->getNumberFormats()->addNewConverted( sFormat, aUSLocale, aCurrentLocale ); in SetNumberFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx4138 lang::Locale aUSLocale; in SetNumberFormat() local
4139 aUSLocale.Language = "en"; in SetNumberFormat()
4140 aUSLocale.Country = "US"; in SetNumberFormat()
4143 lang::Locale aCurrentLocale = aUSLocale; in SetNumberFormat()
4159 … nKey = xNumberSupplier->getNumberFormats()->addNewConverted( sFormat, aUSLocale, aCurrentLocale ); in SetNumberFormat()