Home
last modified time | relevance | path

Searched refs:nPntNum (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1058 sal_uInt16 nPntNum((sal_uInt16)pHdl->GetPointNum()); in getSpecialDragComment() local
1069 sal_uInt16 nRef(nPntNum); in getSpecialDragComment()
1071 if(rXPoly.IsControl(nPntNum + 1)) in getSpecialDragComment()
1093 sal_Bool bPt1(nPntNum > 0); in getSpecialDragComment()
1094 sal_Bool bPt2(nPntNum < nPntMax); in getSpecialDragComment()
1104 if(nPntNum > 0) in getSpecialDragComment()
1105 nPt1 = nPntNum - 1; in getSpecialDragComment()
1109 if(nPntNum < nPntMax) in getSpecialDragComment()
1110 nPt2 = nPntNum + 1; in getSpecialDragComment()
H A Dsvdoedge.cxx1320 for (sal_uInt16 nPntNum=1; nPntNum<nPntAnz; nPntNum++) { in ImpCalcEdgeTrack() local
1321 Point aPt1b(aXP1[nPntNum]); in ImpCalcEdgeTrack()
H A Dsvdpoev.cxx114 sal_uInt32 nPolyNum, nPntNum; in CheckPolyPossibilitiesHelper() local
116 if(PolyPolygonEditor::GetRelativePolyPoint(pPath->GetPathPoly(), nNum, nPolyNum, nPntNum)) in CheckPolyPossibilitiesHelper()
119 bool bCanSegment(bClosed || nPntNum < aLocalPolygon.count() - 1L); in CheckPolyPossibilitiesHelper()
131 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper()
135 bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper()
143 bool bCrv(aLocalPolygon.isNextControlPointUsed(nPntNum)); in CheckPolyPossibilitiesHelper()
412 sal_uInt32 nPntNum(pPts->GetObject(nBla)); in RipUpAtMarkedPoints() local
413 nPntNum += nNewPt0Idx; in RipUpAtMarkedPoints()
415 if(nPntNum >= nMax) in RipUpAtMarkedPoints()
417 nPntNum -= nMax; in RipUpAtMarkedPoints()
[all …]
H A Dsvdocapt.cxx300 sal_uInt32 nPntNum(nHdlNum); in GetHdl() local
301 nPntNum -= nRectHdlAnz; in GetHdl()
303 if(nPntNum < aTailPoly.GetSize()) in GetHdl()
305 SdrHdl* pHdl = new SdrHdl(aTailPoly.GetPoint((sal_uInt16)nPntNum), HDL_POLY); in GetHdl()
307 pHdl->SetPointNum(nPntNum); in GetHdl()
H A Dpolypolygoneditor.cxx78 sal_uInt32 nPolyNum, nPntNum; in SetSegmentsKind() local
80 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetSegmentsKind()
87 if(nCount && (nPntNum + 1 < nCount || aCandidate.isClosed())) in SetSegmentsKind()
90 const sal_uInt32 nNextIndex((nPntNum + 1) % nCount); in SetSegmentsKind()
99 aCandidate.resetNextControlPoint(nPntNum); in SetSegmentsKind()
109 const basegfx::B2DPoint aStart(aCandidate.getB2DPoint(nPntNum)); in SetSegmentsKind()
112 aCandidate.setNextControlPoint(nPntNum, interpolate(aStart, aEnd, (1.0 / 3.0))); in SetSegmentsKind()
137 sal_uInt32 nPolyNum, nPntNum; in SetPointsSmooth() local
139 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetPointsSmooth()
146 bPolygonChanged = basegfx::tools::expandToCurveInPoint(aCandidate, nPntNum); in SetPointsSmooth()
[all …]

Completed in 104 milliseconds