Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dformulaparser.cxx500 …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::FormulaParserImpl
889 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 56 milliseconds