Searched refs:nPtAnz (Results 1 – 6 of 6) sorted by relevance
61 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpDoMarkedGluePoints() local62 if (nPtAnz!=0) { in ImpDoMarkedGluePoints()75 for (sal_uIntPtr nPtNum=0; nPtNum<nPtAnz; nPtNum++) in ImpDoMarkedGluePoints()245 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in DeleteMarkedGluePoints() local246 if (nPtAnz!=0) in DeleteMarkedGluePoints()254 for (sal_uIntPtr nPtNum=0; nPtNum<nPtAnz; nPtNum++) in DeleteMarkedGluePoints()290 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpCopyMarkedGluePoints() local291 if (nPtAnz!=0 && pGPL!=NULL) in ImpCopyMarkedGluePoints()296 for (sal_uIntPtr nPtNum=0; nPtNum<nPtAnz; nPtNum++) in ImpCopyMarkedGluePoints()325 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpTransformMarkedGluePoints() local[all …]
540 sal_uInt32 nPtAnz(pO->GetPointCount()); in ImpCrookObj() local541 XPolygon aXP((sal_uInt16)nPtAnz); in ImpCrookObj()544 for(nPtNum = 0L; nPtNum < nPtAnz; nPtNum++) in ImpCrookObj()557 for(nPtNum = 0L; nPtNum < nPtAnz; nPtNum++) in ImpCrookObj()654 sal_uInt32 nPtAnz(pO->GetPointCount()); in ImpDistortObj() local655 XPolygon aXP((sal_uInt16)nPtAnz); in ImpDistortObj()658 for(nPtNum = 0L; nPtNum < nPtAnz; nPtNum++) in ImpDistortObj()666 for(nPtNum = 0L; nPtNum < nPtAnz; nPtNum++) in ImpDistortObj()
517 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_PointDrag() local519 for(sal_uInt32 nPtNum(0); nPtNum < nPtAnz; nPtNum++) in createSdrDragEntries_PointDrag()561 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_GlueDrag() local563 for(sal_uInt32 nPtNum(0); nPtNum < nPtAnz; nPtNum++) in createSdrDragEntries_GlueDrag()1715 sal_uLong nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in MoveSdrDrag() local1717 if (nPtAnz!=0) in MoveSdrDrag()1723 for (sal_uLong nPtNum=0; nPtNum<nPtAnz; nPtNum++) in MoveSdrDrag()3099 sal_uInt16 nPtAnz=aPol.GetPointCount(); in _MovAllPoints() local3102 while (i<nPtAnz) in _MovAllPoints()3108 if (i+1<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()[all …]
1495 sal_uInt16 nPtAnz=rXP.GetPointCount(); in EndCreate() local1496 if (nPtAnz>=2) { in EndCreate()1497 if (!rXP.IsControl(nPtAnz-2)) { in EndCreate()1498 if (rXP[nPtAnz-1]==rXP[nPtAnz-2]) { in EndCreate()1499 rXP.Remove(nPtAnz-1,1); in EndCreate()1502 if (rXP[nPtAnz-3]==rXP[nPtAnz-2]) { in EndCreate()1503 rXP.Remove(nPtAnz-3,3); in EndCreate()1511 sal_uInt16 nPtAnz=rXP.GetPointCount(); in EndCreate() local1514 if (nPtAnz<2) aPathPolygon.Remove(nPolyNum); in EndCreate()
610 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpTransformMarkedPoints() local612 if (nPtAnz!=0 && pPath!=NULL) in ImpTransformMarkedPoints()619 for(sal_uInt32 nPtNum(0L); nPtNum < nPtAnz; nPtNum++) in ImpTransformMarkedPoints()
503 sal_uInt16 nPtAnz=pEdgeTrack->GetPointCount(); in CheckNodeConnection() local504 if (rCon.pObj!=NULL && rCon.pObj->GetPage()==pPage && nPtAnz!=0) { in CheckNodeConnection()508 Point aTail(bTail1 ? (*pEdgeTrack)[0] : (*pEdgeTrack)[sal_uInt16(nPtAnz-1)]); in CheckNodeConnection()526 sal_uInt16 nPtAnz=pEdgeTrack->GetPointCount(); in ImpSetTailPoint() local527 if (nPtAnz==0) { in ImpSetTailPoint()530 } else if (nPtAnz==1) { in ImpSetTailPoint()534 if (!bTail1) (*pEdgeTrack)[sal_uInt16(nPtAnz-1)]=rPt; in ImpSetTailPoint()
Completed in 94 milliseconds