Searched refs:DNDEventDispatcher (Results 1 – 4 of 4) sorted by relevance
47 DNDEventDispatcher::DNDEventDispatcher( Window * pTopWindow ): in DNDEventDispatcher() function in DNDEventDispatcher57 DNDEventDispatcher::~DNDEventDispatcher() in ~DNDEventDispatcher()65 void SAL_CALL DNDEventDispatcher::drop( const DropTargetDropEvent& dtde ) in drop()122 void SAL_CALL DNDEventDispatcher::dragEnter( const DropTargetDragEnterEvent& dtdee ) in dragEnter()167 void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ ) in dragExit()183 void SAL_CALL DNDEventDispatcher::dragOver( const DropTargetDragEvent& dtde ) in dragOver()241 void SAL_CALL DNDEventDispatcher::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()300 void SAL_CALL DNDEventDispatcher::dragGestureRecognized( const DragGestureEvent& dge ) in dragGestureRecognized()332 void SAL_CALL DNDEventDispatcher::disposing( const EventObject& ) in disposing()341 void SAL_CALL DNDEventDispatcher::acceptDrag( sal_Int8 /*dropAction*/ ) throw(RuntimeException) in acceptDrag()[all …]
8555 …mpWindowImpl->mpFrameData->mxDropTargetListener = new DNDEventDispatcher( mpWindowImpl->mpFrameWin… in GetDropTarget()
36 class DNDEventDispatcher: public ::cppu::WeakImplHelper3< class72 DNDEventDispatcher( Window * pTopWindow );73 virtual ~DNDEventDispatcher();
120 …ce< ::com::sun::star::datatransfer::dnd::XDropTargetListener> xDrop = new DNDEventDispatcher(this); in ImplInit()