Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx78 sal_uInt32 nPolyNum, nPntNum; in SetSegmentsKind() local
80 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetSegmentsKind()
83 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPolyNum)); in SetSegmentsKind()
120 maPolyPolygon.setB2DPolygon(nPolyNum, aCandidate); in SetSegmentsKind()
137 sal_uInt32 nPolyNum, nPntNum; in SetPointsSmooth() local
139 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetPointsSmooth()
142 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPolyNum)); in SetPointsSmooth()
151 maPolyPolygon.setB2DPolygon(nPolyNum, aCandidate); in SetPointsSmooth()
163 sal_uInt32 nPolyNum(0L); in GetRelativePolyPoint() local
165 while(nPolyNum < nPolyCount) in GetRelativePolyPoint()
[all …]
H A Dsvdtrans.cxx473 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyCount; nPolyNum++) { in CrookRotatePoly() local
474 CrookRotatePoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookRotatePoly()
481 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyCount; nPolyNum++) { in CrookSlantPoly() local
482 CrookSlantPoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookSlantPoly()
489 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyCount; nPolyNum++) { in CrookStretchPoly() local
490 CrookStretchPoly(rPoly[nPolyNum],rCenter,rRad,bVert,rRefRect); in CrookStretchPoly()
H A Dsvdpoev.cxx112 sal_uInt32 nPolyNum, nPntNum; in CheckPolyPossibilitiesHelper() local
114 … if(PolyPolygonEditor::GetRelativePolyPoint(pPath->GetPathPoly(), nNum, nPolyNum, nPntNum)) in CheckPolyPossibilitiesHelper()
116 … const basegfx::B2DPolygon aLocalPolygon(pPath->GetPathPoly().getB2DPolygon(nPolyNum)); in CheckPolyPossibilitiesHelper()
620 sal_uInt32 nPolyNum, nPointNum; in ImpTransformMarkedPoints() local
622 if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum)) in ImpTransformMarkedPoints()
627 basegfx::B2DPolygon aNewXP(aXPP.getB2DPolygon(nPolyNum)); in ImpTransformMarkedPoints()
662 aXPP.setB2DPolygon(nPolyNum, aNewXP); in ImpTransformMarkedPoints()
H A Dsvdopath.cxx1506 for (sal_uInt16 nPolyNum=nPolyCount; nPolyNum>0;) { in EndCreate() local
1507 nPolyNum--; in EndCreate()
1508 XPolygon& rXP=aPathPolygon[nPolyNum]; in EndCreate()
1511 if (nPolyNum<nPolyCount-1 || eCmd==SDRCREATE_FORCEEND) { in EndCreate()
1512 if (nPtAnz<2) aPathPolygon.Remove(nPolyNum); in EndCreate()
2091 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdlCount() local
2093 if(nPolyNum < aOldPathPolygon.Count()) in GetPlusHdlCount()
2095 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2122 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdl() local
2124 if (nPolyNum<aOldPathPolygon.Count()) in GetPlusHdl()
[all …]
H A Dsvdhdl.cxx306 nPolyNum(0), in SdrHdl()
325 nPolyNum(0), in SdrHdl()
H A Dsvddrgmt.cxx516 sal_uInt32 nPolyNum, nPointNum; in createSdrDragEntries_PointDrag() local
519 … if(sdr::PolyPolygonEditor::GetRelativePolyPoint(aPathXPP, nObjPt, nPolyNum, nPointNum)) in createSdrDragEntries_PointDrag()
521 … aPositions.push_back(aPathXPP.getB2DPolygon(nPolyNum).getB2DPoint(nPointNum)); in createSdrDragEntries_PointDrag()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx171 sal_uInt32 nPolyNum; // Polygonpunktes member in SdrHdl
228 void SetPolyNum(sal_uInt32 nNum) { nPolyNum=nNum; } in SetPolyNum()
229 sal_uInt32 GetPolyNum() const { return nPolyNum; } in GetPolyNum()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3238 for ( sal_uInt16 nPolyNum = 0; nPolyNum < nPolyCount; nPolyNum++ ) in Scale() local
3239 Scale( rPoly[ nPolyNum ] ); in Scale()