Home
last modified time | relevance | path

Searched refs:nTolLog (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/svdraw/
H A Dsvdhlpln.cxx46 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()
/aoo41x/main/svx/inc/svx/
H A Dsvdhlpln.hxx67 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 10 milliseconds