Searched refs:DropTargetDragContext (Results 1 – 3 of 3) sorted by relevance
72 DropTargetDragContext::DropTargetDragContext( in DropTargetDragContext() function in DropTargetDragContext83 DropTargetDragContext::~DropTargetDragContext() in ~DropTargetDragContext()87 void DropTargetDragContext::acceptDrag( sal_Int8 dragOperation ) throw() in acceptDrag()92 void DropTargetDragContext::rejectDrag() throw() in rejectDrag()
61 class DropTargetDragContext : class71 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& );72 virtual ~DropTargetDragContext();
2235 … aEvent.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()2549 … dtde.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in sendDropPosition()3166 …dtde.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *… in updateDragWindow()