Lines Matching refs:RowPos

122         virtual bool                isCellEditable( ColPos col, RowPos row ) const  in isCellEditable()
226 …virtual void getCellContent( ColPos const i_col, RowPos const i_row, ::com::sun::star::uno::Any& o… in getCellContent()
232 virtual void getCellToolTip( ColPos const, RowPos const, ::com::sun::star::uno::Any& ) in getCellToolTip()
235 virtual Any getRowHeading( RowPos const i_rowPos ) const in getRowHeading()
323 …checkLimitsExclusive_OrDefault_OrFallback( m_nTopRow, (RowPos)-1, m_nRowCount, getModel(), (RowPos in impl_checkInvariants()
326 …if ( !lcl_checkLimitsExclusive_OrDefault_OrFallback( m_nCurRow, (RowPos)-1, m_nRowCount, getModel(… in impl_checkInvariants()
342 for ( ::std::vector< RowPos >::const_iterator selRow = m_aSelectedRows.begin(); in impl_checkInvariants()
520 …bool lcl_adjustSelectedRows( ::std::vector< RowPos >& io_selectionIndexes, RowPos const i_firstAff… in lcl_adjustSelectedRows()
523 for ( ::std::vector< RowPos >::iterator selPos = io_selectionIndexes.begin(); in lcl_adjustSelectedRows()
538 void TableControl_Impl::rowsInserted( RowPos i_first, RowPos i_last ) in rowsInserted()
576 void TableControl_Impl::rowsRemoved( RowPos i_first, RowPos i_last ) in rowsRemoved()
693 …pl::cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const… in cellsUpdated()
1668 RowPos nNewRow = ::std::max( (RowPos)0, m_nCurRow - impl_getVisibleRows( false ) ); in dispatchAction()
1675RowPos nNewRow = ::std::min( m_nRowCount - 1, m_nCurRow + impl_getVisibleRows( false ) ); in dispatchAction()
1885 RowPos iter = m_nCurRow; in dispatchAction()
1911 RowPos iter = m_nCurRow; in dispatchAction()
1957 …void TableControl_Impl::impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) c… in impl_getCellRect()
1975 RowPos TableControl_Impl::getRowAtPoint( const Point& rPoint ) const in getRowAtPoint()
2024 RowPos TableControl_Impl::getCurrentColumn() const in getCurrentColumn()
2030 RowPos TableControl_Impl::getCurrentRow() const in getCurrentRow()
2109 bool TableControl_Impl::activateCell( ColPos const i_col, RowPos const i_row ) in activateCell()
2116 void TableControl_Impl::invalidateSelectedRegion( RowPos _nPrevRow, RowPos _nCurRow ) in invalidateSelectedRegion()
2157 for ( ::std::vector< RowPos >::iterator selRow = m_aSelectedRows.begin(); in invalidateSelectedRows()
2167 void TableControl_Impl::invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ) in invalidateRowRange()
2169 RowPos const firstRow = i_firstRow < m_nTopRow ? m_nTopRow : i_firstRow; in invalidateRowRange()
2170 RowPos const lastVisibleRow = m_nTopRow + impl_getVisibleRows( true ) - 1; in invalidateRowRange()
2171RowPos const lastRow = ( ( i_lastRow == ROW_INVALID ) || ( i_lastRow > lastVisibleRow ) ) ? lastVi… in invalidateRowRange()
2252 bool TableControl_Impl::goTo( ColPos _nColumn, RowPos _nRow ) in goTo()
2276 …void TableControl_Impl::ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibili… in ensureVisible()
2309 …::rtl::OUString TableControl_Impl::getCellContentAsString( RowPos const i_row, ColPos const i_col ) in getCellContentAsString()
2324 RowPos nNewTopRow = in impl_ni_ScrollRows()
2326 ::std::min( (RowPos)( m_nTopRow + _nRowDelta ), (RowPos)( m_nRowCount - 1 ) ), in impl_ni_ScrollRows()
2327 (RowPos)0 in impl_ni_ScrollRows()
2330 RowPos nOldTopRow = m_nTopRow; in impl_ni_ScrollRows()
2479 bool TableControl_Impl::isRowSelected( RowPos i_row ) const in isRowSelected()
2485 RowPos TableControl_Impl::getSelectedRowIndex( size_t const i_selectionIndex ) const in getSelectedRowIndex()
2493 …int TableControl_Impl::getRowSelectedNumber(const ::std::vector<RowPos>& selectedRows, RowPos curr… in getRowSelectedNumber()
2495 …std::vector<RowPos>::const_iterator it = ::std::find(selectedRows.begin(),selectedRows.end(),curre… in getRowSelectedNumber()
2532 RowPos TableControl_Impl::impl_getRowForAbscissa( long const i_abscissa ) const in impl_getRowForAbscissa()
2548 bool TableControl_Impl::markRowAsDeselected( RowPos const i_rowIndex ) in markRowAsDeselected()
2552 …::std::vector< RowPos >::iterator selPos = ::std::find( m_aSelectedRows.begin(), m_aSelectedRows.e… in markRowAsDeselected()
2561 bool TableControl_Impl::markRowAsSelected( RowPos const i_rowIndex ) in markRowAsSelected()
2623 for ( RowPos i=0; i < m_pModel->getRowCount(); ++i ) in markAllRowsAsSelected()
2790 RowPos newRow = m_pTableControl->getRowAtPoint( rPoint ); in SetCursorAtPoint()
2871 RowPos curRow = m_pTableControl->getRowAtPoint( rPoint ); in IsSelectionAtPoint()
2893 RowPos const rowIndex = m_pTableControl->getSelectedRowIndex(i); in DeselectAll()