Searched refs:m_xEmptyRow (Results 1 – 2 of 2) sorted by relevance
1146 m_xPaintRow = m_xDataRow = m_xEmptyRow = m_xCurrentRow = m_xSeekRow = NULL; in RemoveRows()1174 m_xPaintRow = m_xDataRow = m_xEmptyRow = m_xCurrentRow = m_xSeekRow = NULL; in RemoveRows()1340 m_xEmptyRow = new DbGridRow(); in SetOptions()1345 m_xEmptyRow = NULL; in SetOptions()1612 m_xEmptyRow = new DbGridRow(); in setDataSource()1832 m_xPaintRow = m_xEmptyRow; in SeekRow()1842 m_xPaintRow = m_xEmptyRow; in SeekRow()1930 if (m_xEmptyRow.Is()) in RowInserted()1950 if (m_xEmptyRow.Is()) in RowRemoved()1985 if (!IsUpdating() && m_bRecordCountFinal && IsModified() && m_xCurrentRow != m_xEmptyRow && in AdjustRows()[all …]
239 m_xEmptyRow; // Datensatz zum einfuegen member in DbGridControl589 const DbGridRowRef& GetEmptyRow() const { return m_xEmptyRow; } in GetEmptyRow()