summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:43:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:43:10 +0000
commit0ca7ab4d3550f1941115b404e597381f48a94d91 (patch)
tree08e848f05bf521fb108add30d40ab03e76f2e72a /dbaccess
parenteafc145658b00bb4e49967e7f24d06e9fce46ea4 (diff)
INTEGRATION: CWS dba31a (1.29.42); FILE MERGED
2008/07/04 20:10:32 fs 1.29.42.1: #i66628# functionality of RowChanged/ColChanged moved to base class
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx
index 5954f777b4bf..41e99ca0124b 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sbagrid.hxx,v $
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
* This file is part of OpenOffice.org.
*
@@ -259,9 +259,8 @@ namespace dbaui
protected:
::svx::ODataAccessDescriptor m_aDataDescriptor;
SbaGridListener* m_pMasterListener;
- ULONG m_nAsyncDropEvent;
- USHORT m_nLastColId;
- long m_nLastRowId;
+
+ sal_Int32 m_nAsyncDropEvent;
USHORT m_nCurrentActionColId;
// ui actions (e.g. a context menu) may be performed on columns which aren't the current one
@@ -319,9 +318,11 @@ namespace dbaui
virtual void PreExecuteRowContextMenu(sal_uInt16 nRow, PopupMenu& rMenu);
virtual void PostExecuteRowContextMenu(sal_uInt16 nRow, const PopupMenu& rMenu, sal_uInt16 nExecutionResult);
+ // DbGridControl overridables
+ virtual void onRowChange();
+ virtual void onColumnChange();
+
// my own overridables
- virtual void RowChanged(); // the default implementation calls the according link (if set)
- virtual void ColChanged();
virtual void BeforeDrop();
virtual void AfterDrop();