Searched refs:rDGE (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/svtools/source/misc/ |
| H A D | transfer2.cxx | 78 …L_CALL DragSourceHelper::DragGestureListener::dragGestureRecognized( const DragGestureEvent& rDGE ) in dragGestureRecognized() argument 82 const Point aPtPixel( rDGE.DragOriginX, rDGE.DragOriginY ); in dragGestureRecognized() 83 mrParent.StartDrag( rDGE.DragAction, aPtPixel ); in dragGestureRecognized()
|
| /trunk/main/vcl/source/app/ |
| H A D | dndhelp.cxx | 111 …Wrapper::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) in dragGestureRecognized() argument 114 mpClient->dragGestureRecognized( rDGE ); in dragGestureRecognized()
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit.cxx | 1552 …ditView::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) in dragGestureRecognized() argument 1560 Point aMousePosPixel( rDGE.DragOriginX, rDGE.DragOriginY ); in dragGestureRecognized() 1628 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, xData, mxDnDListener ); in dragGestureRecognized()
|
| /trunk/main/vcl/source/control/ |
| H A D | edit.cxx | 2974 void Edit::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE… in dragGestureRecognized() argument 2985 Point aMousePos( rDGE.DragOriginX, rDGE.DragOriginY ); in dragGestureRecognized() 3003 … rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mxDnDListener ); in dragGestureRecognized()
|
| /trunk/main/svtools/source/edit/ |
| H A D | textview.cxx | 2095 …extView::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE ) in dragGestureRecognized() argument 2139 …rDGE.DragSource->startDrag( rDGE, nActions, 0 /*cursor*/, 0 /*image*/, pDataObj, mpImpl->mxDnDList… in dragGestureRecognized()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 433 …AL_CALL dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& rDGE );
|