Searched refs:m_nDragTimestamp (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/unx/generic/dtrans/ |
| H A D | X11_selection.cxx | 254 m_nDragTimestamp( None ), in SelectionManager() 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() 2519 dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in updateDragAction() 2644 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2680 setCursor( getDefaultCursor( dsde.DropAction ), m_aDropWindow, m_nDragTimestamp ); in handleDragEvent() 2690 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() 2709 …m_nDragTimestamp = rMessage.type == MotionNotify ? rMessage.xmotion.time : rMessage.xcrossing.time; in handleDragEvent() 2756 … dsde.DragSourceContext = new DragSourceContext( m_aDropWindow, m_nDragTimestamp, *this ); in handleDragEvent() [all …]
|
| H A D | X11_selection.hxx | 322 XLIB_Time m_nDragTimestamp; member in x11::SelectionManager
|