Tag: cws_dev300_dba31a User: fs Date: 2008-07-04 20:10:35+0000 Modified: dba/dbaccess/source/ui/inc/sbagrid.hxx
Log: #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.29&r2=1.29.42.1 Delta lines: +6 -6 ------------------- --- sbagrid.hxx 2008-04-10 15:46:43+0000 1.29 +++ sbagrid.hxx 2008-07-04 20:10:32+0000 1.29.42.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sbagrid.hxx,v $ - * $Revision: 1.29 $ + * $Revision: 1.29.42.1 $ * * This file is part of OpenOffice.org. * @@ -260,8 +260,6 @@ ::svx::ODataAccessDescriptor m_aDataDescriptor; SbaGridListener* m_pMasterListener; sal_Int32 m_nAsyncDropEvent; - USHORT m_nLastColId; - long m_nLastRowId; USHORT m_nCurrentActionColId; // ui actions (e.g. a context menu) may be performed on columns which aren't the current one @@ -319,9 +317,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]
