/aoo41x/main/vcl/source/app/ |
H A D | dndhelp.cxx | 39 void vcl::unohelper::DragAndDropClient::dragDropEnd( const ::com::sun::star::datatransfer::dnd::Dra… in dragDropEnd() function in vcl::unohelper::DragAndDropClient 118 void vcl::unohelper::DragAndDropWrapper::dragDropEnd( const ::com::sun::star::datatransfer::dnd::Dr… in dragDropEnd() function in vcl::unohelper::DragAndDropWrapper 121 mpClient->dragDropEnd( rDSDE ); in dragDropEnd()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 66 …virtual void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) t… 105 …void SAL_CALL dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) …
|
H A D | edit.hxx | 138 …virtual void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& d…
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1831 xListener->dragDropEnd( dsde ); in handleSelectionRequest() 2352 xListener->dragDropEnd( dsde ); in dropComplete() 2697 xListener->dragDropEnd( dsde ); in handleDragEvent() 2763 xListener->dragDropEnd( dsde ); in handleDragEvent() 2904 xListener->dragDropEnd( dsde ); in handleDragEvent() 2952 m_xDragSourceListener->dragDropEnd( dsde ); in reject() 3233 listener->dragDropEnd( aDragFailedEvent ); in startDrag() 3280 listener->dragDropEnd( aDragFailedEvent ); in startDrag() 3466 listener->dragDropEnd( aDragFailedEvent ); in startDrag() 3539 xListener->dragDropEnd( dsde ); in dragDoDispatch() [all …]
|
/aoo41x/main/vcl/test/ |
H A D | dndtest.cxx | 98 virtual void SAL_CALL dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeException); 342 void SAL_CALL MyDragAndDropListener::dragDropEnd( const DragSourceDropEvent& dsde ) throw(RuntimeEx… in dragDropEnd() function in MyDragAndDropListener
|
/aoo41x/main/dtrans/test/win32/dnd/ |
H A D | sourcelistener.cxx | 45 void SAL_CALL DragSourceListener::dragDropEnd( const DragSourceDropEvent& dsde ) in dragDropEnd() function in DragSourceListener
|
H A D | sourcelistener.hxx | 48 virtual void SAL_CALL dragDropEnd( const DragSourceDropEvent& dsde )
|
/aoo41x/main/dtrans/source/win32/dnd/ |
H A D | sourcecontext.cxx | 120 listener->dragDropEnd( e); in fire_dragDropEnd()
|
H A D | source.cxx | 222 listener->dragDropEnd(dsde); in startDrag()
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSourceListener.idl | 61 [oneway] void dragDropEnd( [in] DragSourceDropEvent dsde );
|
H A D | XDragSource.idl | 97 <member scope="com::sun::star::datatransfer::dnd">XDragSourceListener::dragDropEnd()</member>
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | textview.hxx | 96 …virtual void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& d…
|
H A D | transfer.hxx | 218 …virtual void SAL_CALL dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent&…
|
/aoo41x/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.cxx | 144 mDragSource->mXDragSrcListener->dragDropEnd(dsde);
|
/aoo41x/main/vcl/source/components/ |
H A D | dtranscomp.cxx | 369 listener->dragDropEnd( aEv ); in startDrag()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 255 …void dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde ) throw (::…
|
H A D | impedit.cxx | 1634 void ImpEditView::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& rDSD… in dragDropEnd() function in ImpEditView
|
/aoo41x/main/svtools/source/misc/ |
H A D | transfer.cxx | 563 void SAL_CALL TransferableHelper::dragDropEnd( const DragSourceDropEvent& rDSDE ) throw( RuntimeExc… in dragDropEnd() function in TransferableHelper
|
/aoo41x/main/vcl/source/control/ |
H A D | edit.cxx | 3009 void Edit::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& rDSDE ) thr… in dragDropEnd() function in Edit
|
/aoo41x/main/svtools/source/edit/ |
H A D | textview.cxx | 2139 void TextView::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& ) throw… in dragDropEnd() function in TextView
|