Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx294 maTokens.append( OPCODE_CLOSE ); in processParameters()
332 while( (pToken < pTokenEnd) && (pToken->OpCode != OPCODE_CLOSE) ) in skipParentheses()
340 …OSL_ENSURE( ((pToken < pTokenEnd) && (pToken->OpCode == OPCODE_CLOSE)) || ((pTokenEnd - 1)->OpCode… in skipParentheses()
352 while( (pToken < pTokenEnd) && (pToken->OpCode != OPCODE_CLOSE) ) in findParameters()
363 …OSL_ENSURE( ((pToken < pTokenEnd) && (pToken->OpCode == OPCODE_CLOSE)) || ((pTokenEnd - 1)->OpCode… in findParameters()
820 appendRawToken( OPCODE_CLOSE ); in pushParenthesesOperandToken()
874 appendRawToken( OPCODE_CLOSE ); in pushParenthesesOperatorToken()
2833 aTokens[ 2 ].OpCode = OPCODE_CLOSE; in convertBoolToFormula()
2874 aTokens[ 5 ].OpCode = OPCODE_CLOSE; in convertNumberToHyperlink()
H A Dformulabase.cxx1073 initOpCode( OPCODE_CLOSE, aTokenMap, API_TOKEN_CLOSE, ')' ) && in OpCodeProviderImpl()
1617 else if( nOpCode == OPCODE_CLOSE ) eState = lclProcessClose( nParenLevel ); in extractCellRangeList()
1625 else if( nOpCode == OPCODE_CLOSE ) eState = lclProcessClose( nParenLevel ); in extractCellRangeList()
1633 else if( nOpCode == OPCODE_CLOSE ) eState = lclProcessClose( nParenLevel ); in extractCellRangeList()
1639 else if( nOpCode == OPCODE_CLOSE ) eState = lclProcessClose( nParenLevel ); in extractCellRangeList()
/aoo41x/main/oox/inc/oox/xls/
H A Dformulabase.hxx334 sal_Int32 OPCODE_CLOSE; /// Closing parenthesis. member

Completed in 46 milliseconds