Lines Matching refs:nPtAnz
517 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_PointDrag() local
519 for(sal_uInt32 nPtNum(0); nPtNum < nPtAnz; nPtNum++) in createSdrDragEntries_PointDrag()
561 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_GlueDrag() local
563 for(sal_uInt32 nPtNum(0); nPtNum < nPtAnz; nPtNum++) in createSdrDragEntries_GlueDrag()
1715 sal_uLong nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in MoveSdrDrag() local
1717 if (nPtAnz!=0) in MoveSdrDrag()
1723 for (sal_uLong nPtNum=0; nPtNum<nPtAnz; nPtNum++) in MoveSdrDrag()
3099 sal_uInt16 nPtAnz=aPol.GetPointCount(); in _MovAllPoints() local
3102 while (i<nPtAnz) in _MovAllPoints()
3108 if (i+1<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
3117 if (i<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()