Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx287 XclExpOperandListVector maOpListVec; /// Formula structure, maps operators to their operands. member
657 mxData->maOpListVec.clear(); in RecalcTokenClasses()
757 if( rConvInfo.mnTokPos < mxData->maOpListVec.size() ) in RecalcTokenClass()
758 if( const XclExpOperandList* pOperands = mxData->maOpListVec[ rConvInfo.mnTokPos ].get() ) in RecalcTokenClass()
2170 if( mxData->maOpListVec.size() <= nTokPos ) in PushOperatorPos()
2171 mxData->maOpListVec.resize( nTokPos + 1, XclExpOperandListRef() ); in PushOperatorPos()
2172 mxData->maOpListVec[ nTokPos ] = rxOperands; in PushOperatorPos()
2467 if( nInsertPos < mxData->maOpListVec.size() ) in InsertZeros()
2468 …mxData->maOpListVec.insert( mxData->maOpListVec.begin() + nInsertPos, nInsertSize, XclExpOperandLi… in InsertZeros()
2469 …for( XclExpOperandListVector::iterator aIt = mxData->maOpListVec.begin(), aEnd = mxData->maOpListV… in InsertZeros()

Completed in 31 milliseconds