Home
last modified time | relevance | path

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

/aoo4110/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
832 insertRawToken( nOpCode, nOpSize ); in pushUnaryPreOperatorToken()
833 pushOperandSize( nOpSize + nSpacesSize + 1 ); in pushUnaryPreOperatorToken()
843 size_t nOpSize = popOperandSize(); in pushUnaryPostOperatorToken() local
870 size_t nOpSize = popOperandSize(); in pushParenthesesOperatorToken() local
872 insertRawToken( OPCODE_OPEN, nOpSize ); in pushParenthesesOperatorToken()
940 size_t nOpSize = popOperandSize(); in pushErrorOperand() local
1640 size_t nOpSize = popOperandSize(); in importArrayToken() local
[all …]

Completed in 63 milliseconds