Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx419 … void PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperands );
447 …AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxOperands, sal_uInt8 nSpac…
2164 …d XclExpFmlaCompImpl::PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperands ) in PushOperatorPos() argument
2167 …DBG_ASSERT( rxOperands.get(), "XclExpFmlaCompImpl::AppendOperatorTokenId - missing operand list" ); in PushOperatorPos()
2170 mxData->maOpListVec[ nTokPos ] = rxOperands; in PushOperatorPos()
2376 …AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxOperands, sal_uInt8 nSpac… in AppendOperatorTokenId() argument
2379 PushOperatorPos( GetSize(), rxOperands ); in AppendOperatorTokenId()