Lines Matching refs:SdrGluePoint

33 void SdrGluePoint::SetReallyAbsolute(FASTBOOL bOn, const SdrObject& rObj)  in SetReallyAbsolute()
51 Point SdrGluePoint::GetAbsolutePos(const SdrObject& rObj) const in GetAbsolutePos()
90 void SdrGluePoint::SetAbsolutePos(const Point& rNewPos, const SdrObject& rObj) in SetAbsolutePos()
128 long SdrGluePoint::GetAlignAngle() const in GetAlignAngle()
144 void SdrGluePoint::SetAlignAngle(long nWink) in SetAlignAngle()
157 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle()
168 sal_uInt16 SdrGluePoint::EscAngleToDir(long nWink) const in EscAngleToDir()
178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate()
198 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, const SdrObject* pObj) in Mirror()
205 void SdrGluePoint::Mirror(const Point& rRef1, const Point& rRef2, long nWink, const SdrObject* pObj) in Mirror()
243 void SdrGluePoint::Shear(const Point& rRef, long /*nWink*/, double tn, FASTBOOL bVShear, const SdrO… in Shear()
250 void SdrGluePoint::Invalidate(Window& rWin, const SdrObject* pObj) const in Invalidate()
265 FASTBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) co… in IsHit()
295 sal_uInt16 SdrGluePointList::Insert(const SdrGluePoint& rGP) in Insert()
297 SdrGluePoint* pGP=new SdrGluePoint(rGP); in Insert()
310 const SdrGluePoint* pGP2=GetObject(nNum); in Insert()
343 const SdrGluePoint* pGP=GetObject(nNum); in FindGluePoint()
356 const SdrGluePoint* pGP=GetObject(nNum); in HitTest()