Searched refs:nTolLog (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdhlpln.cxx | 46 FASTBOOL SdrHelpLine::IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const in IsHit() argument 49 FASTBOOL bXHit=rPnt.X()>=aPos.X()-nTolLog && rPnt.X()<=aPos.X()+nTolLog+a1Pix.Width(); in IsHit() 50 FASTBOOL bYHit=rPnt.Y()>=aPos.Y()-nTolLog && rPnt.Y()<=aPos.Y()+nTolLog+a1Pix.Height(); in IsHit() 135 sal_uInt16 SdrHelpLineList::HitTest(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut… in HitTest() argument 140 if (GetObject(i)->IsHit(rPnt,nTolLog,rOut)) return i; in HitTest()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdhlpln.hxx | 67 FASTBOOL IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const; 97 …sal_uInt16 HitTest(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) co…
|
Completed in 11 milliseconds