Home
last modified time | relevance | path

Searched refs:aGlue (Results 1 – 2 of 2) sorted by path

/trunk/main/svx/source/svdraw/
H A Dsvdmrkv1.cxx341 Rectangle aGlue; in ImpSetPointsRects() local
348 Rectangle& rR=eKind==HDL_GLUE ? aGlue : aPnts; in ImpSetPointsRects()
360 ((SdrMarkView*)this)->aMarkedGluePointsRect=aGlue; in ImpSetPointsRects()
H A Dsvdoashp.cxx2114 Point aGlue( rPoint.GetPos() ); in ImpCheckCustomGluePointsAreAdded() local
2116 ShearPoint( aGlue, aRef, fTan ); in ImpCheckCustomGluePointsAreAdded()
2118 … RotatePoint( aGlue, aRef, sin( fObjectRotation * F_PI180 ), cos( fObjectRotation * F_PI180 ) ); in ImpCheckCustomGluePointsAreAdded()
2120 aGlue.X() = aRect.GetWidth() - aGlue.X(); in ImpCheckCustomGluePointsAreAdded()
2122 aGlue.Y() = aRect.GetHeight() - aGlue.Y(); in ImpCheckCustomGluePointsAreAdded()
2123 aGlue.X() -= nXDiff; in ImpCheckCustomGluePointsAreAdded()
2124 aGlue.Y() -= nYDiff; in ImpCheckCustomGluePointsAreAdded()
2125 rPoint.SetPos( aGlue ); in ImpCheckCustomGluePointsAreAdded()

Completed in 28 milliseconds