Searched refs:STATE_CLOSE (Results 1 – 2 of 2) sorted by relevance
1399 enum { STATE_START, STATE_OPEN, STATE_PARAM, STATE_SEP, STATE_CLOSE, STATE_END } in ProcessFunction() enumerator1409 …eState = mxData->mbOk ? ((aTokData.GetOpCode() == ocClose) ? STATE_CLOSE : STATE_PARAM) : STATE_EN… in ProcessFunction()1416 case ocClose: eState = STATE_CLOSE; break; in ProcessFunction()1425 case STATE_CLOSE: in ProcessFunction()
1386 enum TokenToRangeListState { STATE_REF, STATE_SEP, STATE_OPEN, STATE_CLOSE, STATE_ERROR }; enumerator1425 return (ornParenLevel >= 0) ? STATE_CLOSE : STATE_ERROR; in lclProcessClose()1636 case STATE_CLOSE: in extractCellRangeList()
Completed in 64 milliseconds