Home
last modified time | relevance | path

Searched refs:nPtAnz (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1495 sal_uInt16 nPtAnz=rXP.GetPointCount(); in EndCreate() local
1496 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() local
1514 if (nPtAnz<2) aPathPolygon.Remove(nPolyNum); in EndCreate()
H A Dsvdglev.cxx61 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpDoMarkedGluePoints() local
62 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() local
246 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() local
291 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 …]
H A Dsvddrgmt.cxx517 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()
[all …]
H A Dsvdoedge.cxx503 sal_uInt16 nPtAnz=pEdgeTrack->GetPointCount(); in CheckNodeConnection() local
504 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() local
527 if (nPtAnz==0) { in ImpSetTailPoint()
530 } else if (nPtAnz==1) { in ImpSetTailPoint()
534 if (!bTail1) (*pEdgeTrack)[sal_uInt16(nPtAnz-1)]=rPt; in ImpSetTailPoint()
H A Dsvdpoev.cxx610 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpTransformMarkedPoints() local
612 if (nPtAnz!=0 && pPath!=NULL) in ImpTransformMarkedPoints()
619 for(sal_uInt32 nPtNum(0L); nPtNum < nPtAnz; nPtNum++) in ImpTransformMarkedPoints()
H A Dsvdedtv1.cxx540 sal_uInt32 nPtAnz(pO->GetPointCount()); in ImpCrookObj() local
541 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() local
655 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()

Completed in 71 milliseconds