Searched refs:pushBinaryOperatorToken (Results 1 – 1 of 1) sorted by relevance
500 …bool pushBinaryOperatorToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces = 0 );851 bool FormulaParserImpl::pushBinaryOperatorToken( sal_Int32 nOpCode, const WhiteSpaceVec* pSpaces ) in pushBinaryOperatorToken() function in oox::xls::FormulaParserImpl889 bOk = pushBinaryOperatorToken( OPCODE_SEP ); in pushFunctionOperatorToken()1111 return pushBinaryOperatorToken( nOpCode, &maLeadingSpaces ) && resetSpaces(); in pushBinaryOperator()1615 pushBinaryOperatorToken( OPCODE_SUB ))) && in importTableToken()1623 pushBinaryOperatorToken( OPCODE_SUB ))))) && in importTableToken()
Completed in 30 milliseconds