Home
last modified time | relevance | path

Searched refs:m_nDragTimestamp (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx251 m_nDragTimestamp( None ), in SelectionManager()
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()
2516 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction()
2641 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2677 setCursor( getDefaultCursor( dsde.DropAction ), m_aDropWindow, m_nDragTimestamp ); in handleDragEvent()
2687 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
2706m_nDragTimestamp = rMessage.type == MotionNotify ? rMessage.xmotion.time : rMessage.xcrossing.time; in handleDragEvent()
2753 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent()
[all …]
H A DX11_selection.hxx317 XLIB_Time m_nDragTimestamp; member in x11::SelectionManager