Lines Matching refs:IsNew
1986 m_xCurrentRow->IsNew()) in AdjustRows()
2039 else if (m_xCurrentRow->IsNew()) in GetRowStatus()
2139 …if (!m_xCurrentRow || m_xCurrentRow->IsNew() || !CompareBookmark(aBookmark, m_pDataCursor->getBook… in SetCurrent()
2300 && !m_xCurrentRow->IsNew() in AdjustDataSource()
2428 if (IsValid(m_xCurrentRow) && m_xCurrentRow->IsNew() && in SeekCursor()
2840 if ((nRecordCount == GetRowCount() - 1) && m_xCurrentRow->IsNew()) in DataSourcePropertyChanged()
2852 if (m_xCurrentRow->IsNew() && nRecordCount == (GetRowCount() - 2)) in DataSourcePropertyChanged()
3070 sal_Bool bInsert = (m_xCurrentRow->IsNew() && (m_nOptions & OPT_INSERT)); in GetController()
3071 sal_Bool bUpdate = (!m_xCurrentRow->IsNew() && (m_nOptions & OPT_UPDATE)); in GetController()
3125 if (m_xCurrentRow->IsNew()) in CellModified()
3186 sal_Bool bAppending = m_xCurrentRow->IsNew(); in Undo()
3243 if (m_xCurrentRow->IsNew()) in resetCurrentRow()
3285 return m_xCurrentRow.Is() && m_xCurrentRow->IsNew(); in IsCurrentAppending()
3361 sal_Bool bAppending = m_xCurrentRow->IsNew(); in SaveRow()