Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdotxtr.cxx193 Polygon aPol(Rect2Poly(aRect,aGeo)); in NbcResize() local
195 for(sal_uInt16 a(0); a < aPol.GetSize(); a++) in NbcResize()
197 ResizePoint(aPol[a], rRef, xFact, yFact); in NbcResize()
203 Polygon aPol0(aPol); in NbcResize()
205 aPol[0] = aPol0[1]; in NbcResize()
206 aPol[1] = aPol0[0]; in NbcResize()
207 aPol[2] = aPol0[3]; in NbcResize()
208 aPol[3] = aPol0[2]; in NbcResize()
209 aPol[4] = aPol0[1]; in NbcResize()
212 Poly2Rect(aPol, aRect, aGeo); in NbcResize()
[all …]
H A Dsvdocapt.cxx467 Polygon aPol(2); in ImpCalcTail1() local
470 aPol[0] = aTl; in ImpCalcTail1()
471 aPol[1] = aTl; in ImpCalcTail1()
477 aPol[1] = aEscPos; in ImpCalcTail1()
481 aPol[0].X() = aEscPos.X(); in ImpCalcTail1()
485 aPol[0].Y() = aEscPos.Y(); in ImpCalcTail1()
488 rPoly = aPol; in ImpCalcTail1()
493 Polygon aPol(2); in ImpCalcTail2() local
495 aPol[0]=aTl; in ImpCalcTail2()
500 aPol[1]=aEscPos; in ImpCalcTail2()
[all …]
H A Dsvdoashp.cxx3402 Polygon aPol( Rect2Poly( aRect, aNewGeo ) ); in TRGetBaseGeometry() local
3403 Rectangle aBoundRect( aPol.GetBoundRect() ); in TRGetBaseGeometry()
3408 sal_uInt16 nPntAnz=aPol.GetSize(); in TRGetBaseGeometry()
3411 MirrorPoint(aPol[i],aRef1,aRef2); in TRGetBaseGeometry()
3414 Polygon aPol0(aPol); in TRGetBaseGeometry()
3415 aPol[0]=aPol0[1]; in TRGetBaseGeometry()
3416 aPol[1]=aPol0[0]; in TRGetBaseGeometry()
3417 aPol[2]=aPol0[3]; in TRGetBaseGeometry()
3418 aPol[3]=aPol0[2]; in TRGetBaseGeometry()
3419 aPol[4]=aPol0[1]; in TRGetBaseGeometry()
[all …]
H A Dsvdotext.cxx1272 Polygon aPol(aRect); in TakeXorPoly() local
1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly()
1274 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeXorPoly()
1277 aRetval.append(aPol.getB2DPolygon()); in TakeXorPoly()
1300 Polygon aPol(aR); in TakeContour() local
1301 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aR.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeContour()
1303 aRetval.append(aPol.getB2DPolygon()); in TakeContour()
1312 Polygon aPol(aRect); in RecalcSnapRect() local
1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
1314 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in RecalcSnapRect()
[all …]
H A Dsvdtrans.cxx599 Polygon aPol(5); in Rect2Poly() local
600 aPol[0]=rRect.TopLeft(); in Rect2Poly()
601 aPol[1]=rRect.TopRight(); in Rect2Poly()
602 aPol[2]=rRect.BottomRight(); in Rect2Poly()
603 aPol[3]=rRect.BottomLeft(); in Rect2Poly()
604 aPol[4]=rRect.TopLeft(); in Rect2Poly()
605 if (rGeo.nShearWink!=0) ShearPoly(aPol,rRect.TopLeft(),rGeo.nTan); in Rect2Poly()
606 if (rGeo.nDrehWink!=0) RotatePoly(aPol,rRect.TopLeft(),rGeo.nSin,rGeo.nCos); in Rect2Poly()
607 return aPol; in Rect2Poly()
H A Dsvddrgmt.cxx3101 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints() local
3102 sal_uInt16 nPtAnz=aPol.GetPointCount(); in _MovAllPoints()
3107 Point* pPnt=&aPol[i]; in _MovAllPoints()
3111 if (i+1<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
3115 pPnt=&aPol[i]; in _MovAllPoints()
3120 if (i<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
3122 pC2=&aPol[i]; in _MovAllPoints()
/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx2017 Polygon aPol( Rect2Poly( aRect, aNewGeo ) ); in getPosition() local
2018 Rectangle aBoundRect( aPol.GetBoundRect() ); in getPosition()
2023 sal_uInt16 nPntAnz=aPol.GetSize(); in getPosition()
2026 MirrorPoint(aPol[i],aRef1,aRef2); in getPosition()
2029 Polygon aPol0(aPol); in getPosition()
2030 aPol[0]=aPol0[1]; in getPosition()
2031 aPol[1]=aPol0[0]; in getPosition()
2032 aPol[2]=aPol0[3]; in getPosition()
2033 aPol[3]=aPol0[2]; in getPosition()
2034 aPol[4]=aPol0[1]; in getPosition()
[all …]
/AOO41X/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1050 Polygon aPol(aNewRect); in ExecuteGrafAttr() local
1055 ShearPoly(aPol, in ExecuteGrafAttr()
1062 RotatePoly(aPol, in ExecuteGrafAttr()
1069 aPol.Move( -aOffset.X(), -aOffset.Y() ); in ExecuteGrafAttr()
1070 aNewRect=aPol.GetBoundRect(); in ExecuteGrafAttr()