Home
last modified time | relevance | path

Searched defs:xDragSource (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/test/ !
H A Ddndtest.cxx295 Reference< XDragSource > xDragSource( dge.DragSource, UNO_QUERY ); in dragGestureRecognized() local
/trunk/main/svtools/source/misc/ !
H A Dtransfer.cxx1206 Reference< XDragSource > xDragSource( pWindow->GetDragSource() ); in StartDrag() local
/trunk/main/vcl/source/window/ !
H A Dwindow.cxx8546 uno::Reference< XDragSource > xDragSource = GetDragSource(); in GetDropTarget() local
8664 …DropTarget(uno::Reference< XDragSource >& xDragSource, uno::Reference< XDropTarget > &xDropTarget ) in GetDragSourceDropTarget()