Home
last modified time | relevance | path

Searched refs:DropTargetDragEvent (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/vcl/inc/vcl/
H A Ddndhelp.hxx43 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 Dtransfer2.cxx156 ( (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 Ddndhelp.cxx71 …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 Ddndtest.cxx96 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 DXDropTargetListener.idl75 The <type>DropTargetDragEvent</type>.
96 [oneway] void dragOver( [in] DropTargetDragEvent dtde );
105 [oneway] void dropActionChanged( [in] DropTargetDragEvent dtde );
H A DDropTargetDragEnterEvent.idl28 #include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.idl>
51 published struct DropTargetDragEnterEvent: DropTargetDragEvent
H A DDropTargetDragEvent.idl38 /** The <type>DropTargetDragEvent</type> is delivered from the drop target
48 published struct DropTargetDragEvent: com::sun::star::datatransfer::dnd::DropTargetEvent
H A DDropTargetEvent.idl36 /** This class is the base class for <type>DropTargetDragEvent</type> and
H A DXDropTargetDragContext.idl69 @see DropTargetDragEvent
H A DXDropTargetDropContext.idl64 @see DropTargetDragEvent
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx279 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 DDropTarget.hxx130 void fire_dragOver(const DropTargetDragEvent& dtde);
131 void fire_dropActionChanged(const DropTargetDragEvent& dtde);
/trunk/main/dtrans/test/win32/dnd/
H A Dtargetlistener.hxx60 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde );
61 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde );
H A Dtargetlistener.cxx85 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 Ddroptargetlistener.hxx88 …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 Dtarget.cxx394 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 Dtarget.hxx198 void fire_dragOver( const DropTargetDragEvent& dtde );
199 void fire_dropActionChanged( const DropTargetDragEvent& dtde );
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx289 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 DDropTarget.hxx147 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 Dtransfer.hxx106 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 Ddndevdis.hxx89 …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 Ddroptargetlistener.cxx154 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 Ddndlcon.cxx273 DropTargetDragEvent aEvent( static_cast < XDropTarget * > (this), 0, in fireDragOverEvent()
408 DropTargetDragEvent aEvent( static_cast < XDropTarget * > (this), 0, in fireDropActionChangedEvent()
H A Ddndevdis.cxx180 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 DX11_droptarget.cxx177 void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() in dragOver()

12