Home
last modified time | relevance | path

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

/aoo4110/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.cxx1399 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()
/aoo4110/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()

Completed in 48 milliseconds