Home
last modified time | relevance | path

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

/trunk/main/tools/source/generic/
H A Dpoly.cxx307 const sal_uInt16 nRemoveCount = Min( (sal_uInt16) ( mnPoints - nPos ), (sal_uInt16) nCount ); in ImplRemove() local
309 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