Home
last modified time | relevance | path

Searched refs:DropTargetDropContext (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_dndcontext.cxx35 DropTargetDropContext::DropTargetDropContext( in DropTargetDropContext() function in DropTargetDropContext
46 DropTargetDropContext::~DropTargetDropContext() in ~DropTargetDropContext()
50 void DropTargetDropContext::acceptDrop( sal_Int8 dragOperation ) throw() in acceptDrop()
55 void DropTargetDropContext::rejectDrop() throw() in rejectDrop()
60 void DropTargetDropContext::dropComplete( sal_Bool success ) throw() in dropComplete()
H A DX11_dndcontext.hxx40 class DropTargetDropContext : class
50 DropTargetDropContext( XLIB_Window, XLIB_Time, SelectionManager& );
51 virtual ~DropTargetDropContext();
H A DX11_selection.cxx2297 … aEvent.Context = new DropTargetDropContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()
2805 … dtde.Context = new DropTargetDropContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDragEvent()