Home
last modified time | relevance | path

Searched refs:bShowEquation (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx702 bool bShowEquation = false; in hasEquation() local
704 xEquationProp->getPropertyValue( C2U("ShowEquation")) >>= bShowEquation; in hasEquation()
706 bHasEquation = bShowEquation || bShowCoefficient; in hasEquation()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx1100 sal_Bool bShowEquation = sal_True; in StartElement() local
1124 rImport.GetMM100UnitConverter().convertBool( bShowEquation, aValue ); in StartElement()
1135 if( sAutoStyleName.getLength() || bShowEquation || bShowRSquare ) in StartElement()
1159 …pertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("ShowEquation")), uno::makeAny( bShowEquation )); in StartElement()
H A DSchXMLExport.cxx3126 bool bShowEquation = false; in exportRegressionCurve() local
3133 >>= bShowEquation; in exportRegressionCurve()
3136 bExportEquation = ( bShowEquation || bShowRSquared ); in exportRegressionCurve()
3166 if( !bShowEquation ) in exportRegressionCurve()
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx1061 bool bShowEquation = false; in createRegressionCurveEquationShapes() local
1064 if(( xEquationProperties->getPropertyValue( C2U("ShowEquation")) >>= bShowEquation ) && in createRegressionCurveEquationShapes()
1067 if( ! (bShowEquation || bShowCorrCoeff)) in createRegressionCurveEquationShapes()
1074 if( bShowEquation ) in createRegressionCurveEquationShapes()

Completed in 57 milliseconds