Home
last modified time | relevance | path

Searched refs:MyDragAndDropListener (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/test/
H A Ddndtest.cxx84 class MyDragAndDropListener: public ::cppu::WeakImplHelper3 < XDropTargetListener, XDragGestureList… class
90 MyDragAndDropListener( Window * pWindow ) : m_pWindow( pWindow ) {}; in MyDragAndDropListener() function in MyDragAndDropListener
226 Reference< XDropTargetListener > xListener = new MyDragAndDropListener( this ); in MyWin()
291 void SAL_CALL MyDragAndDropListener::dragGestureRecognized( const DragGestureEvent& dge ) throw(Run… in dragGestureRecognized()
302 void SAL_CALL MyDragAndDropListener::drop( const DropTargetDropEvent& dtde ) throw(RuntimeException) in drop()
311 void SAL_CALL MyDragAndDropListener::dragEnter( const DropTargetDragEnterEvent& dtdee ) throw(Runti… in dragEnter()
319 void SAL_CALL MyDragAndDropListener::dragExit( const DropTargetEvent& ) throw(RuntimeException) in dragExit()
326 void SAL_CALL MyDragAndDropListener::dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeExcep… in dragOver()
334 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEvent& dtde ) throw(Run… in dropActionChanged()
342 void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeEx… in dragDropEnd()
[all …]