Home
last modified time | relevance | path

Searched refs:m_aDropWindow (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_dndcontext.cxx41 m_aDropWindow( aDropWindow ), in DropTargetDropContext()
54 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrop()
59 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrop()
64 m_rManager.dropComplete( success, m_aDropWindow, m_nTimestamp ); in dropComplete()
76 m_aDropWindow( aDropWindow ), in DropTargetDragContext()
89 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrag()
94 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrag()
105 m_aDropWindow( aDropWindow ), in DragSourceContext()
123 m_rManager.setCursor( cursorId, m_aDropWindow, m_nTimestamp ); in setCursor()
128 m_rManager.setImage( imageId, m_aDropWindow, m_nTimestamp ); in setImage()
H A DX11_selection.cxx237 m_aDropWindow( None ), in SelectionManager()
1815 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
2344 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete()
2421 setCursor( getDefaultCursor( nNewDragAction ), m_aDropWindow, m_nDragTimestamp ); in sendDragStatus()
2427 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus()
2489 if( m_nCurrentProtocolVersion < 0 && m_aDropWindow != None ) in updateDragAction()
2519 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2539 m_aDropTargets.find( m_aDropWindow ); in sendDropPosition()
2546 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition()
2570 aEvent.xclient.window = m_aDropWindow; in sendDropPosition()
[all …]
H A DX11_dndcontext.hxx47 XLIB_Window m_aDropWindow; member in x11::DropTargetDropContext
66 XLIB_Window m_aDropWindow; member in x11::DropTargetDragContext
84 XLIB_Window m_aDropWindow; member in x11::DragSourceContext
H A DX11_selection.hxx297 XLIB_Window m_aDropWindow; member in x11::SelectionManager