Home
last modified time | relevance | path

Searched refs:CheckHit (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/inc/
H A DConnectionLine.hxx73 bool CheckHit( const Point& rMousePos ) const;
106 return lhs->CheckHit(rhs); in operator ()()
H A DTableConnection.hxx90 sal_Bool CheckHit( const Point& rMousePos ) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnection.cxx190 sal_Bool OTableConnection::CheckHit( const Point& rMousePos ) const in CheckHit() function in dbaui::OTableConnection
H A DConnectionLineAccess.cxx155 return m_pLine ? m_pLine->CheckHit(aPoint) : sal_False; in contains()
H A DConnectionLine.cxx354 bool OConnectionLine::CheckHit( const Point& rMousePos ) const in CheckHit() function in OConnectionLine
H A DJoinTableView.cxx957 if( (*aIter)->CheckHit(rEvt.GetPosPixel()) ) in MouseButtonUp()
1328 if( (*aIter)->CheckHit(aMousePos) ) in Command()

Completed in 35 milliseconds