Tag: cws_src680_dba24b User: oj Date: 2007-10-16 08:32:02+0000 Modified: dba/dbaccess/source/ui/inc/TableWindowListBox.hxx
Log: #i56898# post 2nd user event File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableWindowListBox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableWindowListBox.hxx?r1=1.9&r2=1.9.180.1 Delta lines: +5 -3 ------------------- --- TableWindowListBox.hxx 2006-06-20 03:14:35+0000 1.9 +++ TableWindowListBox.hxx 2007-10-16 08:31:59+0000 1.9.180.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableWindowListBox.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.9.180.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 03:14:35 $ + * last change: $Author: oj $ $Date: 2007/10/16 08:31:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,12 +72,14 @@ DECL_LINK( ScrollUpHdl, SvTreeListBox* ); DECL_LINK( ScrollDownHdl, SvTreeListBox* ); DECL_LINK( DropHdl, void* ); + DECL_LINK( LookForUiHdl, void* ); Timer m_aScrollTimer; Point m_aMousePos; OTableWindow* m_pTabWin; sal_Int32 m_nDropEvent; + sal_Int32 m_nUiEvent; OJoinDropData m_aDropInfo; BOOL m_bReallyScrolled : 1; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
