Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx94 struct XclExpOperandList : public ::std::vector< XclExpTokenConvInfo > struct
96 inline explicit XclExpOperandList() { reserve( 2 ); } in XclExpOperandList() function
100 void XclExpOperandList::AppendOperand( sal_uInt16 nTokPos, XclFuncParamConv eConv, bool bValType ) in AppendOperand()
109 typedef ScfRef< XclExpOperandList > XclExpOperandListRef;
181 mxOperands( new XclExpOperandList ), in XclExpFuncData()
646 XclExpOperandList aOperands; in RecalcTokenClasses()
756 if( const XclExpOperandList* pOperands = mxData->maOpListVec[ rConvInfo.mnTokPos ].get() ) in RecalcTokenClass()
757 …for( XclExpOperandList::const_iterator aIt = pOperands->begin(), aEnd = pOperands->end(); aIt != a… in RecalcTokenClass()
1119 XclExpOperandListRef xOperands( new XclExpOperandList ); in ListTerm()
2385 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendUnaryOperatorToken()
[all …]