Searched refs:nRemoveCount (Results 1 – 1 of 1) sorted by relevance
307 const sal_uInt16 nRemoveCount = Min( (sal_uInt16) ( mnPoints - nPos ), (sal_uInt16) nCount ); in ImplRemove() local309 if( nRemoveCount ) in ImplRemove()311 const sal_uInt16 nNewSize = mnPoints - nRemoveCount; in ImplRemove()312 const sal_uInt16 nSecPos = nPos + nRemoveCount; in ImplRemove()
Completed in 26 milliseconds