/aoo41x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 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() 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 D | svdedtv1.cxx | 519 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 …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | mcvmath.cxx | 244 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 D | mcvmath.hxx | 217 void ImpCartToPolar( const short x, const short y, Fix& rRad, sal_uInt16& rPhi );
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 98 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 D | svdedtv.hxx | 177 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 D | svdglev.hxx | 108 …void CrookMarkedGluePoints(const Point& rRef, const Point& rRad, SdrCrookMode eMode, sal_Bool bVer…
|