/trunk/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSource.idl | 32 #include <com/sun/star/datatransfer/dnd/DragGestureEvent.idl> 51 operations and will be received as part of a <type>DragGestureEvent</type> 101 The <type>DragGestureEvent</type> that initiated the drag. 123 [in] DragGestureEvent trigger,
|
H A D | XDragGestureListener.idl | 28 #include <com/sun/star/datatransfer/dnd/DragGestureEvent.idl> 56 The DragGestureEvent describing the gesture that has just occurred. 59 [oneway] void dragGestureRecognized( [in] DragGestureEvent dge );
|
H A D | DragGestureEvent.idl | 38 /** A DragGestureEvent is passed to the method <member>XDragGestureListener::dragGestureRecognized(… 44 published struct DragGestureEvent: com::sun::star::lang::EventObject
|
/trunk/main/vcl/inc/vcl/ |
H A D | dndhelp.hxx | 39 struct DragGestureEvent; 63 …virtual void dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& d… 102 …L dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) throw …
|
H A D | edit.hxx | 137 … dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) throw …
|
/trunk/main/dtrans/source/win32/dnd/ |
H A D | source.hxx | 77 const DragGestureEvent& trigger, 112 virtual void SAL_CALL startDrag( const DragGestureEvent& trigger,
|
H A D | source.cxx | 102 const DragGestureEvent& trigger, in StartDragImpl() 193 const DragGestureEvent& trigger, in startDrag()
|
/trunk/main/vcl/source/app/ |
H A D | dndhelp.cxx | 35 …::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& /*dge*/ ) th… in dragGestureRecognized() argument 111 …::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) throw… in dragGestureRecognized()
|
/trunk/main/vcl/test/ |
H A D | dndtest.cxx | 92 virtual void SAL_CALL dragGestureRecognized( const DragGestureEvent& dge ) throw(RuntimeException); 291 void SAL_CALL MyDragAndDropListener::dragGestureRecognized( const DragGestureEvent& dge ) throw(Run… in dragGestureRecognized()
|
/trunk/main/vcl/source/components/ |
H A D | dtranscomp.cxx | 324 const datatransfer::dnd::DragGestureEvent& trigger, 360 void GenericDragSource::startDrag( const datatransfer::dnd::DragGestureEvent&, in startDrag() argument
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.hxx | 145 const ::com::sun::star::datatransfer::dnd::DragGestureEvent& trigger, 492 const ::com::sun::star::datatransfer::dnd::DragGestureEvent& trigger,
|
H A D | X11_selection.cxx | 3211 const DragGestureEvent& trigger, in startDrag() 4146 … const ::com::sun::star::datatransfer::dnd::DragGestureEvent& trigger, in startDrag()
|
/trunk/main/dtrans/source/os2/dnd/ |
H A D | DragSource.hxx | 84 virtual void SAL_CALL startDrag( const DragGestureEvent& trigger,
|
H A D | DragSource.cxx | 105 const DragGestureEvent& /* trigger */, in startDrag() argument
|
/trunk/main/dtrans/test/win32/dnd/ |
H A D | dndTest.cxx | 186 pData->source->startDrag( DragGestureEvent(), in MTAFunc()
|
H A D | atlwindow.cxx | 210 m_xDragSource->startDrag( DragGestureEvent(), in OnTimer()
|
/trunk/main/vcl/aqua/source/dtrans/ |
H A D | DragSource.hxx | 99 …virtual void SAL_CALL startDrag( const com::sun::star::datatransfer::dnd::DragGestureEvent& trigge…
|
H A D | DragSource.cxx | 247 void SAL_CALL DragSource::startDrag(const DragGestureEvent& trigger, in startDrag()
|
/trunk/main/vcl/inc/ |
H A D | dndevdis.hxx | 96 …L dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) throw(…
|
/trunk/main/svtools/inc/svtools/ |
H A D | textview.hxx | 95 … dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) throw …
|
H A D | transfer.hxx | 433 …L dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) throw…
|
/trunk/main/vcl/source/window/ |
H A D | dndlcon.cxx | 481 DragGestureEvent aEvent( static_cast < XDragGestureRecognizer * > (this), dragAction, in fireDragGestureEvent()
|
H A D | dndevdis.cxx | 300 void SAL_CALL DNDEventDispatcher::dragGestureRecognized( const DragGestureEvent& dge ) in dragGestureRecognized()
|
/trunk/main/svtools/source/misc/ |
H A D | transfer2.cxx | 78 void SAL_CALL DragSourceHelper::DragGestureListener::dragGestureRecognized( const DragGestureEvent&… in dragGestureRecognized()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.hxx | 254 …void dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& dge ) thr…
|