Home
last modified time | relevance | path

Searched refs:getRowAtPoint (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx107 RowPos const hitRow = m_rTableControl.getRowAtPoint( aMousePos ); in RequestHelp()
197 RowPos const hitRow = m_rTableControl.getRowAtPoint( aPoint ); in MouseButtonDown()
H A Dtablecontrol.cxx582 sal_Int32 nRow = m_pImpl->getRowAtPoint( _rPoint ); in ConvertPointToControlIndex()
609 _rnRow = m_pImpl->getRowAtPoint( _rPoint ); in ConvertPointToCellAddress()
H A Dtablecontrol_impl.cxx1975 RowPos TableControl_Impl::getRowAtPoint( const Point& rPoint ) const in getRowAtPoint() function in svt::table::TableControl_Impl
1991 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()
H A Dtablecontrol_impl.hxx301 virtual RowPos getRowAtPoint( const Point& rPoint ) const;
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx367 ::sal_Int32 UnoGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::un… in getRowAtPoint() function in toolkit::UnoGridControl
370 return xGrid->getRowAtPoint( x, y ); in getRowAtPoint()
H A Dgridcontrol.hxx99 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx85 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
H A Dsvtxgridcontrol.cxx119 sal_Int32 SAL_CALL SVTXGridControl::getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (RuntimeExcep… in getRowAtPoint() function in SVTXGridControl
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl64 long getRowAtPoint( [in] long X, [in] long Y );

Completed in 51 milliseconds