| /aoo42x/main/svtools/source/misc/ | 
| H A D | transfer2.cxx | 59 DragSourceHelper::DragGestureListener::DragGestureListener( DragSourceHelper& rDragSourceHelper ) :  in DragGestureListener()66 DragSourceHelper::DragGestureListener::~DragGestureListener()  in ~DragGestureListener()
 72 void SAL_CALL DragSourceHelper::DragGestureListener::disposing( const EventObject& ) throw( Runtime…  in disposing()
 78 void SAL_CALL DragSourceHelper::DragGestureListener::dragGestureRecognized( const DragGestureEvent&…  in dragGestureRecognized()
 90 DragSourceHelper::DragSourceHelper( Window* pWindow ) :  in DragSourceHelper()  function in DragSourceHelper
 95 		mxDragGestureListener = new DragSourceHelper::DragGestureListener( *this );  in DragSourceHelper()
 102 DragSourceHelper::~DragSourceHelper()  in ~DragSourceHelper()
 110 void DragSourceHelper::StartDrag( sal_Int8, const Point& )  in StartDrag()
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | transfer.hxx | 414 class SVT_DLLPUBLIC DragSourceHelper  class423 		DragSourceHelper&	mrParent;
 437 		DragGestureListener( DragSourceHelper& rDragSourceHelper );
 441 	friend class DragSourceHelper::DragGestureListener;
 451 						DragSourceHelper();
 452 	DragSourceHelper&	operator=( const DragSourceHelper& rDragSourceHelper );
 453 	sal_Bool			operator==( const DragSourceHelper& rDragSourceHelper ) const;
 460 						DragSourceHelper( Window* pWindow );
 461 	virtual 			~DragSourceHelper();
 
 | 
| H A D | svlbox.hxx | 270                 ,public DragSourceHelper
 | 
| /aoo42x/main/vcl/aqua/source/dtrans/ | 
| H A D | DragSource.hxx | 61 @interface DragSourceHelper : NSObject66 -(DragSourceHelper*)initWithDragSource: (DragSource*) pds;
 122   DragSourceHelper* mDragSourceHelper;
 
 | 
| H A D | DragSource.cxx | 81 @implementation DragSourceHelper;83 -(DragSourceHelper*)initWithDragSource: (DragSource*) pds
 217   mDragSourceHelper = [[DragSourceHelper alloc] initWithDragSource: this];  in initialize()
 
 | 
| /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
 
 | 
| H A D | colrctrl.hxx | 41 class SvxColorValueSet_docking : public SvxColorValueSet, public DragSourceHelper
 | 
| /aoo42x/main/svx/source/sdr/contact/ | 
| H A D | sdrmediawindow.cxx | 180 		DragSourceHelper* pDragSourceHelper = dynamic_cast< DragSourceHelper* >( pWindow );  in StartDrag()
 | 
| /aoo42x/main/svx/source/gallery2/ | 
| H A D | galctrl.cxx | 58     DragSourceHelper( this ),  in DBG_NAME()72     DragSourceHelper( this ),  in GalleryPreview()
 332         DragSourceHelper( this ),  in DBG_NAME()
 
 | 
| /aoo42x/main/svx/source/tbxctrls/ | 
| H A D | colrctrl.cxx | 107 	DragSourceHelper( this ),  in SvxColorValueSet_docking()121 	DragSourceHelper( this ),  in SvxColorValueSet_docking()
 
 | 
| /aoo42x/main/sc/source/ui/inc/ | 
| H A D | tabcont.hxx | 40 class ScTabControl : public TabBar, public DropTargetHelper, public DragSourceHelper
 | 
| H A D | inputwin.hxx | 45 class ScTextWnd : public Window, public DragSourceHelper		// edit window
 | 
| H A D | gridwin.hxx | 98 class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHelper
 | 
| /aoo42x/main/sd/source/ui/inc/ | 
| H A D | ViewTabControl.hxx | 42       public DragSourceHelper, 
 | 
| H A D | TabControl.hxx | 42       public DragSourceHelper, 
 | 
| /aoo42x/main/avmedia/source/viewer/ | 
| H A D | mediawindow_impl.hxx | 86                                 public DragSourceHelper
 | 
| H A D | mediawindow_impl.cxx | 171     DragSourceHelper( this ),  in MediaWindowImpl()
 | 
| /aoo42x/main/sd/source/ui/sidebar/ | 
| H A D | LayoutMenu.hxx | 67       public DragSourceHelper, 
 | 
| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | datwin.hxx | 117 			,public DragSourceHelper
 | 
| H A D | brwbox1.cxx | 153 	,DragSourceHelper( this )  in BrowseBox()165 	,DragSourceHelper( this )  in BrowseBox()
 
 | 
| /aoo42x/main/sw/source/ui/inc/ | 
| H A D | edtwin.hxx | 56 				public DropTargetHelper, public DragSourceHelper
 | 
| /aoo42x/main/sd/source/ui/view/ | 
| H A D | tabcontr.cxx | 93 	DragSourceHelper( this ),  in TabControl()
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | svlbox.cxx | 697     DropTargetHelper( this ), DragSourceHelper( this ), eSelMode( NO_SELECTION )  in SvLBox()719     DropTargetHelper( this ), DragSourceHelper( this ), eSelMode( NO_SELECTION )  in SvLBox()
 
 | 
| /aoo42x/main/dbaccess/source/ui/inc/ | 
| H A D | sbagrid.hxx | 202 				,public DragSourceHelper
 | 
| /aoo42x/main/sc/source/ui/view/ | 
| H A D | tabcont.cxx | 56 			DragSourceHelper( this ),  in ScTabControl()
 |