Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxeformula.cxx162 …inline sal_uInt8 GetParamCount() const { return static_cast< sal_uInt8 >( mxOperands->size() );… in GetParamCount()
164 inline XclExpOperandListRef GetOperandList() const { return mxOperands; } in GetOperandList()
174 XclExpOperandListRef mxOperands; /// Class conversion and position of all parameters. member in __anon87db0b4d0111::XclExpFuncData
183 mxOperands( new XclExpOperandList ), in XclExpFuncData()
229 mxOperands->AppendOperand( nTokPos, rParamInfo.meConv, rParamInfo.mbValType ); in FinishParam()

Completed in 31 milliseconds