Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx109 typedef ScfRef< XclExpOperandList > XclExpOperandListRef; typedef
110 typedef ::std::vector< XclExpOperandListRef > XclExpOperandListVector;
162 inline XclExpOperandListRef GetOperandList() const { return mxOperands; } in GetOperandList()
172 XclExpOperandListRef mxOperands; // Class conversion and position of all parameters.
419 … void PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperands );
447 …void AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxOpera…
1119 XclExpOperandListRef xOperands( new XclExpOperandList ); in ListTerm()
2164 void XclExpFmlaCompImpl::PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperand… in PushOperatorPos()
2169 mxData->maOpListVec.resize( nTokPos + 1, XclExpOperandListRef() ); in PushOperatorPos()
2376 void XclExpFmlaCompImpl::AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxO… in AppendOperatorTokenId()
[all …]