Home
last modified time | relevance | path

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

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1296 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()
2561 if (m_nOptions & OPT_INSERT) in MoveToLast()
2655 if (!m_pSeekCursor || !(m_nOptions & OPT_INSERT)) in AppendNew()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx219 OPT_INSERT = 0x01, enumerator
403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);
/trunk/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()

Completed in 59 milliseconds