Searched refs:pushOperandSize (Results 1 – 1 of 1) sorted by relevance
483 void pushOperandSize( size_t nSize );747 void FormulaParserImpl::pushOperandSize( size_t nSize ) in pushOperandSize() function in oox::xls::FormulaParserImpl794 pushOperandSize( nSpacesSize + 1 ); in pushOperandToken()802 pushOperandSize( nSpacesSize + 1 ); in pushAnyOperandToken()811 pushOperandSize( nSpacesSize + 1 ); in pushValueOperandToken()821 pushOperandSize( nSpacesSize + 2 ); in pushParenthesesOperandToken()833 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPreOperatorToken()846 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPostOperatorToken()860 pushOperandSize( nOp1Size + nSpacesSize + 1 + nOp2Size ); in pushBinaryOperatorToken()875 pushOperandSize( nOpSize + nSpacesSize + 2 ); in pushParenthesesOperatorToken()[all …]
Completed in 29 milliseconds