Lines Matching refs:RowPos

125         RowPos              	m_nCurRow;
127 RowPos m_nTopRow;
146 std::vector<RowPos> m_aSelectedRows;
150 RowPos m_nAnchor;
173 inline RowPos getCurRow() const { return m_nCurRow; } in getCurRow()
174 inline void setCurRow( RowPos i_curRow ){ m_nCurRow = i_curRow; } in setCurRow()
176 RowPos getAnchor() const { return m_nAnchor; } in getAnchor()
177 void setAnchor( RowPos const i_anchor ) { m_nAnchor = i_anchor; } in setAnchor()
179 inline RowPos getTopRow() const { return m_nTopRow; } in getTopRow()
205 bool goTo( ColPos _nColumn, RowPos _nRow );
217 void ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibility );
221 ::rtl::OUString getCellContentAsString( RowPos const i_row, ColPos const i_col );
224 int getRowSelectedNumber(const ::std::vector<RowPos>& selectedRows, RowPos current);
227 void invalidateSelectedRegion( RowPos _nPrevRow, RowPos _nCurRow );
236 void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow );
240 void invalidateRow( RowPos const i_row ) { invalidateRowRange( i_row, i_row ); } in invalidateRow()
250 RowPos getSelectedRowIndex( size_t const i_selectionIndex ) const;
257 bool markRowAsDeselected( RowPos const i_rowIndex );
263 bool markRowAsSelected( RowPos const i_rowIndex );
291 virtual RowPos getCurrentRow() const;
292 virtual bool activateCell( ColPos const i_col, RowPos const i_row );
301 virtual RowPos getRowAtPoint( const Point& rPoint ) const;
305 virtual bool isRowSelected( RowPos i_row ) const;
328 virtual void rowsInserted( RowPos first, RowPos last );
329 virtual void rowsRemoved( RowPos first, RowPos last );
333 … cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const…
376 void impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) const;
485 RowPos impl_getRowForAbscissa( long const i_abscissa ) const;
499 RowPos m_nCurrentRow;