Searched refs:OPT_INSERT (Results 1 – 4 of 4) sorted by relevance
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()[all …]
219 OPT_INSERT = 0x01, enumerator403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);
1310 if (GetOptions() & OPT_INSERT) in StartDrag()1544 if (GetOptions() & OPT_INSERT) in AcceptDrop()1652 if (GetOptions() & OPT_INSERT) in ExecuteDrop()
2110 …getVclControl()->SetOptions(DbGridControl::OPT_UPDATE | DbGridControl::OPT_INSERT | DbGridControl:… in Execute()