Lines Matching refs:IsModified
624 bAvailable = (m_nCurrentPos == pParent->GetRowCount() - 2) && pParent->IsModified(); in GetState()
704 if (pParent->IsCurrentAppending() && !pParent->IsModified()) in SetState()
1282 DBG_ASSERT(!m_xCurrentRow || !m_xCurrentRow->IsModified(), in SetOptions()
1985 if (!IsUpdating() && m_bRecordCountFinal && IsModified() && m_xCurrentRow != m_xEmptyRow && in AdjustRows()
2037 else if (IsModified()) in GetRowStatus()
2783 rMenu.EnableItem(SID_FM_RECORD_SAVE, IsModified()); in PreExecuteRowContextMenu()
2786 sal_Bool bCanUndo = IsModified(); in PreExecuteRowContextMenu()
3121 if (!IsFilterMode() && IsValid(m_xCurrentRow) && !m_xCurrentRow->IsModified()) in CellModified()
3166 if (!IsFilterMode() && IsValid(m_xCurrentRow) && IsModified()) in Undo()
3187 sal_Bool bDirty = m_xCurrentRow->IsModified(); in Undo()
3214 if (bAppending && (DbGridControl_Base::IsModified() || bDirty)) in Undo()
3230 if (IsModified()) in resetCurrentRow()
3277 sal_Bool DbGridControl::IsModified() const in IsModified() function in DbGridControl
3279 …rMode() && IsValid(m_xCurrentRow) && (m_xCurrentRow->IsModified() || DbGridControl_Base::IsModifie… in IsModified()
3304 if (!DbGridControl_Base::IsModified()) in SaveModified()
3350 if (!IsValid(m_xCurrentRow) || !IsModified()) in SaveRow()
3353 else if (Controller().Is() && Controller()->IsModified()) in SaveRow()
3453 if (IsModified()) in PreNotify()