Home
last modified time | relevance | path

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

/trunk/main/vcl/test/
H A Ddndtest.cxx90 MyDragAndDropListener( Window * pWindow ) : m_pWindow( pWindow ) {}; in MyDragAndDropListener() function in MyDragAndDropListener
226 Reference< XDropTargetListener > xListener = new MyDragAndDropListener( this ); in MyWin()
302 void SAL_CALL MyDragAndDropListener::drop( const DropTargetDropEvent& dtde ) throw(RuntimeException) in drop()
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()
349 void SAL_CALL MyDragAndDropListener::dragEnter( const DragSourceDragEvent& ) throw(RuntimeException) in dragEnter()
356 void SAL_CALL MyDragAndDropListener::dragExit( const DragSourceEvent& ) throw(RuntimeException) in dragExit()
363 void SAL_CALL MyDragAndDropListener::dragOver( const DragSourceDragEvent& ) throw(RuntimeException) in dragOver()
377 void SAL_CALL MyDragAndDropListener::disposing( const EventObject& ) throw(RuntimeException) in disposing()
387 Reference< XDropTargetListener > xListener = new MyDragAndDropListener( this ); in MyInfoBox()
[all …]

Completed in 24 milliseconds