Tag: cws_src680_dba201a User: fs Date: 05/05/17 23:41:14 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx, AppDetailView.hxx
Log: #i49390# ModelHasCleared, to reset remembered entry pointers File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.9.34.2&r2=1.9.34.3 Delta lines: +9 -2 ------------------- --- AppDetailView.cxx 13 May 2005 12:32:24 -0000 1.9.34.2 +++ AppDetailView.cxx 18 May 2005 06:41:11 -0000 1.9.34.3 @@ -2,9 +2,9 @@ * * $RCSfile: AppDetailView.cxx,v $ * - * $Revision: 1.9.34.2 $ + * $Revision: 1.9.34.3 $ * - * last change: $Author: fs $ $Date: 2005/05/13 12:32:24 $ + * last change: $Author: fs $ $Date: 2005/05/18 06:41:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,6 +217,13 @@ // Though I think this is a bug (it should ReleaseMouse only if it is going to do // something with the drag-event), I hesitate to fix it in the current state, // since I don't overlook the consequences, and we're close to 2.0 ...) +} +// ----------------------------------------------------------------------------- +void OCreationList::ModelHasCleared() +{ + SvTreeListBox::ModelHasCleared(); + m_pLastActiveEntry = NULL; + m_pMouseDownEntry = NULL; } // ----------------------------------------------------------------------------- void OCreationList::GetFocus() File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.7.34.1&r2=1.7.34.2 Delta lines: +4 -3 ------------------- --- AppDetailView.hxx 10 May 2005 06:09:13 -0000 1.7.34.1 +++ AppDetailView.hxx 18 May 2005 06:41:11 -0000 1.7.34.2 @@ -2,9 +2,9 @@ * * $RCSfile: AppDetailView.hxx,v $ * - * $Revision: 1.7.34.1 $ + * $Revision: 1.7.34.2 $ * - * last change: $Author: oj $ $Date: 2005/05/10 06:09:13 $ + * last change: $Author: fs $ $Date: 2005/05/18 06:41:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,7 @@ protected: virtual void PreparePaint( SvLBoxEntry* _pEntry ); virtual Rectangle GetFocusRect( SvLBoxEntry* _pEntry, long _nLine ); + virtual void ModelHasCleared(); private: void onSelected( SvLBoxEntry* _pEntry ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
