/aoo42x/main/chart2/source/tools/ |
H A D | ExponentialRegressionCurveCalculator.cxx | 145 ::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 D | LinearRegressionCurveCalculator.cxx | 133 ::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 D | LogarithmicRegressionCurveCalculator.cxx | 142 ::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 D | NumberFormatterWrapper.cxx | 46 , 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 D | RegressionCurveCalculator.cxx | 76 ::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 D | PotentialRegressionCurveCalculator.cxx | 144 ::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 D | AxisHelper.cxx | 151 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() 183 … nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis() 192 nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis() 222 … nNumberFormatKey = DiagramHelper::getDateNumberFormat( xNumberFormatsSupplier ); in getExplicitNumberFormatKeyForAxis() 307 nNumberFormatKey = (*aIt).first; in getExplicitNumberFormatKeyForAxis() 322 …nNumberFormatKey = AxisHelper::getExplicitNumberFormatKeyForAxis( xParallelAxis, xCorrespondingCoo… in getExplicitNumberFormatKeyForAxis() 327 return nNumberFormatKey; in getExplicitNumberFormatKeyForAxis()
|
H A D | MeanValueRegressionCurveCalculator.cxx | 130 ::sal_Int32 nNumberFormatKey ) const in ImplGetRepresentation() 134 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fMeanValue )); in ImplGetRepresentation()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | ObjectNameProvider.cxx | 141 … 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 D | DataBrowserModel.cxx | 263 sal_Int32 nNumberFormatKey ) : in tDataColumn() 269 m_nNumberFormatKey( nNumberFormatKey ) in tDataColumn() 941 sal_Int32 nNumberFormatKey, in addErrorBarRanges() argument 1006 nNumberFormatKey )); in addErrorBarRanges()
|
H A D | DataBrowserModel.hxx | 155 sal_Int32 nNumberFormatKey,
|
/aoo42x/main/chart2/source/inc/ |
H A D | RegressionCurveCalculator.hxx | 49 ::sal_Int32 nNumberFormatKey ) const = 0; 53 ::sal_Int32 nNumberFormatKey, 82 ::sal_Int32 nNumberFormatKey )
|
H A D | NumberFormatterWrapper.hxx | 50 …rtl::OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColo… 66 , sal_Int32 nNumberFormatKey );
|
H A D | ExponentialRegressionCurveCalculator.hxx | 41 ::sal_Int32 nNumberFormatKey ) const;
|
H A D | LinearRegressionCurveCalculator.hxx | 41 ::sal_Int32 nNumberFormatKey ) const;
|
H A D | LogarithmicRegressionCurveCalculator.hxx | 41 ::sal_Int32 nNumberFormatKey ) const;
|
H A D | MeanValueRegressionCurveCalculator.hxx | 41 ::sal_Int32 nNumberFormatKey ) const;
|
H A D | PotentialRegressionCurveCalculator.hxx | 43 ::sal_Int32 nNumberFormatKey ) const;
|
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 390 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 D | VDataSeries.cxx | 88 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 D | VAxisProperties.hxx | 73 sal_Int32 nNumberFormatKey; member
|
H A D | VPolarAngleAxis.cxx | 70 m_xNumberFormatsSupplier, rAxisLabelProperties.nNumberFormatKey ); in createTextShapes_ForAngleAxis()
|
H A D | VAxisBase.cxx | 99 m_aAxisLabelProperties.nNumberFormatKey = m_aAxisProperties.m_nNumberFormatKey; in initAxisLabelProperties()
|
H A D | VAxisProperties.cxx | 390 , nNumberFormatKey(0) in AxisLabelProperties()
|
/aoo42x/main/offapi/com/sun/star/chart2/ |
H A D | XRegressionCurveCalculator.idl | 140 [in] long nNumberFormatKey );
|