Lines Matching refs:DbGridControl

105     DbGridControl* m_pControl;
107 RowSetEventListener(DbGridControl* i_pControl) : m_pControl(i_pControl) in RowSetEventListener()
119 ::DbGridControl::GrantControlAccess aAccess; in rowsChanged()
147 DbGridControl& m_rParent;
154 …GridFieldValueListener(DbGridControl& _rParent, const Reference< XPropertySet >& xField, sal_uInt1…
165 GridFieldValueListener::GridFieldValueListener(DbGridControl& _rParent, const Reference< XPropertyS… in GridFieldValueListener()
222 DbGridControl& m_rParent;
226 …DisposeListenerGridBridge( DbGridControl& _rParent, const Reference< XComponent >& _rxObject, sal_…
237 DisposeListenerGridBridge::DisposeListenerGridBridge(DbGridControl& _rParent, const Reference< XCom… in DBG_NAME()
268 DbGridControl::NavigationBar::RECORD_TEXT,
269 DbGridControl::NavigationBar::RECORD_ABSOLUTE,
270 DbGridControl::NavigationBar::RECORD_OF,
271 DbGridControl::NavigationBar::RECORD_COUNT,
272 DbGridControl::NavigationBar::RECORD_FIRST,
273 DbGridControl::NavigationBar::RECORD_NEXT,
274 DbGridControl::NavigationBar::RECORD_PREV,
275 DbGridControl::NavigationBar::RECORD_LAST,
276 DbGridControl::NavigationBar::RECORD_NEW,
289 DbGridControl* m_pParent;
296 FmXGridSourcePropListener(DbGridControl* _pParent);
305 FmXGridSourcePropListener::FmXGridSourcePropListener(DbGridControl* _pParent) in FmXGridSourcePropListener()
323 DbGridControl::NavigationBar::AbsolutePos::AbsolutePos(Window* pParent, WinBits nStyle) in AbsolutePos()
335 void DbGridControl::NavigationBar::AbsolutePos::KeyInput(const KeyEvent& rEvt) in KeyInput()
352 void DbGridControl::NavigationBar::AbsolutePos::LoseFocus() in LoseFocus()
366 void DbGridControl::NavigationBar::PositionDataSource(sal_Int32 nRecord) in PositionDataSource()
374 ((DbGridControl*)GetParent())->MoveToPosition(nRecord - 1); in PositionDataSource()
379 DbGridControl::NavigationBar::NavigationBar(Window* pParent, WinBits nStyle) in NavigationBar()
398 m_aNewBtn.SetModeImage(((DbGridControl*)pParent)->GetImage(DbGridControl_Base::NEW)); in NavigationBar()
459 sal_uInt16 DbGridControl::NavigationBar::ArrangeControls() in ArrangeControls()
465 Rectangle aRect(((DbGridControl*)GetParent())->GetControlArea()); in ArrangeControls()
526 IMPL_LINK(DbGridControl::NavigationBar, OnClick, Button *, pButton ) in IMPL_LINK()
528 DbGridControl* pParent = (DbGridControl*)GetParent(); in IMPL_LINK()
563 void DbGridControl::NavigationBar::InvalidateAll(sal_Int32 nCurrentPos, sal_Bool bAll) in InvalidateAll()
567 DbGridControl* pParent = (DbGridControl*)GetParent(); in InvalidateAll()
569 …AdjustedRowCount = pParent->GetRowCount() - ((pParent->GetOptions() & DbGridControl::OPT_INSERT) ?… in InvalidateAll()
594 sal_Bool DbGridControl::NavigationBar::GetState(sal_uInt16 nWhich) const in GetState()
596 DbGridControl* pParent = (DbGridControl*)GetParent(); in GetState()
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()
649 void DbGridControl::NavigationBar::SetState(sal_uInt16 nWhich) in SetState()
652 DbGridControl* pParent = (DbGridControl*)GetParent(); in SetState()
702 if (pParent->GetOptions() & DbGridControl::OPT_INSERT) in SetState()
743 void DbGridControl::NavigationBar::Resize() in Resize()
750 void DbGridControl::NavigationBar::Paint(const Rectangle& rRect) in Paint()
764 void DbGridControl::NavigationBar::StateChanged( StateChangedType nType ) in StateChanged()
919 DBG_NAME(DbGridControl);
921 DbGridControl::DbGridControl( in DbGridControl() function in DbGridControl
960 DBG_CTOR(DbGridControl,NULL); in DbGridControl()
969 void DbGridControl::InsertHandleColumn() in InsertHandleColumn()
981 void DbGridControl::Init() in Init()
994 DbGridControl::~DbGridControl() in ~DbGridControl()
1026 DBG_DTOR(DbGridControl,NULL); in ~DbGridControl()
1030 void DbGridControl::StateChanged( StateChangedType nType ) in StateChanged()
1068 void DbGridControl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1080 void DbGridControl::Select() in Select()
1092 void DbGridControl::ImplInitWindow( const InitWindowFacet _eInitWhat ) in ImplInitWindow()
1140 void DbGridControl::RemoveRows(sal_Bool bNewCursor) in RemoveRows()
1160 void DbGridControl::RemoveRows() in RemoveRows()
1184 void DbGridControl::ArrangeControls(sal_uInt16& nX, sal_uInt16 nY) in ArrangeControls()
1196 void DbGridControl::EnableHandle(sal_Bool bEnable) in EnableHandle()
1244 void DbGridControl::EnableNavigationBar(sal_Bool bEnable) in EnableNavigationBar()
1280 sal_uInt16 DbGridControl::SetOptions(sal_uInt16 nOpt) in SetOptions()
1360 void DbGridControl::ForceHideScrollbars( sal_Bool _bForce ) in ForceHideScrollbars()
1372 sal_Bool DbGridControl::IsForceHideScrollbars() const in IsForceHideScrollbars()
1378 void DbGridControl::EnablePermanentCursor(sal_Bool bEnable) in EnablePermanentCursor()
1406 sal_Bool DbGridControl::IsPermanentCursorEnabled() const in IsPermanentCursorEnabled()
1412 void DbGridControl::refreshController(sal_uInt16 _nColId, GrantControlAccess /*_aAccess*/) in refreshController()
1422 void DbGridControl::SetMultiSelection(sal_Bool bMulti) in SetMultiSelection()
1434 void DbGridControl::setDataSource(const Reference< XRowSet >& _xCursor, sal_uInt16 nOpts) in setDataSource()
1667 void DbGridControl::RemoveColumns() in RemoveColumns()
1680 DbGridColumn* DbGridControl::CreateColumn(sal_uInt16 nId) const in CreateColumn()
1682 return new DbGridColumn(nId, *(DbGridControl*)this); in CreateColumn()
1686 sal_uInt16 DbGridControl::AppendColumn(const XubString& rName, sal_uInt16 nWidth, sal_uInt16 nModel… in AppendColumn()
1722 void DbGridControl::RemoveColumn(sal_uInt16 nId) in RemoveColumn()
1730 void DbGridControl::ColumnMoved(sal_uInt16 nId) in ColumnMoved()
1823 sal_Bool DbGridControl::SeekRow(long nRow) in SeekRow()
1857 void DbGridControl::VisibleRowsChanged( long nNewTopRow, sal_uInt16 nLinesOnScreen ) in VisibleRowsChanged()
1863 void DbGridControl::RecalcRows(long nNewTopRow, sal_uInt16 nLinesOnScreen, sal_Bool bUpdateCursor) in RecalcRows()
1865 DBG_CHKTHIS( DbGridControl, NULL ); in RecalcRows()
1921 void DbGridControl::RowInserted(long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelectio… in RowInserted()
1942 void DbGridControl::RowRemoved(long nRow, long nNumRows, sal_Bool bDoPaint) in RowRemoved()
1962 void DbGridControl::AdjustRows() in AdjustRows()
2028 DbGridControl_Base::RowStatus DbGridControl::GetRowStatus(long nRow) const in GetRowStatus()
2053 void DbGridControl::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell()
2059 void DbGridControl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId) con… in PaintCell()
2078 sal_Bool DbGridControl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving()
2080 DBG_CHKTHIS( DbGridControl, NULL ); in CursorMoving()
2100 sal_Bool DbGridControl::SetCurrent(long nNewRow) in SetCurrent()
2186 void DbGridControl::CursorMoved() in CursorMoved()
2188 DBG_CHKTHIS( DbGridControl, NULL ); in CursorMoved()
2216 void DbGridControl::onRowChange() in onRowChange()
2222 void DbGridControl::onColumnChange() in onColumnChange()
2229 void DbGridControl::setDisplaySynchron(sal_Bool bSync) in setDisplaySynchron()
2240 void DbGridControl::forceSyncDisplay() in forceSyncDisplay()
2249 void DbGridControl::forceROController(sal_Bool bForce) in forceROController()
2286 void DbGridControl::AdjustDataSource(sal_Bool bFull) in AdjustDataSource()
2360 sal_Int32 DbGridControl::AlignSeekCursor() in AlignSeekCursor()
2362 DBG_CHKTHIS( DbGridControl, NULL ); in AlignSeekCursor()
2412 sal_Bool DbGridControl::SeekCursor(long nRow, sal_Bool bAbsolute) in SeekCursor()
2414 DBG_CHKTHIS( DbGridControl, NULL ); in SeekCursor()
2531 void DbGridControl::MoveToFirst() in MoveToFirst()
2538 void DbGridControl::MoveToLast() in MoveToLast()
2571 void DbGridControl::MoveToPrev() in MoveToPrev()
2579 void DbGridControl::MoveToNext() in MoveToNext()
2622 void DbGridControl::MoveToPosition(sal_uInt32 nPos) in MoveToPosition()
2653 void DbGridControl::AppendNew() in AppendNew()
2682 void DbGridControl::SetDesignMode(sal_Bool bMode) in SetDesignMode()
2711 void DbGridControl::SetFilterMode(sal_Bool bMode) in SetFilterMode()
2745 String DbGridControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText()
2749 if ( const_cast<DbGridControl*>(this)->SeekRow(_nRow) ) in GetCellText()
2754 XubString DbGridControl::GetCurrentRowCellText(DbGridColumn* pColumn,const DbGridRowRef& _rRow) con… in GetCurrentRowCellText()
2764 sal_uInt32 DbGridControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth()
2776 void DbGridControl::PreExecuteRowContextMenu(sal_uInt16 /*nRow*/, PopupMenu& rMenu) in PreExecuteRowContextMenu()
2796 void DbGridControl::PostExecuteRowContextMenu(sal_uInt16 /*nRow*/, const PopupMenu& /*rMenu*/, sal_… in PostExecuteRowContextMenu()
2804 m_nDeleteEvent = Application::PostUserEvent(LINK(this,DbGridControl,OnDelete)); in PostExecuteRowContextMenu()
2818 void DbGridControl::DataSourcePropertyChanged(const PropertyChangeEvent& evt) throw( RuntimeExcepti… in DataSourcePropertyChanged()
2871 void DbGridControl::StartDrag( sal_Int8 /*nAction*/, const Point& rPosPixel ) in StartDrag()
2891 sal_Bool DbGridControl::canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in canCopyCellText()
2900 void DbGridControl::copyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in copyCellText()
2909 void DbGridControl::executeRowContextMenu( long _nRow, const Point& _rPreferredPos ) in executeRowContextMenu()
2922 void DbGridControl::Command(const CommandEvent& rEvt) in Command()
2978 IMPL_LINK(DbGridControl, OnDelete, void*, /*EMPTYTAG*/ )
2980 DBG_CHKTHIS(DbGridControl, NULL );
2987 void DbGridControl::DeleteSelectedRows() in DeleteSelectedRows()
3050 CellController* DbGridControl::GetController(long /*nRow*/, sal_uInt16 nColumnId) in GetController()
3092 void DbGridControl::InitController(CellControllerRef& /*rController*/, long /*nRow*/, sal_uInt16 nC… in InitController()
3100 void DbGridControl::CellModified() in CellModified()
3150 void DbGridControl::Dispatch(sal_uInt16 nId) in Dispatch()
3164 void DbGridControl::Undo() in Undo()
3228 void DbGridControl::resetCurrentRow() in resetCurrentRow()
3265 void DbGridControl::RowModified( long nRow, sal_uInt16 /*nColId*/ ) in RowModified()
3277 sal_Bool DbGridControl::IsModified() const in IsModified()
3283 sal_Bool DbGridControl::IsCurrentAppending() const in IsCurrentAppending()
3289 sal_Bool DbGridControl::IsInsertionRow(long nRow) const in IsInsertionRow()
3295 sal_Bool DbGridControl::SaveModified() in SaveModified()
3346 sal_Bool DbGridControl::SaveRow() in SaveRow()
3421 long DbGridControl::PreNotify(NotifyEvent& rEvt) in PreNotify()
3466 m_nDeleteEvent = Application::PostUserEvent(LINK(this,DbGridControl,OnDelete)); in PreNotify()
3477 sal_Bool DbGridControl::IsTabAllowed(sal_Bool bRight) const in IsTabAllowed()
3491 void DbGridControl::KeyInput( const KeyEvent& rEvt ) in KeyInput()
3508 void DbGridControl::HideColumn(sal_uInt16 nId) in HideColumn()
3537 void DbGridControl::ShowColumn(sal_uInt16 nId) in ShowColumn()
3603 sal_uInt16 DbGridControl::GetColumnIdFromModelPos( sal_uInt16 nPos ) const in GetColumnIdFromModelPos()
3631 sal_uInt16 DbGridControl::GetModelColumnPos( sal_uInt16 nId ) const in GetModelColumnPos()
3641 void DbGridControl::implAdjustInSolarThread(sal_Bool _bRows) in implAdjustInSolarThread()
3647 …m_nAsynAdjustEvent = PostUserEvent(LINK(this, DbGridControl, OnAsyncAdjust), reinterpret_cast< voi… in implAdjustInSolarThread()
3678 IMPL_LINK(DbGridControl, OnAsyncAdjust, void*, pAdjustWhat) in IMPL_LINK() argument
3692 void DbGridControl::BeginCursorAction() in BeginCursorAction()
3712 void DbGridControl::EndCursorAction() in EndCursorAction()
3732 void DbGridControl::ConnectToFields() in ConnectToFields()
3762 void DbGridControl::DisconnectFromFields() in DisconnectFromFields()
3782 void DbGridControl::FieldValueChanged(sal_uInt16 _nId, const PropertyChangeEvent& /*_evt*/) in FieldValueChanged()
3818 void DbGridControl::FieldListenerDisposing(sal_uInt16 _nId) in FieldListenerDisposing()
3840 void DbGridControl::disposing(sal_uInt16 _nId, const EventObject& /*_rEvt*/) in disposing()
3854 sal_Int32 DbGridControl::GetAccessibleControlCount() const in GetAccessibleControlCount()
3859 Reference<XAccessible > DbGridControl::CreateAccessibleControl( sal_Int32 _nIndex ) in CreateAccessibleControl()
3871 Reference< XAccessible > DbGridControl::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nColumnP… in CreateAccessibleCell()