Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3098 XPolygon& aPol=aTempPolyPoly[j]; in _MovAllPoints() local
3099 sal_uInt16 nPtAnz=aPol.GetPointCount(); in _MovAllPoints()
3104 Point* pPnt=&aPol[i]; in _MovAllPoints()
3108 if (i+1<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
3112 pPnt=&aPol[i]; in _MovAllPoints()
3117 if (i<nPtAnz && aPol.IsControl(i)) in _MovAllPoints()
3119 pC2=&aPol[i]; in _MovAllPoints()
H A Dsvdoashp.cxx3408 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()
3430 sal_uInt16 nPntAnz=aPol.GetSize(); in TRGetBaseGeometry()
3433 MirrorPoint(aPol[i],aRef1,aRef2); in TRGetBaseGeometry()
[all …]
H A Dsvdocapt.cxx467 Polygon aPol(2); in ImpCalcTail1() local
470 aPol[0] = aTl; in ImpCalcTail1()
471 aPol[1] = aTl; 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()
505 rPoly=aPol; in ImpCalcTail2()
510 Polygon aPol(3); in ImpCalcTail3() local
512 aPol[0]=aTl; in ImpCalcTail3()
[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 Dsvdotxtr.cxx205 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()
318 Polygon aPol0(aPol); in NbcMirror()
319 aPol[0]=aPol0[1]; in NbcMirror()
320 aPol[1]=aPol0[0]; in NbcMirror()
321 aPol[2]=aPol0[3]; in NbcMirror()
322 aPol[3]=aPol0[2]; in NbcMirror()
[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()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1052 Polygon aPol(aNewRect); in ExecuteGrafAttr() local
1057 ShearPoly(aPol, in ExecuteGrafAttr()
1064 RotatePoly(aPol, in ExecuteGrafAttr()
1071 aPol.Move( -aOffset.X(), -aOffset.Y() ); in ExecuteGrafAttr()
1072 aNewRect=aPol.GetBoundRect(); in ExecuteGrafAttr()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2028 Polygon aPol0(aPol); in getPosition()
2029 aPol[0]=aPol0[1]; in getPosition()
2030 aPol[1]=aPol0[0]; in getPosition()
2031 aPol[2]=aPol0[3]; in getPosition()
2032 aPol[3]=aPol0[2]; in getPosition()
2033 aPol[4]=aPol0[1]; in getPosition()
2051 aPol[0]=aPol0[1]; in getPosition()
2052 aPol[1]=aPol0[0]; in getPosition()
2053 aPol[2]=aPol0[3]; in getPosition()
2054 aPol[3]=aPol0[2]; in getPosition()
[all …]

Completed in 72 milliseconds