Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dnumehelp.cxx86 …ExportHelper::GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsSt… in GetCellType() argument
94 sCurrency = aItr->sCurrency; in GetCellType()
102 if (GetCurrencySymbol(nNumberFormat, aFormat.sCurrency)) in GetCellType()
103 sCurrency = aFormat.sCurrency; in GetCellType()
311 rtl::OUString sCurrency; in SetNumberFormatAttributes() local
313 GetCurrencySymbol(nNumberFormat, sCurrency, rXMLExport.GetNumberFormatsSupplier()); in SetNumberFormatAttributes()
314 WriteAttributes(rXMLExport, nTypeKey, rValue, sCurrency, bExportValue); in SetNumberFormatAttributes()
531 rtl::OUString sCurrency; in SetNumberFormatAttributes() local
532 sal_Int16 nTypeKey = GetCellType(nNumberFormat, sCurrency, bIsStandard); in SetNumberFormatAttributes()
533 WriteAttributes(nTypeKey, rValue, sCurrency, bExportValue); in SetNumberFormatAttributes()
/trunk/main/xmloff/inc/xmloff/
H A Dnumehelp.hxx45 rtl::OUString sCurrency; member
51 sal_Int16 nTempType) : sCurrency(sTempCurrency), nNumberFormat(nTempFormat), in XMLNumberFormat()
89 …sal_Int16 GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStanda…
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.hxx70 rtl::OUString sCurrency; member
81 return rValue1.sCurrency < rValue2.sCurrency; in operator ()()
H A DXMLStylesImportHelper.cxx204 aStyle.sCurrency = *pCurrency; in AddCurrencyRange()
301 …SetStylesToRanges(aItr->xRanges, pStyleName, util::NumberFormat::CURRENCY, &aItr->sCurrency, rImpo… in SetStylesToRanges()
H A Dxmlexprt.cxx2975 rtl::OUString sCurrency; in WriteCell() local
2976 … GetNumberFormatAttributesExportHelper()->GetCellType(aCell.nNumberFormat, sCurrency, bIsStandard); in WriteCell()

Completed in 55 milliseconds