Home
last modified time | relevance | path

Searched refs:getFormattedString (Results 1 – 15 of 15) sorted by relevance

/trunk/main/chart2/source/tools/
H A DExponentialRegressionCurveCalculator.cxx158 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 DLinearRegressionCurveCalculator.cxx147 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 DLogarithmicRegressionCurveCalculator.cxx157 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 DNumberFormatterWrapper.cxx65 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 DPotentialRegressionCurveCalculator.cxx154 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 DMeanValueRegressionCurveCalculator.cxx134 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fMeanValue )); in ImplGetRepresentation()
H A DRegressionCurveCalculator.cxx74 OUString RegressionCurveCalculator::getFormattedString( in getFormattedString() function in chart::RegressionCurveCalculator
H A DExplicitCategoriesProvider.cxx224 aText = aNumberFormatterWrapper.getFormattedString( in convertCategoryAnysToText()
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx142 …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 DDataBrowser.cxx692 aResult = String( m_spNumberFormatterWrapper->getFormattedString( in GetCellText()
709 aResult = String( m_spNumberFormatterWrapper->getFormattedString( in GetCellText()
/trunk/main/chart2/source/inc/
H A DNumberFormatterWrapper.hxx50 …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 DRegressionCurveCalculator.hxx51 ::rtl::OUString getFormattedString(
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx124 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes_ForAngleAxis()
H A DVCartesianAxis.cxx722 …aLabel = aFixedNumberFormatter.getFormattedString( pTickInfo->getUnscaledTickValue(), nExtraColor,… in createTextShapes()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx411 aNumber = m_apNumberFormatterWrapper->getFormattedString( in getLabelTextForValue()
1104 m_apNumberFormatterWrapper->getFormattedString( in createRegressionCurveEquationShapes()

Completed in 72 milliseconds