Searched refs:nInsertSize (Results 1 – 1 of 1) sorted by relevance
458 void InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize );2455 void XclExpFmlaCompImpl::InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize ) in InsertZeros() argument2459 mxData->maTokVec.insert( mxData->maTokVec.begin() + nInsertPos, nInsertSize, 0 ); in InsertZeros()2464 *aIt = *aIt + nInsertSize; in InsertZeros()2468 …mxData->maOpListVec.insert( mxData->maOpListVec.begin() + nInsertPos, nInsertSize, XclExpOperandLi… in InsertZeros()2473 aIt2->mnTokPos = aIt2->mnTokPos + nInsertSize; in InsertZeros()
Completed in 66 milliseconds