diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-06-26 08:00:01 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-06-26 08:00:01 +0000 |
commit | 93c23d5cf6eb7e6c9c41af7ced92cee19788472c (patch) | |
tree | ffa32fe40681a7e36256ff6fe19d2b50278c5926 /basctl/source/basicide/moduldlg.hxx | |
parent | 8cc3768efb47fbd898110ed67b0f2c6075926855 (diff) |
new Drag&Drop API of SvLBox
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 0affc2968a1a..de6f1b210301 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dr $ $Date: 2001-06-14 16:04:17 $ + * last change: $Author: tbe $ $Date: 2001-06-26 08:58:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,8 +137,8 @@ protected: virtual BOOL EditingEntry( SvLBoxEntry* pEntry, Selection& rSel ); virtual BOOL EditedEntry( SvLBoxEntry* pEntry, const String& rNewText ); - virtual DragDropMode NotifyBeginDrag( SvLBoxEntry* ); - virtual BOOL NotifyQueryDrop( SvLBoxEntry* ); + virtual DragDropMode NotifyStartDrag( TransferDataContainer& rData, SvLBoxEntry* pEntry ); + virtual BOOL NotifyAcceptDrop( SvLBoxEntry* pEntry ); virtual BOOL NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, SvLBoxEntry*& rpNewParent, ULONG& rNewChildPos ); @@ -150,7 +150,6 @@ protected: public: ExtBasicTreeListBox( Window* pParent, const ResId& rRes ); ~ExtBasicTreeListBox(); - }; #define LIBMODE_CHOOSER 1 |