Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3033 sal_uInt16 n1st=0,nLast=0; in _MovAllPoints() local
3036 while (n1st<nPolyAnz) in _MovAllPoints()
3038 nLast=n1st; in _MovAllPoints()
3040 Rectangle aBound(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3043 for (i=n1st+1; i<nLast; i++) in _MovAllPoints()
3045 aBound.Union(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3082 for (i=n1st; i<nLast; i++) in _MovAllPoints()
3092 n1st=nLast+1; in _MovAllPoints()

Completed in 22 milliseconds