Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/ui/vba/
H A Dvbaformat.cxx433 lang::Locale aRangeLocale; in setNumberFormatLocal() local
434 …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() local
467 …rmat)->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( LOCALE ) ) ) >>= aRangeLocale; in setNumberFormat()
468 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, aRangeLocale); in setNumberFormat()

Completed in 24 milliseconds