| /trunk/main/vcl/inc/vcl/ |
| H A D | dndhelp.hxx | 43 struct DropTargetDragEvent; 76 virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ); 77 …virtual void dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt… 115 void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ); 116 …void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& d…
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer2.cxx | 156 ( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).DropAction = rDTDE.DropAction; in drop() 157 ( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).LocationX = rDTDE.LocationX; in drop() 158 ( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).LocationY = rDTDE.LocationY; in drop() 159 ( (DropTargetDragEvent&)( aAcceptEvent.maDragEvent ) ).SourceActions = rDTDE.SourceActions; in drop() 207 void SAL_CALL DropTargetHelper::DropTargetListener::dragOver( const DropTargetDragEvent& rDTDE ) in dragOver() 257 void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const DropTargetDragEvent& ) in dropActionChanged() argument
|
| /trunk/main/vcl/source/app/ |
| H A D | dndhelp.cxx | 71 …AndDropClient::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& /*dtde*/ ) in dragOver() argument 75 …ient::dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& /*dtde*/ ) in dropActionChanged() argument 167 …agAndDropWrapper::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDTDE ) in dragOver() 173 …Wrapper::dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDTDE ) in dropActionChanged()
|
| /trunk/main/vcl/test/ |
| H A D | dndtest.cxx | 96 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde ); 97 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde ); 326 void SAL_CALL MyDragAndDropListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver() 334 void SAL_CALL MyDragAndDropListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
|
| /trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
| H A D | XDropTargetListener.idl | 75 The <type>DropTargetDragEvent</type>. 96 [oneway] void dragOver( [in] DropTargetDragEvent dtde ); 105 [oneway] void dropActionChanged( [in] DropTargetDragEvent dtde );
|
| H A D | DropTargetDragEnterEvent.idl | 28 #include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl> 51 published struct DropTargetDragEnterEvent: DropTargetDragEvent
|
| H A D | DropTargetDragEvent.idl | 38 /** The <type>DropTargetDragEvent</type> is delivered from the drop target 48 published struct DropTargetDragEvent: com::sun::star::datatransfer::dnd::DropTargetEvent
|
| H A D | DropTargetEvent.idl | 36 /** This class is the base class for <type>DropTargetDragEvent</type> and
|
| H A D | XDropTargetDragContext.idl | 69 @see DropTargetDragEvent
|
| H A D | XDropTargetDropContext.idl | 64 @see DropTargetDragEvent
|
| /trunk/main/dtrans/source/os2/dnd/ |
| H A D | DropTarget.cxx | 279 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver() 296 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged() 407 DropTargetDragEvent dtde(static_cast<OWeakObject*>(this), in dragOver()
|
| H A D | DropTarget.hxx | 130 void fire_dragOver(const DropTargetDragEvent& dtde); 131 void fire_dropActionChanged(const DropTargetDragEvent& dtde);
|
| /trunk/main/dtrans/test/win32/dnd/ |
| H A D | targetlistener.hxx | 60 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde ); 61 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde );
|
| H A D | targetlistener.cxx | 85 void SAL_CALL DropTargetListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver() 91 void SAL_CALL DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
|
| /trunk/main/framework/inc/classes/ |
| H A D | droptargetlistener.hxx | 88 …virtual void SAL_CALL dragOver ( const css::datatransfer::dnd::DropTargetDragEvent& d… 89 …virtual void SAL_CALL dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& d…
|
| /trunk/main/dtrans/source/win32/dnd/ |
| H A D | target.cxx | 394 DropTargetDragEvent e; in DragOver() 554 void DropTarget::fire_dragOver( const DropTargetDragEvent& dtde ) in fire_dragOver() 568 void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) in fire_dropActionChanged()
|
| H A D | target.hxx | 198 void fire_dragOver( const DropTargetDragEvent& dtde ); 199 void fire_dropActionChanged( const DropTargetDragEvent& dtde );
|
| /trunk/main/vcl/aqua/source/dtrans/ |
| H A D | DropTarget.cxx | 289 DropTargetDragEvent dtde(static_cast<OWeakObject*>(this), in draggingUpdated() 552 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver() 569 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
|
| H A D | DropTarget.hxx | 147 void fire_dragOver(const com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde); 148 void fire_dropActionChanged(const com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde);
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 106 const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent maDragEvent; 120 const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDragEvent, in AcceptDropEvent() 492 …ual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ); 493 …SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde );
|
| /trunk/main/vcl/inc/ |
| H A D | dndevdis.hxx | 89 …virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt… 90 …SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde );
|
| /trunk/main/framework/source/classes/ |
| H A D | droptargetlistener.cxx | 154 void SAL_CALL DropTargetListener::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde… in dragOver() 173 …AL_CALL DropTargetListener::dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& ) in dropActionChanged() argument
|
| /trunk/main/vcl/source/window/ |
| H A D | dndlcon.cxx | 273 DropTargetDragEvent aEvent( static_cast < XDropTarget * > (this), 0, in fireDragOverEvent() 408 DropTargetDragEvent aEvent( static_cast < XDropTarget * > (this), 0, in fireDropActionChangedEvent()
|
| H A D | dndevdis.cxx | 180 void SAL_CALL DNDEventDispatcher::dragOver( const DropTargetDragEvent& dtde ) in dragOver() 237 void SAL_CALL DNDEventDispatcher::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_droptarget.cxx | 177 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver()
|