Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3241 for ( sal_uInt16 nPolyNum = 0; nPolyNum < nPolyAnz; nPolyNum++ ) in Scale() local
3242 Scale( rPoly[ nPolyNum ] ); in Scale()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx175 sal_uInt32 nPolyNum; // Polygonpunktes member in SdrHdl
232 void SetPolyNum(sal_uInt32 nNum) { nPolyNum=nNum; } in SetPolyNum()
233 sal_uInt32 GetPolyNum() const { return nPolyNum; } in GetPolyNum()
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx78 sal_uInt32 nPolyNum, nPntNum; in SetSegmentsKind() local
83 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPolyNum)); in SetSegmentsKind()
120 maPolyPolygon.setB2DPolygon(nPolyNum, aCandidate); in SetSegmentsKind()
137 sal_uInt32 nPolyNum, nPntNum; in SetPointsSmooth() local
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()
167 const sal_uInt32 nPointCount(rPoly.getB2DPolygon(nPolyNum).count()); in GetRelativePolyPoint()
171 rPolyNum = nPolyNum; in GetRelativePolyPoint()
[all …]
H A Dsvddrgmt.cxx521 sal_uInt32 nPolyNum, nPointNum; in createSdrDragEntries_PointDrag() local
524 if(sdr::PolyPolygonEditor::GetRelativePolyPoint(aPathXPP, nObjPt, nPolyNum, nPointNum)) in createSdrDragEntries_PointDrag()
526 aPositions.push_back(aPathXPP.getB2DPolygon(nPolyNum).getB2DPoint(nPointNum)); in createSdrDragEntries_PointDrag()
H A Dsvdhdl.cxx308 nPolyNum(0), in SdrHdl()
327 nPolyNum(0), in SdrHdl()
H A Dsvdopath.cxx1508 for (sal_uInt16 nPolyNum=nPolyAnz; nPolyNum>0;) { in EndCreate() local
1509 nPolyNum--; in EndCreate()
1510 XPolygon& rXP=aPathPolygon[nPolyNum]; in EndCreate()
1513 if (nPolyNum<nPolyAnz-1 || eCmd==SDRCREATE_FORCEEND) { in EndCreate()
1514 if (nPtAnz<2) aPathPolygon.Remove(nPolyNum); in EndCreate()
2093 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdlCount() local
2095 if(nPolyNum < aOldPathPolygon.Count()) in GetPlusHdlCount()
2097 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2124 sal_uInt16 nPolyNum = (sal_uInt16)rHdl.GetPolyNum(); in GetPlusHdl() local
2126 if (nPolyNum<aOldPathPolygon.Count()) in GetPlusHdl()
[all …]
H A Dsvdpoev.cxx114 sal_uInt32 nPolyNum, nPntNum; in CheckPolyPossibilitiesHelper() local
116 if(PolyPolygonEditor::GetRelativePolyPoint(pPath->GetPathPoly(), nNum, nPolyNum, nPntNum)) in CheckPolyPossibilitiesHelper()
118 const basegfx::B2DPolygon aLocalPolygon(pPath->GetPathPoly().getB2DPolygon(nPolyNum)); in CheckPolyPossibilitiesHelper()
622 sal_uInt32 nPolyNum, nPointNum; in ImpTransformMarkedPoints() local
624 if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum)) in ImpTransformMarkedPoints()
629 basegfx::B2DPolygon aNewXP(aXPP.getB2DPolygon(nPolyNum)); in ImpTransformMarkedPoints()
664 aXPP.setB2DPolygon(nPolyNum, aNewXP); in ImpTransformMarkedPoints()
H A Dsvdtrans.cxx485 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyAnz; nPolyNum++) { in CrookRotatePoly() local
486 CrookRotatePoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookRotatePoly()
493 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyAnz; nPolyNum++) { in CrookSlantPoly() local
494 CrookSlantPoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookSlantPoly()
501 for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyAnz; nPolyNum++) { in CrookStretchPoly() local
502 CrookStretchPoly(rPoly[nPolyNum],rCenter,rRad,bVert,rRefRect); in CrookStretchPoly()

Completed in 177 milliseconds