/aoo41x/main/vcl/source/app/ |
H A D | dndhelp.cxx | 47 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DragSo… in dragExit() function in vcl::unohelper::DragAndDropClient 67 void vcl::unohelper::DragAndDropClient::dragExit( const ::com::sun::star::datatransfer::dnd::DropTa… in dragExit() function in vcl::unohelper::DragAndDropClient 130 void vcl::unohelper::DragAndDropWrapper::dragExit( const ::com::sun::star::datatransfer::dnd::DragS… in dragExit() function in vcl::unohelper::DragAndDropWrapper 133 mpClient->dragExit( dse ); in dragExit() 161 void vcl::unohelper::DragAndDropWrapper::dragExit( const ::com::sun::star::datatransfer::dnd::DropT… in dragExit() function in vcl::unohelper::DragAndDropWrapper 164 mpClient->dragExit( dte ); in dragExit()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 68 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DragSourceEvent& dse ) throw (::… 75 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw (::… 107 …void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DragSourceEvent& dse ) throw (:… 114 …void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw (:…
|
H A D | edit.hxx | 135 using vcl::unohelper::DragAndDropClient::dragExit; 141 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) th…
|
/aoo41x/main/vcl/test/ |
H A D | dndtest.cxx | 95 virtual void SAL_CALL dragExit( const DropTargetEvent& dte ) throw(RuntimeException); 100 virtual void SAL_CALL dragExit( const DragSourceEvent& dse ) throw(RuntimeException); 319 void SAL_CALL MyDragAndDropListener::dragExit( const DropTargetEvent& ) throw(RuntimeException) in dragExit() function in MyDragAndDropListener 356 void SAL_CALL MyDragAndDropListener::dragExit( const DragSourceEvent& ) throw(RuntimeException) in dragExit() function in MyDragAndDropListener
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_droptarget.cxx | 165 void DropTarget::dragExit( const DropTargetEvent& dte ) throw() in dragExit() function in DropTarget 173 (*it)->dragExit( dte ); in dragExit()
|
H A D | X11_selection.cxx | 2283 it->second->dragExit( aEvent ); in handleDropEvent() 2321 it->second->dragExit( aEvent ); in handleDropEvent() 2737 it->second.m_pTarget->dragExit( dte ); in handleDragEvent() 3119 it->second.m_pTarget->dragExit( dte ); in updateDragWindow() 3138 xListener->dragExit( dsde ); in updateDragWindow() 4026 it->second.m_pTarget->dragExit( dte ); in deregisterDropTarget()
|
H A D | X11_selection.hxx | 96 void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw();
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 99 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) th… 103 using DragAndDropClient::dragExit;
|
H A D | transfer.hxx | 220 …virtual void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DragSourceEvent& dse ) … 491 …virtual void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) …
|
/aoo41x/main/vcl/source/window/ |
H A D | dndlcon.cxx | 185 xListener->dragExit( aDTEvent ); in fireDropEvent() 247 xListener->dragExit( aEvent ); in fireDragExitEvent()
|
H A D | dndevdis.cxx | 167 void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ ) in dragExit() function in DNDEventDispatcher
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | sourcelistener.cxx | 55 void SAL_CALL DragSourceListener::dragExit( const DragSourceEvent& dse ) in dragExit() function in DragSourceListener
|
H A D | sourcelistener.hxx | 52 virtual void SAL_CALL dragExit( const DragSourceEvent& dse )
|
H A D | targetlistener.hxx | 62 virtual void SAL_CALL dragExit( const DropTargetEvent& dte )
|
H A D | targetlistener.cxx | 84 void SAL_CALL DropTargetListener::dragExit( const DropTargetEvent& dte ) in dragExit() function in DropTargetListener
|
/aoo41x/main/framework/inc/classes/ |
H A D | droptargetlistener.hxx | 87 …virtual void SAL_CALL dragExit ( const css::datatransfer::dnd::DropTargetEvent& d…
|
/aoo41x/main/vcl/inc/ |
H A D | dndevdis.hxx | 88 …virtual void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) …
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSourceListener.idl | 85 [oneway] void dragExit( [in] DragSourceEvent dse );
|
H A D | XDropTargetListener.idl | 87 [oneway] void dragExit( [in] DropTargetEvent dte );
|
/aoo41x/main/framework/source/classes/ |
H A D | droptargetlistener.cxx | 141 void SAL_CALL DropTargetListener::dragExit( const css::datatransfer::dnd::DropTargetEvent& ) throw(… in dragExit() function in framework::DropTargetListener
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer2.cxx | 233 void SAL_CALL DropTargetHelper::DropTargetListener::dragExit( const DropTargetEvent& ) throw( Runti… in dragExit() function in DropTargetHelper::DropTargetListener
|
H A D | transfer.cxx | 585 void SAL_CALL TransferableHelper::dragExit( const DragSourceEvent& ) throw( RuntimeException ) in dragExit() function in TransferableHelper
|
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | target.cxx | 550 listener->dragExit( dte); in fire_dragExit()
|
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.cxx | 550 try { listener->dragExit( dte); } in fire_dragExit()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 219 using vcl::unohelper::DragAndDropClient::dragExit; 258 …void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw (::com::sun…
|