Searched refs:nPolyNum (Results  1 – 8 of 8) sorted by relevance
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | polypolygoneditor.cxx | 78 		sal_uInt32 nPolyNum, nPntNum;  in SetSegmentsKind()  local83 			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 D | svdtrans.cxx | 485 	for (sal_uInt16 nPolyNum=0; nPolyNum<nPolyAnz; nPolyNum++) {  in CrookRotatePoly()  local486 		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()
 
 | 
| H A D | svdpoev.cxx | 114 				sal_uInt32 nPolyNum, nPntNum;  in CheckPolyPossibilitiesHelper()  local116 				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 D | svdopath.cxx | 1508 		for (sal_uInt16 nPolyNum=nPolyAnz; nPolyNum>0;) {  in EndCreate()  local1509 			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 D | svdhdl.cxx | 301     nPolyNum(0),  in SdrHdl()320     nPolyNum(0),  in SdrHdl()
 
 | 
| H A D | svddrgmt.cxx | 522 					        sal_uInt32 nPolyNum, nPointNum;  in createSdrDragEntries_PointDrag()  local525 …           if(sdr::PolyPolygonEditor::GetRelativePolyPoint(aPathXPP, nObjPt, nPolyNum, nPointNum))   in createSdrDragEntries_PointDrag()
 527 …                     aPositions.push_back(aPathXPP.getB2DPolygon(nPolyNum).getB2DPoint(nPointNum));  in createSdrDragEntries_PointDrag()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdhdl.hxx | 172 	sal_uInt32					nPolyNum;  // Polygonpunktes  member in SdrHdl229 	void SetPolyNum(sal_uInt32 nNum) { nPolyNum=nNum; }  in SetPolyNum()
 230 	sal_uInt32 GetPolyNum() const { return nPolyNum; }  in GetPolyNum()
 
 | 
| /aoo4110/main/filter/source/msfilter/ | 
| H A D | msdffimp.cxx | 3222 	for ( sal_uInt16 nPolyNum = 0; nPolyNum < nPolyAnz; nPolyNum++ )  in Scale()  local3223 		Scale( rPoly[ nPolyNum ] );  in Scale()
 
 | 
        Completed in 193 milliseconds