Searched refs:MyDragAndDropListener (Results 1 – 1 of 1) sorted by relevance
90 MyDragAndDropListener( Window * pWindow ) : m_pWindow( pWindow ) {}; in MyDragAndDropListener() function in MyDragAndDropListener226 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 6 milliseconds