Tag: cws_src680_hsqlcsv User: fs Date: 2008-01-17 02:50:42+0000 Modified: dba/dbaccess/source/ui/inc/dbtreelistbox.hxx
Log: RESYNC: (1.8-1.11); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbtreelistbox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbtreelistbox.hxx?r1=1.6.58.2&r2=1.6.58.3 Delta lines: +7 -5 ------------------- --- dbtreelistbox.hxx 2006-12-18 08:00:05+0000 1.6.58.2 +++ dbtreelistbox.hxx 2008-01-17 02:50:40+0000 1.6.58.3 @@ -38,9 +38,6 @@ #ifndef _SVTREEBOX_HXX #include <svtools/svtreebx.hxx> #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _SV_TIMER_HXX #include <vcl/timer.hxx> #endif @@ -50,6 +47,10 @@ #ifndef DBAUI_SCROLLHELPER_HXX #include "ScrollHelper.hxx" #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif + namespace dbaui { @@ -71,8 +72,8 @@ class IControlActionListener; class IController; class DBTreeListBox :public SvTreeListBox - ,public dbaui::OModuleClient { + OModuleClient m_aModuleClient; OScrollHelper m_aScrollHelper; Timer m_aTimer; // is needed for table updates Point m_aMousePos; @@ -157,7 +158,8 @@ // Window virtual void KeyInput( const KeyEvent& rKEvt ); - virtual void InitEntry( SvLBoxEntry* pEntry, const XubString& aStr, const Image& aCollEntryBmp, const Image& aExpEntryBmp); + virtual void StateChanged( StateChangedType nStateChange ); + virtual void InitEntry( SvLBoxEntry* pEntry, const XubString& aStr, const Image& aCollEntryBmp, const Image& aExpEntryBmp, SvLBoxButtonKind eButtonKind); virtual void SelectEntry(SvLBoxEntry* _pEntry); // enable editing for tables/views and queries --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
