Kaydet (Commit) 0ca7ab4d authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst eafc1456
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment