Home
last modified time | relevance | path

Searched refs:rRad (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdtrans.cxx278 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert) in CrookRotateXPoint() argument
286 double nWink=GetCrookAngle(rPnt,rCenter,rRad,bVert); in CrookRotateXPoint()
295 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint()
302 double nFact=(double)nPntRad/(double)rRad.Y(); in CrookRotateXPoint()
313 pC2->Y()=Round(((double)pC2->Y()) /rRad.X()*(rCenter.X()-pC2->X())); in CrookRotateXPoint()
320 double nFact=(double)nPntRad/(double)rRad.Y(); in CrookRotateXPoint()
332 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert) in CrookSlantXPoint() argument
342 long nStart=rCenter.X()-rRad.X(); in CrookSlantXPoint()
354 long nStart=rCenter.Y()-rRad.Y(); in CrookSlantXPoint()
366 double nWink=GetCrookAngle(rPnt,rCenter,rRad,bVert); in CrookSlantXPoint()
[all …]
H A Dsvdedtv1.cxx519 void SdrEditView::ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, in ImpCrookObj() argument
529 case SDRCROOK_ROTATE : CrookRotatePoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj()
530 case SDRCROOK_SLANT : CrookSlantPoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj()
531 case SDRCROOK_STRETCH: CrookStretchPoly(aXPP,rRef,rRad,bVertical,rMarkRect); break; in ImpCrookObj()
552 case SDRCROOK_ROTATE : CrookRotatePoly (aXP,rRef,rRad,bVertical); break; in ImpCrookObj()
553 case SDRCROOK_SLANT : CrookSlantPoly (aXP,rRef,rRad,bVertical); break; in ImpCrookObj()
554 case SDRCROOK_STRETCH: CrookStretchPoly(aXP,rRef,rRad,bVertical,rMarkRect); break; in ImpCrookObj()
576 if(0 != rRad.X() && 0 != rRad.Y()) in ImpCrookObj()
582 …case SDRCROOK_ROTATE : nWink=CrookRotateXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); bR… in ImpCrookObj()
583 …case SDRCROOK_SLANT : nWink=CrookSlantXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); … in ImpCrookObj()
[all …]
/AOO41X/main/svtools/source/dialogs/
H A Dmcvmath.cxx244 Fix rRad = ImpSqrt(sal_uLong(long(x)*x+long(y)*y)); in ImpATan2() local
246 if ( !rRad.x ) in ImpATan2()
249 fx.DivBig( rRad ); // Normiere auf Einheitskreis in ImpATan2()
251 fy.DivBig( rRad ); in ImpATan2()
266 void ImpCartToPolar( const short x, const short y, Fix& rRad, sal_uInt16& rPhi ) in ImpCartToPolar() argument
268 rRad = Fix( ImpSqrt( sal_uLong( long(x)*x+long(y)*y ) ) ); in ImpCartToPolar()
270 if ( !rRad.x ) in ImpCartToPolar()
276 fx.DivBig(rRad); in ImpCartToPolar()
278 fy.DivBig(rRad); in ImpCartToPolar()
H A Dmcvmath.hxx217 void ImpCartToPolar( const short x, const short y, Fix& rRad, sal_uInt16& rPhi );
/AOO41X/main/svx/inc/svx/
H A Dsvdtrans.hxx98 inline double GetCrookAngle(Point& rPnt, const Point& rCenter, const Point& rRad, FASTBOOL bVertica…
105 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert);
107 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert);
109 const Point& rRad, double& rSin, double& rCos, FASTBOOL bVert,
112 void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
113 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
114 void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, con…
116 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
117 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
118 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,…
[all …]
H A Dsvdedtv.hxx177 void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
254 …void CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical=false…
269 …int& rRad, SdrCrookMode eMode, sal_Bool bVertical=sal_False, sal_Bool bNoContortion=sal_False, sal… in CrookAllMarked() argument
H A Dsvdglev.hxx108 …void CrookMarkedGluePoints(const Point& rRef, const Point& rRad, SdrCrookMode eMode, sal_Bool bVer…