Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx497 …bool pushParenthesesOperandToken( const WhiteSpaceVec* pOpeningSpaces = 0, const Wh…
815 bool FormulaParserImpl::pushParenthesesOperandToken( const WhiteSpaceVec* pOpeningSpaces, const Whi… in pushParenthesesOperandToken() function in oox::xls::FormulaParserImpl
893 …unt > 0) ? pushParenthesesOperatorToken( 0, pClosingSpaces ) : pushParenthesesOperandToken( 0, pCl… in pushFunctionOperatorToken()
962 return pushParenthesesOperandToken( &maOpeningSpaces, &maClosingSpaces ) && resetSpaces(); in pushParenthesesOperand()

Completed in 33 milliseconds