Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx140 bool bMayFormatTrendline; member
165 bMayFormatTrendline( false ), in ControllerState()
223 bMayFormatTrendline = false; in update()
244 bMayFormatTrendline = bMayDeleteTrendline = xRegCurve.is(); in update()
270 bMayFormatTrendline = true; in update()
587 …tTrendline")] = bIsWritable && bControllerStateIsValid && m_apControllerState->bMayFormatTrendline; in updateCommandAvailability()