Searched refs:STATE_END (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xlformula.cxx | 672 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 D | xeformula.cxx | 1399 enum { STATE_START, STATE_OPEN, STATE_PARAM, STATE_SEP, STATE_CLOSE, STATE_END } in ProcessFunction() enumerator 1401 while( eState != STATE_END ) switch( eState ) in ProcessFunction() 1405 eState = mxData->mbOk ? STATE_OPEN : STATE_END; in ProcessFunction() 1409 …State = mxData->mbOk ? ((aTokData.GetOpCode() == ocClose) ? STATE_CLOSE : STATE_PARAM) : STATE_END; in ProcessFunction() 1419 if( !mxData->mbOk ) eState = STATE_END; in ProcessFunction() 1423 eState = mxData->mbOk ? STATE_PARAM : STATE_END; in ProcessFunction() 1427 eState = STATE_END; in ProcessFunction()
|
/trunk/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 114 STATE_BEGIN, STATE_END, STATE_COMPONENTS, STATE_COMPONENT_INITIAL, in Parser() enumerator 135 case STATE_END: in Parser() 147 state = STATE_END; in Parser()
|
Completed in 39 milliseconds