Lines Matching refs:_rLocale
132 const Locale& _rLocale) in getDefaultNumberFormat() argument
156 _rLocale); in getDefaultNumberFormat()
164 const Locale& _rLocale) in getDefaultNumberFormat() argument
176 nFormat = _xTypes->getStandardFormat(NumberFormat::LOGICAL, _rLocale); in getDefaultNumberFormat()
190 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat()
195 …::rtl::OUString sNewFormat = xFormats->generateFormat( 0L, _rLocale, sal_False, sal_False, (sal_In… in getDefaultNumberFormat()
198 nFormat = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in getDefaultNumberFormat()
200 nFormat = xFormats->addNew(sNewFormat, _rLocale); in getDefaultNumberFormat()
205 nFormat = _xTypes->getStandardFormat((sal_Int16)nNumberType, _rLocale); in getDefaultNumberFormat()
212 nFormat = _xTypes->getStandardFormat(NumberFormat::TEXT, _rLocale); in getDefaultNumberFormat()
215 nFormat = _xTypes->getStandardFormat(NumberFormat::DATE, _rLocale); in getDefaultNumberFormat()
218 nFormat = _xTypes->getStandardFormat(NumberFormat::TIME, _rLocale); in getDefaultNumberFormat()
221 nFormat = _xTypes->getStandardFormat(NumberFormat::DATETIME, _rLocale); in getDefaultNumberFormat()
235 nFormat = _xTypes->getStandardFormat(NumberFormat::UNDEFINED, _rLocale); in getDefaultNumberFormat()
1007 const Locale& _rLocale) in TransferFormComponentProperties() argument
1200 nBaseKey = xTypeList->getStandardFormat(NumberFormat::DATE, _rLocale); in TransferFormComponentProperties()
1204 nBaseKey = xTypeList->getStandardFormat(NumberFormat::TIME, _rLocale); in TransferFormComponentProperties()
1208 nBaseKey = xTypeList->getStandardFormat(NumberFormat::CURRENCY, _rLocale); in TransferFormComponentProperties()
1215 …::rtl::OUString sNewFormat = xFormats->generateFormat(nBaseKey, _rLocale, sal_False, sal_False, nD… in TransferFormComponentProperties()
1219 sal_Int32 nKey = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in TransferFormComponentProperties()
1222 nKey = xFormats->addNew(sNewFormat, _rLocale); in TransferFormComponentProperties()