Home
last modified time | relevance | path

Searched refs:dragExit (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/vcl/source/app/
H A Ddndhelp.cxx47 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()
/trunk/main/vcl/inc/vcl/
H A Ddndhelp.hxx68 …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 Dedit.hxx135 using vcl::unohelper::DragAndDropClient::dragExit;
141 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) th…
/trunk/main/vcl/test/
H A Ddndtest.cxx95 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
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx165 void DropTarget::dragExit( const DropTargetEvent& dte ) throw() in dragExit() function in DropTarget
173 (*it)->dragExit( dte ); in dragExit()
H A DX11_selection.cxx2283 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 DX11_selection.hxx96 void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw();
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx99 …virtual void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) th…
103 using DragAndDropClient::dragExit;
H A Dtransfer.hxx220 …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 ) …
/trunk/main/vcl/source/window/
H A Ddndlcon.cxx185 xListener->dragExit( aDTEvent ); in fireDropEvent()
247 xListener->dragExit( aEvent ); in fireDragExitEvent()
H A Ddndevdis.cxx167 void SAL_CALL DNDEventDispatcher::dragExit( const DropTargetEvent& /*dte*/ ) in dragExit() function in DNDEventDispatcher
/trunk/main/dtrans/test/win32/dnd/
H A Dsourcelistener.cxx55 void SAL_CALL DragSourceListener::dragExit( const DragSourceEvent& dse ) in dragExit() function in DragSourceListener
H A Dsourcelistener.hxx52 virtual void SAL_CALL dragExit( const DragSourceEvent& dse )
H A Dtargetlistener.hxx62 virtual void SAL_CALL dragExit( const DropTargetEvent& dte )
H A Dtargetlistener.cxx84 void SAL_CALL DropTargetListener::dragExit( const DropTargetEvent& dte ) in dragExit() function in DropTargetListener
/trunk/main/framework/inc/classes/
H A Ddroptargetlistener.hxx87 …virtual void SAL_CALL dragExit ( const css::datatransfer::dnd::DropTargetEvent& d…
/trunk/main/vcl/inc/
H A Ddndevdis.hxx88 …virtual void SAL_CALL dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) …
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDragSourceListener.idl85 [oneway] void dragExit( [in] DragSourceEvent dse );
H A DXDropTargetListener.idl87 [oneway] void dragExit( [in] DropTargetEvent dte );
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx141 void SAL_CALL DropTargetListener::dragExit( const css::datatransfer::dnd::DropTargetEvent& ) throw(… in dragExit() function in framework::DropTargetListener
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx274 try { listener->dragExit( dte); } in fire_dragExit()
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx233 void SAL_CALL DropTargetHelper::DropTargetListener::dragExit( const DropTargetEvent& ) throw( Runti… in dragExit() function in DropTargetHelper::DropTargetListener
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx550 listener->dragExit( dte); in fire_dragExit()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx550 try { listener->dragExit( dte); } in fire_dragExit()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx219 using vcl::unohelper::DragAndDropClient::dragExit;
258 …void dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& dte ) throw (::com::sun…

Completed in 119 milliseconds

12