Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxeformula.cxx111 typedef ScfRef< XclExpOperandList > XclExpOperandListRef; typedef
112 typedef ::std::vector< XclExpOperandListRef > XclExpOperandListVector;
164 inline XclExpOperandListRef GetOperandList() const { return mxOperands; } in GetOperandList()
174 XclExpOperandListRef mxOperands; /// Class conversion and position of all parameters.
421 … void PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperands );
449 …void AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxOpera…
1121 XclExpOperandListRef xOperands( new XclExpOperandList ); in ListTerm()
2166 void XclExpFmlaCompImpl::PushOperatorPos( sal_uInt16 nTokPos, const XclExpOperandListRef& rxOperand… in PushOperatorPos()
2171 mxData->maOpListVec.resize( nTokPos + 1, XclExpOperandListRef() ); in PushOperatorPos()
2378 void XclExpFmlaCompImpl::AppendOperatorTokenId( sal_uInt8 nTokenId, const XclExpOperandListRef& rxO… in AppendOperatorTokenId()
[all …]