Searched refs:XclExpOperandList (Results 1 – 1 of 1) sorted by relevance
96 struct XclExpOperandList : public ::std::vector< XclExpTokenConvInfo > struct98 inline explicit XclExpOperandList() { reserve( 2 ); } in XclExpOperandList() function102 void XclExpOperandList::AppendOperand( sal_uInt16 nTokPos, XclFuncParamConv eConv, bool bValType ) in AppendOperand()111 typedef ScfRef< XclExpOperandList > XclExpOperandListRef;183 mxOperands( new XclExpOperandList ), in XclExpFuncData()648 XclExpOperandList aOperands; in RecalcTokenClasses()758 if( const XclExpOperandList* pOperands = mxData->maOpListVec[ rConvInfo.mnTokPos ].get() ) in RecalcTokenClass()759 …for( XclExpOperandList::const_iterator aIt = pOperands->begin(), aEnd = pOperands->end(); aIt != a… in RecalcTokenClass()1121 XclExpOperandListRef xOperands( new XclExpOperandList ); in ListTerm()2387 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendUnaryOperatorToken()[all …]