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.cxx285 XclExpOperandListVector maOpListVec; // Formula structure, maps operators to their operands. member
655 mxData->maOpListVec.clear(); in RecalcTokenClasses()
755 if( rConvInfo.mnTokPos < mxData->maOpListVec.size() ) in RecalcTokenClass()
756 if( const XclExpOperandList* pOperands = mxData->maOpListVec[ rConvInfo.mnTokPos ].get() ) in RecalcTokenClass()
2168 if( mxData->maOpListVec.size() <= nTokPos ) in PushOperatorPos()
2169 mxData->maOpListVec.resize( nTokPos + 1, XclExpOperandListRef() ); in PushOperatorPos()
2170 mxData->maOpListVec[ nTokPos ] = rxOperands; in PushOperatorPos()
2465 if( nInsertPos < mxData->maOpListVec.size() ) in InsertZeros()
2466 …mxData->maOpListVec.insert( mxData->maOpListVec.begin() + nInsertPos, nInsertSize, XclExpOperandLi… in InsertZeros()
2467 …for( XclExpOperandListVector::iterator aIt = mxData->maOpListVec.begin(), aEnd = mxData->maOpListV… in InsertZeros()