Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dformulaparser.cxx482 size_t getOperandSize( size_t nOpCountFromEnd, size_t nOpIndex ) const;
487 void removeOperand( size_t nOpCountFromEnd, size_t nOpIndex );
488 void removeLastOperands( size_t nOpCountFromEnd );
742 OSL_ENSURE( (nOpIndex < nOpCountFromEnd) && (nOpCountFromEnd <= maOperandSizeStack.size()), in getOperandSize()
744 return maOperandSizeStack[ maOperandSizeStack.size() - nOpCountFromEnd + nOpIndex ]; in getOperandSize()
762 OSL_ENSURE( getOperandSize( nOpCountFromEnd, nOpIndex ) > nTokenIndex, in getOperandToken()
770 void FormulaParserImpl::removeOperand( size_t nOpCountFromEnd, size_t nOpIndex ) in removeOperand() argument
772 OSL_ENSURE( (nOpIndex < nOpCountFromEnd) && (nOpCountFromEnd <= maOperandSizeStack.size()), in removeOperand()
776 SizeTypeVector::iterator aSizeIt = aSizeEnd - nOpCountFromEnd + nOpIndex; in removeOperand()
784 void FormulaParserImpl::removeLastOperands( size_t nOpCountFromEnd ) in removeLastOperands() argument
[all …]

Completed in 19 milliseconds