Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/ !
H A Dxlformula.cxx672 enum { STATE_START, STATE_STR, STATE_SEP, STATE_END } eState = STATE_START; in GetStringList() enumerator
673 while( eState != STATE_END ) switch( eState ) in GetStringList()
676 eState = aIt.Is() ? STATE_STR : STATE_END; in GetStringList()
681 eState = (bRet && (++aIt).Is()) ? STATE_SEP : STATE_END; in GetStringList()
686 eState = (bRet && (++aIt).Is()) ? STATE_STR : STATE_END; in GetStringList()
H A Dxeformula.cxx1397 enum { STATE_START, STATE_OPEN, STATE_PARAM, STATE_SEP, STATE_CLOSE, STATE_END } in ProcessFunction() enumerator
1399 while( eState != STATE_END ) switch( eState ) in ProcessFunction()
1403 eState = mxData->mbOk ? STATE_OPEN : STATE_END; in ProcessFunction()
1407 …State = mxData->mbOk ? ((aTokData.GetOpCode() == ocClose) ? STATE_CLOSE : STATE_PARAM) : STATE_END; in ProcessFunction()
1417 if( !mxData->mbOk ) eState = STATE_END; in ProcessFunction()
1421 eState = mxData->mbOk ? STATE_PARAM : STATE_END; in ProcessFunction()
1425 eState = STATE_END; in ProcessFunction()
/AOO42X/main/stoc/source/simpleregistry/ !
H A Dtextualservices.cxx114 STATE_BEGIN, STATE_END, STATE_COMPONENTS, STATE_COMPONENT_INITIAL, in Parser() enumerator
135 case STATE_END: in Parser()
147 state = STATE_END; in Parser()