Lines Matching refs:OPT_INSERT

569 …dRowCount = pParent->GetRowCount() - ((pParent->GetOptions() & DbGridControl::OPT_INSERT) ? 2 : 1);  in InvalidateAll()
623 if (!bAvailable && pParent->GetOptions() & DbGridControl::OPT_INSERT) in GetState()
630 if (pParent->GetOptions() & DbGridControl::OPT_INSERT) in GetState()
638 …bAvailable = (pParent->GetOptions() & DbGridControl::OPT_INSERT) && pParent->GetRowCount() && m_nC… in GetState()
702 if (pParent->GetOptions() & DbGridControl::OPT_INSERT) in SetState()
943 ,m_nOptionMask(OPT_INSERT | OPT_UPDATE | OPT_DELETE) in DbGridControl()
1296 nOpt &= ~OPT_INSERT; in SetOptions()
1331 sal_Bool bInsertChanged = (nOpt & OPT_INSERT) != (m_nOptions & OPT_INSERT); in SetOptions()
1338 if (m_nOptions & OPT_INSERT) in SetOptions()
1550 …if ((m_nOptionMask & OPT_INSERT) && ((nPrivileges & Privilege::INSERT) == Privilege::INSERT) && (n… in setDataSource()
1551 m_nOptions |= OPT_INSERT; in setDataSource()
1609 if (m_nOptions & OPT_INSERT) in setDataSource()
1980 if (m_nOptions & OPT_INSERT) in AdjustRows()
2019 if (m_nOptions & OPT_INSERT) in AdjustRows()
2444 …else if ((-1 == nRow) && (GetRowCount() == ((m_nOptions & OPT_INSERT) ? 1 : 0)) && m_pSeekCursor->… in SeekCursor()
2561 if (m_nOptions & OPT_INSERT) in MoveToLast()
2655 if (!m_pSeekCursor || !(m_nOptions & OPT_INSERT)) in AppendNew()
2780 …bDelete = bDelete && !((m_nOptions & OPT_INSERT) && GetSelectRowCount() == 1 && IsRowSelected(GetR… in PreExecuteRowContextMenu()
3070 sal_Bool bInsert = (m_xCurrentRow->IsNew() && (m_nOptions & OPT_INSERT)); in GetController()
3154 if (m_nOptions & OPT_INSERT) in Dispatch()
3291 return (m_nOptions & OPT_INSERT) && m_nTotalCount >= 0 && (nRow == GetRowCount() - 1); in IsInsertionRow()