Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx142 bool bMayFormatMeanValue; member
167 bMayFormatMeanValue( false ), in ControllerState()
225 bMayFormatMeanValue = false; in update()
245bMayFormatMeanValue = bMayDeleteMeanValue = RegressionCurveHelper::hasMeanValueLine( xRegCurveCnt … in update()
263 bMayFormatMeanValue = true; in update()
586 …tMeanValue")] = bIsWritable && bControllerStateIsValid && m_apControllerState->bMayFormatMeanValue; in updateCommandAvailability()