Lines Matching refs:DbGridControl_Base

398     m_aNewBtn.SetModeImage(((DbGridControl*)pParent)->GetImage(DbGridControl_Base::NEW));  in NavigationBar()
925 :DbGridControl_Base(pParent, EBBF_NONE, nBits, DEFAULT_BROWSE_MODE ) in DbGridControl()
1032 DbGridControl_Base::StateChanged( nType ); in StateChanged()
1070 DbGridControl_Base::DataChanged( rDCEvt ); in DataChanged()
1082 DbGridControl_Base::Select(); in Select()
1179 DbGridControl_Base::RemoveRows(); in RemoveRows()
1676 DbGridControl_Base::RemoveColumns(); in RemoveColumns()
1712 DbGridControl_Base::AppendColumn(rName, nWidth, nRealPos, nId); in AppendColumn()
1725 DbGridControl_Base::RemoveColumn(nId); in RemoveColumn()
1732 DbGridControl_Base::ColumnMoved(nId); in ColumnMoved()
1850 DbGridControl_Base::SeekRow(nRow); in SeekRow()
1936 DbGridControl_Base::RowInserted(nRow, nNumRows, bDoPaint, bKeepSelection); in RowInserted()
1956 DbGridControl_Base::RowRemoved(nRow, nNumRows, bDoPaint); in RowRemoved()
2003 DbGridControl_Base::GoToRow(nNewPos); in AdjustRows()
2028 DbGridControl_Base::RowStatus DbGridControl::GetRowStatus(long nRow) const in GetRowStatus()
2031 return DbGridControl_Base::FILTER; in GetRowStatus()
2036 return DbGridControl_Base::DELETED; in GetRowStatus()
2038 return DbGridControl_Base::MODIFIED; in GetRowStatus()
2040 return DbGridControl_Base::CURRENTNEW; in GetRowStatus()
2042 return DbGridControl_Base::CURRENT; in GetRowStatus()
2045 return DbGridControl_Base::NEW; in GetRowStatus()
2047 return DbGridControl_Base::DELETED; in GetRowStatus()
2049 return DbGridControl_Base::CLEAN; in GetRowStatus()
2055 DbGridControl_Base::PaintStatusCell(rDev, rRect); in PaintStatusCell()
2093 if ( !DbGridControl_Base::CursorMoving( nNewRow, nNewCol ) ) in CursorMoving()
2197 DbGridControl_Base::CursorMoved(); in CursorMoved()
2338 DbGridControl_Base::GoToRow(nNewPos); in AdjustDataSource()
2648 DbGridControl_Base::GoToRow(nPos); in MoveToPosition()
2930 DbGridControl_Base::Command(rEvt); in Command()
2968 DbGridControl_Base::Command(rEvt); in Command()
2973 DbGridControl_Base::Command(rEvt); in Command()
3160 DbGridControl_Base::Dispatch(nId); in Dispatch()
3214 if (bAppending && (DbGridControl_Base::IsModified() || bDirty)) in Undo()
3273 DbGridControl_Base::RowModified(nRow); in RowModified()
3279 …ode() && IsValid(m_xCurrentRow) && (m_xCurrentRow->IsModified() || DbGridControl_Base::IsModified(… in IsModified()
3304 if (!DbGridControl_Base::IsModified()) in SaveModified()
3472 return DbGridControl_Base::PreNotify(rEvt); in PreNotify()
3504 DbGridControl_Base::KeyInput(rEvt); in KeyInput()
3519 DbGridControl_Base::RemoveColumn(nId); in HideColumn()
3786 if (GetRowStatus(GetCurRow()) != DbGridControl_Base::MODIFIED) in FieldValueChanged()
3856 return DbGridControl_Base::GetAccessibleControlCount() + 1; // the navigation control in GetAccessibleControlCount()
3862 if ( _nIndex == DbGridControl_Base::GetAccessibleControlCount() ) in CreateAccessibleControl()
3867 xRet = DbGridControl_Base::CreateAccessibleControl( _nIndex ); in CreateAccessibleControl()
3894 … return DbGridControl_Base::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eValue,sal_True ); in CreateAccessibleCell()
3897 return DbGridControl_Base::CreateAccessibleCell( _nRow, _nColumnPos ); in CreateAccessibleCell()