Lines Matching refs:m_nOptions
942 ,m_nOptions(OPT_READONLY) in DbGridControl()
1148 m_nOptions = OPT_READONLY; in RemoveRows()
1176 m_nOptions = OPT_READONLY; in RemoveRows()
1306 if (nOpt == m_nOptions) in SetOptions()
1307 return m_nOptions; in SetOptions()
1331 sal_Bool bInsertChanged = (nOpt & OPT_INSERT) != (m_nOptions & OPT_INSERT); in SetOptions()
1332 m_nOptions = nOpt; in SetOptions()
1338 if (m_nOptions & OPT_INSERT) in SetOptions()
1356 return m_nOptions; in SetOptions()
1390 if (m_nOptions & OPT_UPDATE) in EnablePermanentCursor()
1551 m_nOptions |= OPT_INSERT; in setDataSource()
1553 m_nOptions |= OPT_UPDATE; in setDataSource()
1555 m_nOptions |= OPT_DELETE; in setDataSource()
1575 if ( m_nOptions & OPT_UPDATE ) 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()
2778 sal_Bool bDelete = (m_nOptions & OPT_DELETE) && GetSelectRowCount() && !IsCurrentAppending(); in PreExecuteRowContextMenu()
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()
3071 sal_Bool bUpdate = (!m_xCurrentRow->IsNew() && (m_nOptions & OPT_UPDATE)); in GetController()
3154 if (m_nOptions & OPT_INSERT) in Dispatch()
3291 return (m_nOptions & OPT_INSERT) && m_nTotalCount >= 0 && (nRow == GetRowCount() - 1); in IsInsertionRow()
3461 if ((m_nOptions & OPT_DELETE) && GetSelectRowCount()) in PreNotify()