Home
last modified time | relevance | path

Searched refs:nNumberFormatKey (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/chart2/source/tools/
H A DExponentialRegressionCurveCalculator.cxx145 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation()
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 DLinearRegressionCurveCalculator.cxx133 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation()
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 DLogarithmicRegressionCurveCalculator.cxx142 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation()
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 DNumberFormatterWrapper.cxx46 , sal_Int32 nNumberFormatKey ) in FixedNumberFormatter() argument
48 , m_nNumberFormatKey( nNumberFormatKey ) in FixedNumberFormatter()
119 sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) const in getFormattedString() argument
144 fValue, nNumberFormatKey, aText, &pTextColor); in getFormattedString()
H A DRegressionCurveCalculator.cxx76 ::sal_Int32 nNumberFormatKey, in getFormattedString() argument
82 aResult = xNumFormatter->convertNumberToString( nNumberFormatKey, fNumber ); in getFormattedString()
143 ::sal_Int32 nNumberFormatKey ) in getFormattedRepresentation() argument
158 return ImplGetRepresentation( xNumFormatter, nNumberFormatKey ); in getFormattedRepresentation()
H A DPotentialRegressionCurveCalculator.cxx144 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation()
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 DAxisHelper.cxx151 sal_Int32 nNumberFormatKey(0); in getExplicitNumberFormatKeyForAxis() local
159 if( xProp.is() && !( xProp->getPropertyValue( C2U( "NumberFormat" ) ) >>= nNumberFormatKey ) ) in getExplicitNumberFormatKeyForAxis()
171 nNumberFormatKey = nPercentFormat; in getExplicitNumberFormatKeyForAxis()
181 nNumberFormatKey = xSeq->getNumberFormatKeyByIndex( -1 ); in getExplicitNumberFormatKeyForAxis()
183nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis()
192 nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis()
222nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis()
307 nNumberFormatKey = (*aIt).first; in getExplicitNumberFormatKeyForAxis()
322nNumberFormatKey = AxisHelper::getExplicitNumberFormatKeyForAxis( xParallelAxis, xCorrespondingCoo… in getExplicitNumberFormatKeyForAxis()
327 return nNumberFormatKey; in getExplicitNumberFormatKeyForAxis()
H A DMeanValueRegressionCurveCalculator.cxx130 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation()
134 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fMeanValue )); in ImplGetRepresentation()
/aoo42x/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx141 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
142 …aX = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText()
147 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
148 …aY = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColorChan… in lcl_getDataPointValueText()
153 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
159 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
160 …aY_Min = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText()
165 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
166 …aY_Max = aNumberFormatterWrapper.getFormattedString( nNumberFormatKey, fValue, nLabelColor, bColor… in lcl_getDataPointValueText()
171 … sal_Int32 nNumberFormatKey = xDataSequence->getNumberFormatKeyByIndex( nPointIndex ); in lcl_getDataPointValueText() local
[all …]
H A DDataBrowserModel.cxx263 sal_Int32 nNumberFormatKey ) : in tDataColumn()
269 m_nNumberFormatKey( nNumberFormatKey ) in tDataColumn()
941 sal_Int32 nNumberFormatKey, in addErrorBarRanges() argument
1006 nNumberFormatKey )); in addErrorBarRanges()
H A DDataBrowserModel.hxx155 sal_Int32 nNumberFormatKey,
/aoo42x/main/chart2/source/inc/
H A DRegressionCurveCalculator.hxx49 ::sal_Int32 nNumberFormatKey ) const = 0;
53 ::sal_Int32 nNumberFormatKey,
82 ::sal_Int32 nNumberFormatKey )
H A DNumberFormatterWrapper.hxx50 …rtl::OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColo…
66 , sal_Int32 nNumberFormatKey );
H A DExponentialRegressionCurveCalculator.hxx41 ::sal_Int32 nNumberFormatKey ) const;
H A DLinearRegressionCurveCalculator.hxx41 ::sal_Int32 nNumberFormatKey ) const;
H A DLogarithmicRegressionCurveCalculator.hxx41 ::sal_Int32 nNumberFormatKey ) const;
H A DMeanValueRegressionCurveCalculator.hxx41 ::sal_Int32 nNumberFormatKey ) const;
H A DPotentialRegressionCurveCalculator.hxx43 ::sal_Int32 nNumberFormatKey ) const;
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx390 sal_Int32 nNumberFormatKey = 0; in getLabelTextForValue() local
392 nNumberFormatKey = rDataSeries.getExplicitNumberFormat(nPointIndex,bAsPercentage); in getLabelTextForValue()
397 nNumberFormatKey = nPercentFormat; in getLabelTextForValue()
404 nNumberFormatKey = rDataSeries.detectNumberFormatKey( nPointIndex ); in getLabelTextForValue()
406 if(nNumberFormatKey<0) in getLabelTextForValue()
407 nNumberFormatKey=0; in getLabelTextForValue()
412 nNumberFormatKey, fValue, nLabelCol, bColChanged ); in getLabelTextForValue()
1071 sal_Int32 nNumberFormatKey = 0; in createRegressionCurveEquationShapes() local
1072 xEquationProperties->getPropertyValue( C2U("NumberFormat")) >>= nNumberFormatKey; in createRegressionCurveEquationShapes()
1080 nNumberFormatKey ); in createRegressionCurveEquationShapes()
[all …]
/aoo42x/main/chart2/source/view/main/
H A DVDataSeries.cxx88 sal_Int32 nNumberFormatKey = -1; in detectNumberFormatKey() local
94 nNumberFormatKey = Model->getNumberFormatKeyByIndex( index ); in detectNumberFormatKey()
97 return nNumberFormatKey; in detectNumberFormatKey()
/aoo42x/main/chart2/source/view/axes/
H A DVAxisProperties.hxx73 sal_Int32 nNumberFormatKey; member
H A DVPolarAngleAxis.cxx70 m_xNumberFormatsSupplier, rAxisLabelProperties.nNumberFormatKey ); in createTextShapes_ForAngleAxis()
H A DVAxisBase.cxx99 m_aAxisLabelProperties.nNumberFormatKey = m_aAxisProperties.m_nNumberFormatKey; in initAxisLabelProperties()
H A DVAxisProperties.cxx390 , nNumberFormatKey(0) in AxisLabelProperties()
/aoo42x/main/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl140 [in] long nNumberFormatKey );

Completed in 155 milliseconds

12