Home
last modified time | relevance | path

Searched refs:getColAtPoint (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svtools/source/table/
H A Dtablecontrol.cxx583 sal_Int32 nCol = m_pImpl->getColAtPoint( _rPoint ); in ConvertPointToControlIndex()
610 _rnColPos = m_pImpl->getColAtPoint( _rPoint ); in ConvertPointToCellAddress()
H A Dtabledatawindow.cxx108 ColPos const hitCol = m_rTableControl.getColAtPoint( aMousePos ); in RequestHelp()
H A Dtablecontrol_impl.hxx302 virtual ColPos getColAtPoint( const Point& rPoint ) const;
H A Dtablecontrol_impl.cxx1982 ColPos TableControl_Impl::getColAtPoint( const Point& rPoint ) const in getColAtPoint() function in svt::table::TableControl_Impl
1991 TableCell aCell( getColAtPoint( i_point ), getRowAtPoint( i_point ) ); in hitTest()
2794 ColPos newCol = m_pTableControl->getColAtPoint( rPoint ); in SetCursorAtPoint()

Completed in 84 milliseconds