| /aoo42x/main/svtools/source/misc/ | 
| H A D | transfer2.cxx | 118 DropTargetHelper::DropTargetListener::DropTargetListener( DropTargetHelper& rDropTargetHelper ) :  in DropTargetListener()126 DropTargetHelper::DropTargetListener::~DropTargetListener()  in ~DropTargetListener()
 265 DropTargetHelper::DropTargetHelper( Window* pWindow ) :  in DropTargetHelper()  function in DropTargetHelper
 274 DropTargetHelper::DropTargetHelper( const Reference< XDropTarget >& rxDropTarget ) :  in DropTargetHelper()  function in DropTargetHelper
 283 DropTargetHelper::~DropTargetHelper()  in ~DropTargetHelper()
 293 void DropTargetHelper::ImplConstruct()  in ImplConstruct()
 297 		mxDropTargetListener = new DropTargetHelper::DropTargetListener( *this );  in ImplConstruct()
 313 void DropTargetHelper::ImplEndDrag()  in ImplEndDrag()
 320 sal_Int8 DropTargetHelper::AcceptDrop( const AcceptDropEvent& )  in AcceptDrop()
 327 sal_Int8 DropTargetHelper::ExecuteDrop( const ExecuteDropEvent& )  in ExecuteDrop()
 [all …]
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | transfer.hxx | 310     friend class DropTargetHelper;468 class SVT_DLLPUBLIC DropTargetHelper  class
 477 		DropTargetHelper&	mrParent;
 497 		DropTargetListener( DropTargetHelper& rDropTargetHelper );
 501 	friend class DropTargetHelper::DropTargetListener;
 514 						DropTargetHelper();
 515 	DropTargetHelper&	operator=( const DropTargetHelper& rDropTargetHelper );
 516 	sal_Bool			operator==( const DropTargetHelper& rDropTargetHelper ) const;
 530 						DropTargetHelper( Window* pWindow );
 531 …DropTargetHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::dnd::XDr…
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/inc/controller/ | 
| H A D | SlsClipboard.hxx | 41 class DropTargetHelper;94         DropTargetHelper& rTargetHelper,
 101         DropTargetHelper& rTargetHelper,
 199     DropType IsDropAccepted (DropTargetHelper& rTargetHelper) const;
 225         DropTargetHelper& rTargetHelper,
 
 | 
| /aoo42x/main/svx/source/sdr/contact/ | 
| H A D | sdrmediawindow.cxx | 141 		DropTargetHelper* pDropTargetHelper = dynamic_cast< DropTargetHelper* >( pWindow );  in AcceptDrop()161 		DropTargetHelper* pDropTargetHelper = dynamic_cast< DropTargetHelper* >( pWindow );  in ExecuteDrop()
 
 | 
| /aoo42x/main/vcl/aqua/source/dtrans/ | 
| H A D | DropTarget.hxx | 66 @interface DropTargetHelper : NSObject71 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt;
 160   DropTargetHelper* mDropTargetHelper;
 
 | 
| H A D | DropTarget.cxx | 94 @implementation DropTargetHelper97 -(DropTargetHelper*)initWithDropTarget:(DropTarget*)pdt
 410 	mDropTargetHelper = [[DropTargetHelper alloc] initWithDropTarget: this];  in initialize()
 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsClipboard.cxx | 710     DropTargetHelper& rTargetHelper,   in AcceptDrop()781     DropTargetHelper& rTargetHelper,  in ExecuteDrop()
 957 Clipboard::DropType Clipboard::IsDropAccepted (DropTargetHelper&) const  in IsDropAccepted()
 986     DropTargetHelper& rTargetHelper,  in ExecuteOrAcceptShapeDrop()
 
 | 
| /aoo42x/main/sd/source/ui/inc/ | 
| H A D | SlideView.hxx | 111     virtual sal_Int8    AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper, 115 	virtual sal_Int8    ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper,
 
 | 
| H A D | SlideSorterViewShell.hxx | 129         DropTargetHelper& rTargetHelper, 135         DropTargetHelper& rTargetHelper,
 
 | 
| H A D | OutlineView.hxx | 138         DropTargetHelper& rTargetHelper, 144         DropTargetHelper& rTargetHelper,
 
 | 
| H A D | View.hxx | 101         DropTargetHelper& rTargetHelper,107         DropTargetHelper& rTargetHelper,
 
 | 
| H A D | ViewShell.hxx | 297 	virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper,299 	virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper,
 
 | 
| H A D | DrawViewShell.hxx | 296 	virtual sal_Int8    AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper,298 	virtual sal_Int8    ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper,
 
 | 
| H A D | LayerTabBar.hxx | 42       public DropTargetHelper
 | 
| /aoo42x/main/svx/inc/svx/ | 
| H A D | galctrl.hxx | 56 class SVX_DLLPUBLIC GalleryPreview : public Window, public DropTargetHelper, public DragSourceHelper99 class GalleryIconView : public ValueSet, public DropTargetHelper, public DragSourceHelper
 
 | 
| /aoo42x/main/svx/inc/ | 
| H A D | galbrws2.hxx | 175 	sal_Int8			AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& rEvt );176 	sal_Int8			ExecuteDrop( DropTargetHelper& rTarget, const ExecuteDropEvent& rEvt );
 
 | 
| /aoo42x/main/sd/source/ui/view/ | 
| H A D | sdview2.cxx | 101     DropTargetHelper&       mrTargetHelper;108         DropTargetHelper& rTargetHelper,  in SdNavigatorDropEvent()
 496 sal_Int8 View::AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper,  in AcceptDrop()
 677 sal_Int8 View::ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper,  in ExecuteDrop()
 
 | 
| /aoo42x/main/svx/source/gallery2/ | 
| H A D | galctrl.cxx | 57 	DropTargetHelper( this ),  in DBG_NAME()71 	DropTargetHelper( this ),  in GalleryPreview()
 331 		DropTargetHelper( this ),  in DBG_NAME()
 
 | 
| /aoo42x/main/sd/source/ui/dlg/ | 
| H A D | LayerTabBar.cxx | 64 	DropTargetHelper( this ),  in LayerTabBar()79 	DropTargetHelper( this ),  in LayerTabBar()
 
 | 
| /aoo42x/main/sd/source/ui/slidesorter/shell/ | 
| H A D | SlideSorterViewShell.cxx | 797     DropTargetHelper& rTargetHelper,   in AcceptDrop()816     DropTargetHelper& rTargetHelper,  in ExecuteDrop()
 
 | 
| /aoo42x/main/dbaccess/source/ui/app/ | 
| H A D | AppIconControl.hxx | 39 									,public DropTargetHelper
 | 
| /aoo42x/main/sw/source/ui/inc/ | 
| H A D | condedit.hxx | 36 class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper
 | 
| H A D | popbox.hxx | 34 class SwHelpToolBox: public ToolBox, public DropTargetHelper
 | 
| /aoo42x/main/sw/source/ui/cctrl/ | 
| H A D | popbox.cxx | 42 	DropTargetHelper( this )  in SwHelpToolBox()
 | 
| /aoo42x/main/chart2/source/controller/main/ | 
| H A D | ChartDropTargetHelper.hxx | 38 class ChartDropTargetHelper : public DropTargetHelper
 |