Searched refs:DropTargetDragContext (Results 1 – 3 of 3) sorted by relevance
70 DropTargetDragContext::DropTargetDragContext( in DropTargetDragContext() function in DropTargetDragContext81 DropTargetDragContext::~DropTargetDragContext() in ~DropTargetDragContext()85 void DropTargetDragContext::acceptDrag( sal_Int8 dragOperation ) throw() in acceptDrag()90 void DropTargetDragContext::rejectDrag() throw() in rejectDrag()
59 class DropTargetDragContext : class69 DropTargetDragContext( XLIB_Window, XLIB_Time, SelectionManager& );70 virtual ~DropTargetDragContext();
2232 … aEvent.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()2546 … dtde.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in sendDropPosition()3162 …dtde.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *… in updateDragWindow()