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.cxx96 struct XclExpOperandList : public ::std::vector< XclExpTokenConvInfo > struct
98 inline explicit XclExpOperandList() { reserve( 2 ); } in XclExpOperandList() function
102 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()
1121 XclExpOperandListRef xOperands( new XclExpOperandList ); in ListTerm()
2387 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendUnaryOperatorToken()
2394 XclExpOperandListRef xOperands( new XclExpOperandList ); in AppendBinaryOperatorToken()
[all …]

Completed in 88 milliseconds