Home
last modified time | relevance | path

Searched refs:bHasEquation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx696 bool bHasEquation = false; in hasEquation() local
706 bHasEquation = bShowEquation || bShowCoefficient; in hasEquation()
709 return bHasEquation; in hasEquation()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1044 bool bHasEquation = RegressionCurveHelper::hasEquation( xTrendline ); in execute_Command() local
1127 if( bHasEquation ) in execute_Command()
1143 else if( !bHasEquation ) in execute_Command()
1159 if( bHasEquation ) in execute_Command()