|
LibreOffice Module chart2 (master) 1
|
#include <NumberFormatterWrapper.hxx>
Public Member Functions | |
| FixedNumberFormatter (const css::uno::Reference< css::util::XNumberFormatsSupplier > &xSupplier, sal_Int32 nNumberFormatKey) | |
| ~FixedNumberFormatter () | |
| OUString | getFormattedString (double fValue, Color &rLabelColor, bool &rbColorChanged) const |
Private Attributes | |
| NumberFormatterWrapper | m_aNumberFormatterWrapper |
| sal_uInt32 | m_nNumberFormatKey |
Definition at line 52 of file NumberFormatterWrapper.hxx.
| chart::FixedNumberFormatter::FixedNumberFormatter | ( | const css::uno::Reference< css::util::XNumberFormatsSupplier > & | xSupplier, |
| sal_Int32 | nNumberFormatKey | ||
| ) |
Definition at line 32 of file NumberFormatterWrapper.cxx.
| chart::FixedNumberFormatter::~FixedNumberFormatter | ( | ) |
Definition at line 40 of file NumberFormatterWrapper.cxx.
| OUString chart::FixedNumberFormatter::getFormattedString | ( | double | fValue, |
| Color & | rLabelColor, | ||
| bool & | rbColorChanged | ||
| ) | const |
Definition at line 44 of file NumberFormatterWrapper.cxx.
References chart::NumberFormatterWrapper::getFormattedString(), m_aNumberFormatterWrapper, and m_nNumberFormatKey.
Referenced by chart::VPolarAngleAxis::createTextShapes_ForAngleAxis(), chart::VCartesianAxis::estimateMaximumAutoMainIncrementCount(), and chart::getTextLabelString().
|
private |
Definition at line 62 of file NumberFormatterWrapper.hxx.
Referenced by getFormattedString().
|
private |
Definition at line 63 of file NumberFormatterWrapper.hxx.
Referenced by getFormattedString().