Searched refs:aRangeLocale (Results 1 – 1 of 1) sorted by relevance
433 lang::Locale aRangeLocale; in setNumberFormatLocal() local434 …rmat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LOCALE ) ) ) >>= aRangeLocale; in setNumberFormatLocal()435 sal_Int32 nNewFormat = xNumberFormats->queryKey(sLocalFormatString, aRangeLocale, sal_True); in setNumberFormatLocal()438 nNewFormat = xNumberFormats->addNew(sLocalFormatString, aRangeLocale); in setNumberFormatLocal()466 lang::Locale aRangeLocale; in setNumberFormat() local467 …rmat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LOCALE ) ) ) >>= aRangeLocale; in setNumberFormat()468 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, aRangeLocale); in setNumberFormat()
Completed in 17 milliseconds