Lines Matching refs:GetCurRow
1346 if ((GetCurRow() == GetRowCount() - 1) && (GetCurRow() > 0)) in SetOptions()
1347 GoToRowColumnId(GetCurRow() - 1, GetCurColumnId()); in SetOptions()
2191 if (m_pDataCursor && m_nCurrentPos != GetCurRow()) in CursorMoved()
2194 SetCurrent(GetCurRow()); in CursorMoved()
2210 if ( m_nLastRowId != GetCurRow() ) in CursorMoved()
2212 m_nLastRowId = GetCurRow(); in CursorMoved()
2533 if (m_pSeekCursor && (GetCurRow() != 0)) in MoveToFirst()
2573 long nNewRow = std::max(GetCurRow() - 1L, 0L); in MoveToPrev()
2574 if (GetCurRow() != nNewRow) in MoveToPrev()
2587 long nNewRow = std::min(GetRowCount() - 1, GetCurRow() + 1); in MoveToNext()
2588 if (GetCurRow() != nNewRow) in MoveToNext()
2604 MoveToPosition(GetCurRow() + 1); in MoveToNext()
2677 if (nNewRow > 0 && GetCurRow() != nNewRow) in AppendNew()
3261 RowModified(GetCurRow()); // will update the current controller if affected in resetCurrentRow()
3481 return GetCurRow() < (GetRowCount() - 1) || !m_bRecordCountFinal || in IsTabAllowed()
3486 return GetCurRow() > 0 || (GetCurColumnId() && GetViewColumnPos(GetCurColumnId()) > 0); in IsTabAllowed()
3495 long nRow = GetCurRow(); in KeyInput()
3786 if (GetRowStatus(GetCurRow()) != DbGridControl_Base::MODIFIED) in FieldValueChanged()
3813 RowModified(GetCurRow(), _nId); in FieldValueChanged()