Searched refs:markRowAsSelected (Results 1 – 3 of 3) sorted by relevance
2561 bool TableControl_Impl::markRowAsSelected( RowPos const i_rowIndex ) in markRowAsSelected() function in svt::table::TableControl_Impl2817 m_pTableControl->markRowAsSelected( m_pTableControl->getAnchor() ); in SetCursorAtPoint()2828 m_pTableControl->markRowAsSelected( m_pTableControl->getAnchor() ); in SetCursorAtPoint()2841 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()2847 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()2851 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()
263 bool markRowAsSelected( RowPos const i_rowIndex );
241 if ( !m_pImpl->markRowAsSelected( i_rowIndex ) ) in SelectRow()
Completed in 25 milliseconds