Searched refs:STATE_SEP (Results 1 – 3 of 3) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | formulabase.cxx | 1386 enum TokenToRangeListState { STATE_REF, STATE_SEP, STATE_OPEN, STATE_CLOSE, STATE_ERROR }; enumerator 1615 if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList() 1616 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList() 1620 case STATE_SEP: in extractCellRangeList() 1622 else if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList() 1623 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList() 1630 else if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList() 1631 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList() 1637 if( nOpCode == OPCODE_SEP ) eState = STATE_SEP; in extractCellRangeList() 1638 else if( nOpCode == OPCODE_LIST ) eState = STATE_SEP; in extractCellRangeList()
|
/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 681 eState = (bRet && (++aIt).Is()) ? STATE_SEP : STATE_END; in GetStringList() 683 case STATE_SEP: in GetStringList()
|
H A D | xeformula.cxx | 1399 enum { STATE_START, STATE_OPEN, STATE_PARAM, STATE_SEP, STATE_CLOSE, STATE_END } in ProcessFunction() enumerator 1415 case ocSep: eState = STATE_SEP; break; in ProcessFunction() 1421 case STATE_SEP: in ProcessFunction()
|
Completed in 46 milliseconds