Lines Matching refs:Point

45 			Point aPt(aPos);  in SetReallyAbsolute()
51 Point SdrGluePoint::GetAbsolutePos(const SdrObject& rObj) const in GetAbsolutePos()
56 Point aPt(aPos); in GetAbsolutePos()
58 Point aOfs(aSnap.Center()); in GetAbsolutePos()
90 void SdrGluePoint::SetAbsolutePos(const Point& rNewPos, const SdrObject& rObj) in SetAbsolutePos()
97 Point aPt(rNewPos); in SetAbsolutePos()
99 Point aOfs(aSnap.Center()); in SetAbsolutePos()
178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate()
180 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Rotate()
198 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
200 Point aPt(rRef2); aPt-=rRef1; in Mirror()
205 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, long nWink, const SdrObject* pObj) in Mirror()
207 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Mirror()
243 void SdrGluePoint::Shear(const Point& rRef, long /*nWink*/, double tn, FASTBOOL bVShear, const SdrO… in Shear()
245 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Shear()
253 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in Invalidate()
260 rWin.Invalidate(Rectangle(Point(x-4,y-4),Point(x+4,y+4)), INVALIDATE_NOERASE); in Invalidate()
265 FASTBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) co… in IsHit()
267 Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos()); in IsHit()
349 sal_uInt16 SdrGluePointList::HitTest(const Point& rPnt, const OutputDevice& rOut, const SdrObject* … in HitTest()
375 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate()
383 void SdrGluePointList::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
385 Point aPt(rRef2); aPt-=rRef1; in Mirror()
390 void SdrGluePointList::Mirror(const Point& rRef1, const Point& rRef2, long nWink, const SdrObject* … in Mirror()
398 void SdrGluePointList::Shear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear, const SdrO… in Shear()