Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx1399 enum { STATE_START, STATE_OPEN, STATE_PARAM, STATE_SEP, STATE_CLOSE, STATE_END } in ProcessFunction() enumerator
1409 …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()
/aoo42x/main/oox/source/xls/
H A Dformulabase.cxx1386 enum TokenToRangeListState { STATE_REF, STATE_SEP, STATE_OPEN, STATE_CLOSE, STATE_ERROR }; enumerator
1425 return (ornParenLevel >= 0) ? STATE_CLOSE : STATE_ERROR; in lclProcessClose()
1636 case STATE_CLOSE: in extractCellRangeList()

Completed in 55 milliseconds