User: vg Date: 2008-08-19 10:43:12+0000 Modified: dba/dbaccess/source/ui/inc/sbagrid.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: sbagrid.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sbagrid.hxx?r1=1.30&r2=1.31 Delta lines: +6 -5 ------------------- --- sbagrid.hxx 2008-08-18 13:22:44+0000 1.30 +++ sbagrid.hxx 2008-08-19 10:43:10+0000 1.31 @@ -259,9 +259,8 @@ 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 @@ 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(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
