Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx458 void InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize );
2455 void XclExpFmlaCompImpl::InsertZeros( sal_uInt16 nInsertPos, sal_uInt16 nInsertSize ) in InsertZeros() argument
2459 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 25 milliseconds