Home
last modified time | relevance | path

Searched refs:rRad (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx286 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()
320 double nFact=(double)nPntRad/(double)rRad.Y(); in CrookRotateXPoint()
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()
394 CrookSlantXPoint(rPnt,pC1,pC2,rCenter,rRad,rSin,rCos,bVert); in CrookStretchXPoint()
453 CrookSlantXPoint(*pPnt,pC1,pC2,rCenter,rRad,nSin,nCos,bVert); in CrookSlantPoly()
486 CrookRotatePoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookRotatePoly()
[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()
597 void SdrEditView::CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, in CrookMarkedObj() argument
627 ImpCrookObj(pO,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj()
[all …]
/trunk/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);
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);
153 inline double GetCrookAngle(Point& rPnt, const Point& rCenter, const Point& rRad, FASTBOOL bVertica… in GetCrookAngle() argument
158 nWink=(double)dy/(double)rRad.Y(); in GetCrookAngle()
[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…
/trunk/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 );

Completed in 41 milliseconds