Searched refs:xDragSource (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/test/ |
H A D | dndtest.cxx | 295 Reference< XDragSource > xDragSource( dge.DragSource, UNO_QUERY ); in dragGestureRecognized() local 296 …xDragSource->startDrag( dge, -1, 0, 0, new StringTransferable( OUString::createFromAscii( "TestStr… in dragGestureRecognized()
|
/aoo42x/main/svtools/source/misc/ |
H A D | transfer.cxx | 1206 Reference< XDragSource > xDragSource( pWindow->GetDragSource() ); in StartDrag() local 1208 if( xDragSource.is() ) in StartDrag() 1233 aEvt.DragSource = xDragSource; in StartDrag() 1235 xDragSource->startDrag( aEvt, nDnDSourceActions, nDnDPointer, nDnDImage, this, this ); in StartDrag()
|
/aoo42x/main/vcl/source/window/ |
H A D | winproc.cxx | 590 …ar::uno::Reference< ::com::sun::star::datatransfer::dnd::XDragSource > xDragSource = pMouseDownWin… in ImplHandleMouseEvent() 592 if( xDragSource.is() ) in ImplHandleMouseEvent() 595 … relLoc.X(), relLoc.Y(), xDragSource, ::com::sun::star::uno::makeAny( aMouseEvent ) ); in ImplHandleMouseEvent()
|
H A D | window.cxx | 8546 uno::Reference< XDragSource > xDragSource = GetDragSource(); in GetDropTarget() local 8664 void Window::GetDragSourceDropTarget(uno::Reference< XDragSource >& xDragSource, uno::Reference< XD… in GetDragSourceDropTarget() argument 8670 xDragSource = GetDragSource(); in GetDragSourceDropTarget() 8675 xDragSource.clear(); in GetDragSourceDropTarget()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 1104 …r::uno::Reference< ::com::sun::star::datatransfer::dnd::XDragSource >& xDragSource,::com::sun::sta…
|
Completed in 148 milliseconds