Home
last modified time | relevance | path

Searched refs:hitTest (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svtools/source/table/
H A Dmousefunction.cxx70 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()
H A Dtablecontrol_impl.hxx303 virtual TableCell hitTest( const Point& rPoint ) const;
H A Dtablecontrol_impl.cxx1989 TableCell TableControl_Impl::hitTest( Point const & i_point ) const in hitTest() function in svt::table::TableControl_Impl
/aoo4110/main/slideshow/source/engine/
H A Dusereventqueue.cxx430 bool hitTest( const awt::MouseEvent& e, in hitTest() function in slideshow::internal::MouseHandlerBase
489 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()
/aoo4110/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx236 virtual TableCell hitTest( const Point& rPoint ) const = 0;
/aoo4110/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx126 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getRowAtPoint()
138 TableCell const tableCell = pTable->getTableControlInterface().hitTest( Point( x, y ) ); in getColumnAtPoint()
/aoo4110/main/automation/source/server/
H A Dstatemnt.cxx6258 …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 101 milliseconds