Lines Matching refs:nNumberFormat

86 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, rtl::OU…  in GetCellType()  argument
88 XMLNumberFormat aFormat(sEmpty, nNumberFormat, 0); in GetCellType()
99 aFormat.nType = GetCellType(nNumberFormat, bIsStandard); in GetCellType()
102 if (GetCurrencySymbol(nNumberFormat, aFormat.sCurrency)) in GetCellType()
242 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol() argument
252 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol()
279 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Boo… in GetCellType() argument
289 … uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType()
307 const sal_Int32 nNumberFormat, const double& rValue, sal_Bool bExportValue) in SetNumberFormatAttributes() argument
310 …sal_Int16 nTypeKey = GetCellType(nNumberFormat, bIsStandard, rXMLExport.GetNumberFormatsSupplier()… in SetNumberFormatAttributes()
313 GetCurrencySymbol(nNumberFormat, sCurrency, rXMLExport.GetNumberFormatsSupplier()); in SetNumberFormatAttributes()
327 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol() argument
336 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCurrencySymbol()
361 sal_Int16 XMLNumberFormatAttributesExportHelper::GetCellType(const sal_Int32 nNumberFormat, sal_Boo… in GetCellType() argument
370 uno::Reference <beans::XPropertySet> xNumberPropertySet(xNumberFormats->getByKey(nNumberFormat)); in GetCellType()
526 const sal_Int32 nNumberFormat, const double& rValue, sal_Bool bExportValue) in SetNumberFormatAttributes() argument
532 sal_Int16 nTypeKey = GetCellType(nNumberFormat, sCurrency, bIsStandard); in SetNumberFormatAttributes()