Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/xls/
H A Dformulaparser.cxx755 size_t nOpSize = maOperandSizeStack.back(); in popOperandSize() local
757 return nOpSize; in popOperandSize()
830 size_t nOpSize = popOperandSize(); in pushUnaryPreOperatorToken() local
831 size_t nSpacesSize = insertWhiteSpaceTokens( pSpaces, nOpSize ); in pushUnaryPreOperatorToken()
832 insertRawToken( nOpCode, nOpSize ); in pushUnaryPreOperatorToken()
833 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPreOperatorToken()
843 size_t nOpSize = popOperandSize(); in pushUnaryPostOperatorToken() local
846 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPostOperatorToken()
870 size_t nOpSize = popOperandSize(); in pushParenthesesOperatorToken() local
871 size_t nSpacesSize = insertWhiteSpaceTokens( pOpeningSpaces, nOpSize ); in pushParenthesesOperatorToken()
[all …]