Searched refs:IsCurrentAppending (Results 1 – 5 of 5) sorted by relevance
1305 sal_Bool bCurrentRowVirtual = IsCurrentAppending() && IsModified(); in StartDrag()1546 if (IsCurrentAppending()) in AcceptDrop()1654 if (IsCurrentAppending()) in ExecuteDrop()
631 bAvailable = pParent->IsCurrentAppending() ? pParent->GetRowCount() > 1 : in GetState()677 if (pParent->IsCurrentAppending()) in SetState()704 if (pParent->IsCurrentAppending() && !pParent->IsModified()) in SetState()2778 sal_Bool bDelete = (m_nOptions & OPT_DELETE) && GetSelectRowCount() && !IsCurrentAppending(); in PreExecuteRowContextMenu()3283 sal_Bool DbGridControl::IsCurrentAppending() const in IsCurrentAppending() function in DbGridControl
1152 if ( IsCurrentAppending() ) in DeleteSelectedRows()1228 if ( !IsRowSelected( GetCurrentPos() ) && !IsCurrentAppending() && GetCurrentRow().Is() ) in DeleteSelectedRows()1404 if (!IsCurrentAppending()) in DeleteSelectedRows()
1629 if (m_xCursor->rowUpdated() && !pGrid->IsCurrentAppending()) in rowChanged()
579 sal_Bool IsCurrentAppending() const;
Completed in 68 milliseconds