Searched refs:aCtr1 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 3046 Point aCtr1(aCtr0); in _MovAllPoints() local 3054 ResizePoint(aCtr1,aC,aFact1,aFact); in _MovAllPoints() 3058 ResizePoint(aCtr1,aC,aFact,aFact1); in _MovAllPoints() 3077 aCtr1-=aCtr0; in _MovAllPoints() 3086 aTempPolyPoly[i].Move(aCtr1.X(),aCtr1.Y()); in _MovAllPoints() 3404 Point aCtr1(aCtr0); in applyCurrentTransformationToSdrObject() local 3408 ResizePoint(aCtr1,aCenter,aFact1,aFact); in applyCurrentTransformationToSdrObject() 3412 ResizePoint(aCtr1,aCenter,aFact,aFact1); in applyCurrentTransformationToSdrObject() 3415 Size aSiz(aCtr1.X()-aCtr0.X(),aCtr1.Y()-aCtr0.Y()); in applyCurrentTransformationToSdrObject() 3484 Point aCtr1(aCtr0); in EndSdrDrag() local [all …]
|
H A D | svdedtv1.cxx | 571 Point aCtr1(aCtr0); in ImpCrookObj() local 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() 584 …case SDRCROOK_STRETCH: nWink=CrookStretchXPoint(aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical,rMar… in ImpCrookObj() 588 aCtr1 -= aCtr0; in ImpCrookObj() 593 pO->Move(Size(aCtr1.X(),aCtr1.Y())); in ImpCrookObj()
|
Completed in 37 milliseconds