Home
last modified time | relevance | path

Searched refs:OPT_INSERT (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/fmcomp/
H A Dgridctrl.cxx569 …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 …]
/AOO42X/main/svx/inc/svx/
H A Dgridctrl.hxx219 OPT_INSERT = 0x01, enumerator
403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);
/AOO42X/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1310 if (GetOptions() & OPT_INSERT) in StartDrag()
1544 if (GetOptions() & OPT_INSERT) in AcceptDrop()
1652 if (GetOptions() & OPT_INSERT) in ExecuteDrop()
H A Dbrwctrlr.cxx2110 …getVclControl()->SetOptions(DbGridControl::OPT_UPDATE | DbGridControl::OPT_INSERT | DbGridControl:… in Execute()