Lines Matching refs:Is
91 #define ROWSTATUS(row) !row.Is() ? "NULL" : row->GetStatus() == GRS_CLEAN ? "CLEAN" : row->GetStatu…
818 if (pCur && pCur->Is()) in DbGridRow()
873 if (pCur && pCur->Is()) in SetState()
1930 if (m_xEmptyRow.Is()) in RowInserted()
1950 if (m_xEmptyRow.Is()) in RowRemoved()
2299 if ( m_xCurrentRow.Is() in AdjustDataSource()
2340 if (!m_xCurrentRow.Is()) in AdjustDataSource()
2356 m_aBar.InvalidateAll(m_nCurrentPos, m_xCurrentRow.Is()); in AdjustDataSource()
2832 if (bIsNew && m_xCurrentRow.Is()) in DataSourcePropertyChanged()
2860 if (m_xCurrentRow.Is()) in DataSourcePropertyChanged()
3285 return m_xCurrentRow.Is() && m_xCurrentRow->IsNew(); in IsCurrentAppending()
3309 …DBG_ASSERT( Controller().Is(), "DbGridControl::SaveModified: was modified, by have no controller?!… in SaveModified()
3310 if ( !Controller().Is() ) in SaveModified()
3353 else if (Controller().Is() && Controller()->IsModified()) in SaveRow()