Home
last modified time | relevance | path

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

/aoo42x/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 );
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()
2387 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendUnaryOperatorToken()
2394 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendBinaryOperatorToken()
[all …]

Completed in 38 milliseconds