Searched refs:hitTest (Results 1 – 7 of 7) sorted by relevance
70 TableCell const tableCell = i_tableControl.hitTest( aPoint ); in handleMouseMove()120 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()204 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()226 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp()266 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()282 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp()
303 virtual TableCell hitTest( const Point& rPoint ) const;
1989 TableCell TableControl_Impl::hitTest( Point const & i_point ) const in hitTest() function in svt::table::TableControl_Impl
430 bool hitTest( const awt::MouseEvent& e, in hitTest() function in slideshow::internal::MouseHandlerBase489 if( hitTest( e, aCurrShape ) ) in processEvent()523 if( hitTest( e, aDummy ) ) in handleMouseMoved()547 if( hitTest( e, aCurr ) ) in handleMouseMoved()585 if( hitTest( e, aCurr ) ) in handleMouseMoved()
236 virtual TableCell hitTest( const Point& rPoint ) const = 0;
126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
6258 …while ( ( nLastPos = pTC->getTableControlInterface().hitTest( aPos ).nRow ) != nNr1-1 && nStep > 0… in Execute()6266 … if ( pTC->getTableControlInterface().hitTest( aPos ).nRow == nNr1-1 ) in Execute()
Completed in 90 milliseconds