Home
last modified time | relevance | path

Searched refs:xDragSource (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/test/
H A Ddndtest.cxx295 Reference< XDragSource > xDragSource( dge.DragSource, UNO_QUERY ); in dragGestureRecognized() local
296xDragSource->startDrag( dge, -1, 0, 0, new StringTransferable( OUString::createFromAscii( "TestStr… in dragGestureRecognized()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1206 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()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx590 …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 Dwindow.cxx8546 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()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1104 …r::uno::Reference< ::com::sun::star::datatransfer::dnd::XDragSource >& xDragSource,::com::sun::sta…

Completed in 114 milliseconds