/aoo42x/main/chart2/source/tools/ |
H A D | ExponentialRegressionCurveCalculator.cxx | 158 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fLogIntercept) ); in ImplGetRepresentation() 160 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs(m_fLogSlope)) ); in ImplGetRepresentation() 167 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fIntercept) ); in ImplGetRepresentation() 169 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fLogSlope) ); in ImplGetRepresentation() 179 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fLogIntercept) ); in ImplGetRepresentation() 181 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs(m_fLogSlope)) ); in ImplGetRepresentation() 185 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fLogSlope) ); in ImplGetRepresentation()
|
H A D | LinearRegressionCurveCalculator.cxx | 147 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation() 159 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation() 164 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 169 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
|
H A D | LogarithmicRegressionCurveCalculator.cxx | 157 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation() 171 … aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, fabs( m_fIntercept ))); in ImplGetRepresentation() 176 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 181 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation()
|
H A D | NumberFormatterWrapper.cxx | 65 rtl::OUString FixedNumberFormatter::getFormattedString( double fValue, sal_Int32& rLabelColor, bool… in getFormattedString() function in chart::FixedNumberFormatter 67 return m_aNumberFormatterWrapper.getFormattedString( in getFormattedString() 118 rtl::OUString NumberFormatterWrapper::getFormattedString( in getFormattedString() function in chart::NumberFormatterWrapper
|
H A D | PotentialRegressionCurveCalculator.cxx | 154 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 160 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fIntercept )); in ImplGetRepresentation() 166 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fSlope )); in ImplGetRepresentation()
|
H A D | MeanValueRegressionCurveCalculator.cxx | 134 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fMeanValue )); in ImplGetRepresentation()
|
H A D | RegressionCurveCalculator.cxx | 74 OUString RegressionCurveCalculator::getFormattedString( in getFormattedString() function in chart::RegressionCurveCalculator
|
H A D | ExplicitCategoriesProvider.cxx | 224 aText = aNumberFormatterWrapper.getFormattedString( in convertCategoryAnysToText()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 142 …aX = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText() 148 …aY = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText() 154 …aY_First = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bCol… in lcl_getDataPointValueText() 160 …aY_Min = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText() 166 …aY_Max = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText() 172 …aY_Last = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColo… in lcl_getDataPointValueText() 178 …a_Size = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText()
|
H A D | DataBrowser.cxx | 692 aResult = String( m_spNumberFormatterWrapper->getFormattedString( in GetCellText() 709 aResult = String( m_spNumberFormatterWrapper->getFormattedString( in GetCellText()
|
/aoo42x/main/chart2/source/inc/ |
H A D | NumberFormatterWrapper.hxx | 50 …rtl::OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColo… 69 …rtl::OUString getFormattedString( double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) co…
|
H A D | RegressionCurveCalculator.hxx | 51 ::rtl::OUString getFormattedString(
|
/aoo42x/main/chart2/source/view/axes/ |
H A D | VPolarAngleAxis.cxx | 124 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes_ForAngleAxis()
|
H A D | VCartesianAxis.cxx | 722 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes()
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 411 aNumber = m_apNumberFormatterWrapper->getFormattedString( in getLabelTextForValue() 1104 m_apNumberFormatterWrapper->getFormattedString( in createRegressionCurveEquationShapes()
|