Home
last modified time | relevance | path

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

12

/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx281 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()
298 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
409 DropTargetDragEvent dtde(static_cast<OWeakObject*>(this), in dragOver()
H A DDropTarget.hxx133 void fire_dragOver(const DropTargetDragEvent& dtde);
134 void fire_dropActionChanged(const DropTargetDragEvent& dtde);
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx395 DropTargetDragEvent e; in DragOver()
555 void DropTarget::fire_dragOver( const DropTargetDragEvent& dtde ) in fire_dragOver()
569 void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) in fire_dropActionChanged()
H A Dtarget.hxx201 void fire_dragOver( const DropTargetDragEvent& dtde );
202 void fire_dropActionChanged( const DropTargetDragEvent& dtde );
/trunk/main/dtrans/test/win32/dnd/
H A Dtargetlistener.cxx89 void SAL_CALL DropTargetListener::dragOver( const DropTargetDragEvent& dtde ) in dragOver()
96 void SAL_CALL DropTargetListener::dropActionChanged( const DropTargetDragEvent& dtde ) in dropActionChanged()
H A Dtargetlistener.hxx64 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde )
66 virtual void SAL_CALL dropActionChanged( const DropTargetDragEvent& dtde )
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1841 void ImpEditView::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDTDE )… in dragOver()
H A Dimpedit.hxx259 …void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) throw (::com…
/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/framework/source/classes/
H A Ddroptargetlistener.cxx154 void SAL_CALL DropTargetListener::dragOver( const css::datatransfer::dnd::DropTargetDragEvent& dtde… in dragOver()
173 …opTargetListener::dropActionChanged( const css::datatransfer::dnd::DropTargetDragEvent& ) throw( c… in dropActionChanged() argument
/trunk/main/offapi/
H A DUnoApi_offapi.mk1739 offapi/com/sun/star/datatransfer/dnd/DropTargetDragEvent \
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
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
H A DXDropTargetListener.idl75 The <type>DropTargetDragEvent</type>.
96 [oneway] void dragOver( [in] DropTargetDragEvent dtde );
105 [oneway] void dropActionChanged( [in] DropTargetDragEvent dtde );
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx100 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde…
H A Dtransfer.hxx106 const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent maDragEvent;
120 const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDragEvent, in AcceptDropEvent()
492 …virtual void SAL_CALL dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dt…
493 …CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) thr…
/trunk/main/svtools/source/edit/
H A Dtextview.cxx2272 void TextView::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDTDE ) th… in dragOver()
/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 ) th… in dragOver()
257 void SAL_CALL DropTargetHelper::DropTargetListener::dropActionChanged( const DropTargetDragEvent& )… in dropActionChanged() argument
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx291 DropTargetDragEvent dtde(static_cast<OWeakObject*>(this), in draggingUpdated()
557 void DropTarget::fire_dragOver(const DropTargetDragEvent& dtde) in fire_dragOver()
574 void DropTarget::fire_dropActionChanged(const DropTargetDragEvent& dtde) in fire_dropActionChanged()
H A DDropTarget.hxx150 void fire_dragOver(const com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde);
151 void fire_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 …CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) thr…
/trunk/main/vcl/inc/vcl/
H A Ddndhelp.hxx43 struct DropTargetDragEvent;
76 …virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde ) thro…
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 ) thr…
116 …void SAL_CALL dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& d…

Completed in 165 milliseconds

12