Lines Matching refs:Point
46 Point aPt(aPos); in SetReallyAbsolute()
52 Point SdrGluePoint::GetAbsolutePos(const SdrObject& rObj) const in GetAbsolutePos()
57 Point aPt(aPos); in GetAbsolutePos()
59 Point aOfs(aSnap.Center()); in GetAbsolutePos()
91 void SdrGluePoint::SetAbsolutePos(const Point& rNewPos, const SdrObject& rObj) in SetAbsolutePos()
98 Point aPt(rNewPos); in SetAbsolutePos()
100 Point aOfs(aSnap.Center()); in SetAbsolutePos()
179 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate()
181 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Rotate()
199 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
201 Point aPt(rRef2); aPt-=rRef1; in Mirror()
206 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, long nWink, const SdrObject* pObj) in Mirror()
208 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Mirror()
244 void SdrGluePoint::Shear(const Point& rRef, long /*nWink*/, double tn, FASTBOOL bVShear, const SdrO… in Shear()
246 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Shear()
257 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Draw()
263 rOut.DrawLine(Point(x-2,y-3),Point(x+3,y+2)); in Draw()
264 rOut.DrawLine(Point(x-3,y-2),Point(x+2,y+3)); in Draw()
265 rOut.DrawLine(Point(x-3,y+2),Point(x+2,y-3)); in Draw()
266 rOut.DrawLine(Point(x-2,y+3),Point(x+3,y-2)); in Draw()
272 case SDRHORZALIGN_LEFT : rOut.DrawLine(Point(x-3,y-1),Point(x-3,y+1)); break; in Draw()
273 case SDRHORZALIGN_RIGHT : rOut.DrawLine(Point(x+3,y-1),Point(x+3,y+1)); break; in Draw()
278 case SDRVERTALIGN_TOP : rOut.DrawLine(Point(x-1,y-3),Point(x+1,y-3)); break; in Draw()
279 case SDRVERTALIGN_BOTTOM: rOut.DrawLine(Point(x-1,y+3),Point(x+1,y+3)); break; in Draw()
284 rOut.DrawLine(Point(x-2,y-2),Point(x+2,y+2)); in Draw()
285 rOut.DrawLine(Point(x-2,y+2),Point(x+2,y-2)); in Draw()
292 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Invalidate()
299 rWin.Invalidate(Rectangle(Point(x-3,y-3),Point(x+3,y+3)), INVALIDATE_NOERASE); in Invalidate()
304 FASTBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) co… in IsHit()
306 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in IsHit()
389 sal_uInt16 SdrGluePointList::HitTest(const Point& rPnt, const OutputDevice& rOut, const SdrObject* … in HitTest()
415 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate()
423 void SdrGluePointList::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
425 Point aPt(rRef2); aPt-=rRef1; in Mirror()
430 void SdrGluePointList::Mirror(const Point& rRef1, const Point& rRef2, long nWink, const SdrObject* … in Mirror()
438 void SdrGluePointList::Shear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear, const SdrO… in Shear()