Searched refs:getRowAtPoint (Results 1 – 9 of 9) sorted by relevance
107 RowPos const hitRow = m_rTableControl.getRowAtPoint( aMousePos ); in RequestHelp()197 RowPos const hitRow = m_rTableControl.getRowAtPoint( aPoint ); in MouseButtonDown()
582 sal_Int32 nRow = m_pImpl->getRowAtPoint( _rPoint ); in ConvertPointToControlIndex()609 _rnRow = m_pImpl->getRowAtPoint( _rPoint ); in ConvertPointToCellAddress()
1975 RowPos TableControl_Impl::getRowAtPoint( const Point& rPoint ) const in getRowAtPoint() function in svt::table::TableControl_Impl1991 TableCell aCell( getColAtPoint( i_point ), getRowAtPoint( i_point ) ); in hitTest()2790 RowPos newRow = m_pTableControl->getRowAtPoint( rPoint ); in SetCursorAtPoint()2871 RowPos curRow = m_pTableControl->getRowAtPoint( rPoint ); in IsSelectionAtPoint()
301 virtual RowPos getRowAtPoint( const Point& rPoint ) const;
367 ::sal_Int32 UnoGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::un… in getRowAtPoint() function in toolkit::UnoGridControl370 return xGrid->getRowAtPoint( x, y ); in getRowAtPoint()
99 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
85 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint() function in SVTXGridControl
64 long getRowAtPoint( [in] long X, [in] long Y );
Completed in 51 milliseconds