Tag: cws_src680_dba201 User: oj Date: 05/04/25 07:22:59 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx /dba/dbaccess/source/ui/control/ dbtreelistbox.cxx
Log: #i39146# change for copy and move of reports File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.20.6.1&r2=1.20.6.2 Delta lines: +4 -3 ------------------- --- AppController.cxx 22 Apr 2005 08:53:48 -0000 1.20.6.1 +++ AppController.cxx 25 Apr 2005 14:22:56 -0000 1.20.6.2 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.20.6.1 $ + * $Revision: 1.20.6.2 $ * - * last change: $Author: oj $ $Date: 2005/04/22 08:53:48 $ + * last change: $Author: oj $ $Date: 2005/04/25 14:22:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2237,8 +2237,9 @@ nAction = DND_ACTION_NONE; } } - else + /*else nAction = nActionAskedFor & DND_ACTION_COPYMOVE; + */ } return nAction; } Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: dbtreelistbox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/dbtreelistbox.cxx?r1=1.7&r2=1.7.28.1 Delta lines: +4 -4 ------------------- --- dbtreelistbox.cxx 10 Mar 2005 16:46:30 -0000 1.7 +++ dbtreelistbox.cxx 25 Apr 2005 14:22:57 -0000 1.7.28.1 @@ -2,9 +2,9 @@ * * $RCSfile: dbtreelistbox.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.28.1 $ * - * last change: $Author: vg $ $Date: 2005/03/10 16:46:30 $ + * last change: $Author: oj $ $Date: 2005/04/25 14:22:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -353,7 +353,7 @@ if ( nDropOption & DND_ACTION_MOVE ) { if ( m_pDragedEntry == pDroppedEntry || GetEntryPosByName(GetEntryText(m_pDragedEntry),pDroppedEntry) ) - nDropOption = DND_ACTION_NONE; + nDropOption = nDropOption & ~DND_ACTION_MOVE;//DND_ACTION_NONE; } m_aMousePos = _rEvt.maPosPixel; m_aScrollHelper.scroll(m_aMousePos,GetOutputSizePixel()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
