Searched refs:CheckHit (Results 1 – 6 of 6) sorted by relevance
73 bool CheckHit( const Point& rMousePos ) const;106 return lhs->CheckHit(rhs); in operator ()()
90 sal_Bool CheckHit( const Point& rMousePos ) const;
190 sal_Bool OTableConnection::CheckHit( const Point& rMousePos ) const in CheckHit() function in dbaui::OTableConnection
155 return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; in contains()
354 bool OConnectionLine::CheckHit( const Point& rMousePos ) const in CheckHit() function in OConnectionLine
957 if( (*aIter)->CheckHit(rEvt.GetPosPixel()) ) in MouseButtonUp()1328 if( (*aIter)->CheckHit(aMousePos) ) in Command()
Completed in 35 milliseconds