Home
last modified time | relevance | path

Searched refs:OPT_UPDATE (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svx/source/fmcomp/
H A Dgridctrl.cxx943 ,m_nOptionMask(OPT_INSERT | OPT_UPDATE | OPT_DELETE) in DbGridControl()
1298 nOpt &= ~OPT_UPDATE; in SetOptions()
1313 if (nOpt & OPT_UPDATE) in SetOptions()
1390 if (m_nOptions & OPT_UPDATE) in EnablePermanentCursor()
1552 …if ((m_nOptionMask & OPT_UPDATE) && ((nPrivileges & Privilege::UPDATE) == Privilege::UPDATE) && (n… in setDataSource()
1553 m_nOptions |= OPT_UPDATE; in setDataSource()
1575 if ( m_nOptions & OPT_UPDATE ) in setDataSource()
3071 sal_Bool bUpdate = (!m_xCurrentRow->IsNew() && (m_nOptions & OPT_UPDATE)); in GetController()
/aoo4110/main/svx/inc/svx/
H A Dgridctrl.hxx220 OPT_UPDATE = 0x02, enumerator
403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2110 …getBrowserView()->getVclControl()->SetOptions(DbGridControl::OPT_UPDATE | DbGridControl::OPT_INSER… in Execute()

Completed in 54 milliseconds