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()167 void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ ) in dragExit()332 void SAL_CALL DNDEventDispatcher::disposing( const EventObject& ) in disposing()349 void SAL_CALL DNDEventDispatcher::rejectDrag() throw(RuntimeException) in rejectDrag()357 sal_Int32 DNDEventDispatcher::fireDragEnterEvent( Window *pWindow, in fireDragEnterEvent()393 sal_Int32 DNDEventDispatcher::fireDragOverEvent( Window *pWindow, in fireDragOverEvent()453 sal_Int32 DNDEventDispatcher::fireDropActionChangedEvent( Window *pWindow, in fireDropActionChangedEvent()486 sal_Int32 DNDEventDispatcher::fireDropEvent( Window *pWindow, in fireDropEvent()[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()
Completed in 76 milliseconds