| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDropTargetListener.idl | 32 #include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl> 62 the <type>DropTargetDropEvent</type> to be meaningful after returning 66 The <type>DropTargetDropEvent</type>. 69 void drop( [in] DropTargetDropEvent dtde );
|
| H A D | DropTargetDropEvent.idl | 42 /** The <type>DropTargetDropEvent</type> is delivered from the drop target to 49 published struct DropTargetDropEvent: com::sun::star::datatransfer::dnd::DropTargetEvent
|
| H A D | DropTargetEvent.idl | 37 <type>DropTargetDropEvent</type>.
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | dndhelp.hxx | 45 struct DropTargetDropEvent; 73 …virtual void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw (:… 112 …void SAL_CALL drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw (…
|
| H A D | edit.hxx | 139 …virtual void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) t…
|
| /trunk/main/vcl/source/app/ |
| H A D | dndhelp.cxx | 59 …ragAndDropClient::drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& /*dtde*/ )… in drop() argument 149 …agAndDropWrapper::drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& rDTDE ) th… in drop()
|
| /trunk/main/vcl/test/ |
| H A D | dndtest.cxx | 93 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde ) throw(RuntimeException); 302 void SAL_CALL MyDragAndDropListener::drop( const DropTargetDropEvent& dtde ) throw(RuntimeException) in drop()
|
| /trunk/main/dtrans/source/os2/dnd/ |
| H A D | DropTarget.cxx | 228 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop() 501 DropTargetDropEvent dtde( static_cast<OWeakObject*>(this), in renderComplete()
|
| H A D | DropTarget.hxx | 130 void fire_drop(const DropTargetDropEvent& dte);
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 137 const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent maDropEvent; 149 const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& rDropEvent ) : in ExecuteDropEvent() 489 …virtual void SAL_CALL drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde )…
|
| H A D | textview.hxx | 97 …virtual void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) t…
|
| /trunk/main/dtrans/source/win32/dnd/ |
| H A D | target.cxx | 478 DropTargetDropEvent e; in Drop() 512 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
|
| H A D | target.hxx | 198 void fire_drop( const DropTargetDropEvent& dte);
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | DropTarget.cxx | 358 DropTargetDropEvent dtde(static_cast<OWeakObject*>(this), in performDragOperation() 503 void DropTarget::fire_drop( const DropTargetDropEvent& dte) in fire_drop()
|
| H A D | DropTarget.hxx | 147 void fire_drop(const com::sun::star::datatransfer::dnd::DropTargetDropEvent& dte);
|
| /trunk/main/dtrans/test/win32/dnd/ |
| H A D | targetlistener.hxx | 58 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde )
|
| H A D | targetlistener.cxx | 52 void SAL_CALL DropTargetListener::drop( const DropTargetDropEvent& e ) in drop()
|
| /trunk/main/framework/inc/classes/ |
| H A D | droptargetlistener.hxx | 85 …virtual void SAL_CALL drop ( const css::datatransfer::dnd::DropTargetDropEvent& d…
|
| /trunk/main/vcl/inc/ |
| H A D | dndevdis.hxx | 86 …virtual void SAL_CALL drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde )…
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_droptarget.cxx | 135 void DropTarget::drop( const DropTargetDropEvent& dtde ) throw() in drop()
|
| H A D | X11_selection.hxx | 96 void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde ) throw();
|
| /trunk/main/framework/source/classes/ |
| H A D | droptargetlistener.cxx | 91 void SAL_CALL DropTargetListener::drop( const css::datatransfer::dnd::DropTargetDropEvent& dtde ) t… in drop()
|
| /trunk/main/vcl/source/window/ |
| H A D | dndlcon.cxx | 163 DropTargetDropEvent aEvent( static_cast < XDropTarget * > (this), 0, in fireDropEvent()
|
| H A D | dndevdis.cxx | 65 void SAL_CALL DNDEventDispatcher::drop( const DropTargetDropEvent& dtde ) in drop()
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer2.cxx | 139 void SAL_CALL DropTargetHelper::DropTargetListener::drop( const DropTargetDropEvent& rDTDE ) throw(… in drop()
|