Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_dndcontext.cxx39 m_aDropWindow( aDropWindow ), in DropTargetDropContext()
52 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrop()
57 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrop()
62 m_rManager.dropComplete( success, m_aDropWindow, m_nTimestamp ); in dropComplete()
74 m_aDropWindow( aDropWindow ), in DropTargetDragContext()
87 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrag()
92 m_rManager.reject( m_aDropWindow, m_nTimestamp ); in rejectDrag()
103 m_aDropWindow( aDropWindow ), in DragSourceContext()
121 m_rManager.setCursor( cursorId, m_aDropWindow, m_nTimestamp ); in setCursor()
126 m_rManager.setImage( imageId, m_aDropWindow, m_nTimestamp ); in setImage()
H A DX11_selection.cxx234 m_aDropWindow( None ), in SelectionManager()
1812 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, rRequest.time, *this ); in handleSelectionRequest()
2341 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in dropComplete()
2418 setCursor( getDefaultCursor( nNewDragAction ), m_aDropWindow, m_nDragTimestamp ); in sendDragStatus()
2424 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in sendDragStatus()
2486 if( m_nCurrentProtocolVersion < 0 && m_aDropWindow != None ) in updateDragAction()
2516 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2536 m_aDropTargets.find( m_aDropWindow ); in sendDropPosition()
2543 …XTranslateCoordinates( m_pDisplay, it->second.m_aRootWindow, m_aDropWindow, m_nLastDragX, m_nLastD… in sendDropPosition()
2567 aEvent.xclient.window = m_aDropWindow; in sendDropPosition()
[all …]
H A DX11_dndcontext.hxx45 XLIB_Window m_aDropWindow; member in x11::DropTargetDropContext
64 XLIB_Window m_aDropWindow; member in x11::DropTargetDragContext
82 XLIB_Window m_aDropWindow; member in x11::DragSourceContext
H A DX11_selection.hxx292 XLIB_Window m_aDropWindow; member in x11::SelectionManager