Searched refs:rxOperands (Results 1 – 1 of 1) sorted by relevance
419 … 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() argument2167 …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() argument2379 PushOperatorPos( GetSize(), rxOperands ); in AppendOperatorTokenId()