Searched refs:pushParenthesesOperatorToken (Results 1 – 1 of 1) sorted by relevance
501 …bool pushParenthesesOperatorToken( const WhiteSpaceVec* pOpeningSpaces = 0, const W…865 bool FormulaParserImpl::pushParenthesesOperatorToken( const WhiteSpaceVec* pOpeningSpaces, const Wh… in pushParenthesesOperatorToken() function in oox::xls::FormulaParserImpl893 …((nParamCount > 0) ? pushParenthesesOperatorToken( 0, pClosingSpaces ) : pushParenthesesOperandTok… in pushFunctionOperatorToken()1116 return pushParenthesesOperatorToken( &maOpeningSpaces, &maClosingSpaces ) && resetSpaces(); in pushParenthesesOperator()
Completed in 35 milliseconds