Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx238 m_aDropProxy( None ), in SelectionManager()
2584 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in sendDropPosition()
2719 if( m_nCurrentProtocolVersion >= 0 && m_aDropProxy != None ) in handleDragEvent()
2739 else if( m_aDropProxy != None && m_nCurrentProtocolVersion >= 0 ) in handleDragEvent()
2750 m_aDropWindow = m_aDropProxy = None; in handleDragEvent()
2751 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
2841 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
2880 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in handleDragEvent()
3133 XSendEvent( m_pDisplay, m_aDropProxy, False, NoEventMask, &aEvent ); in updateDragWindow()
3145 m_aDropProxy = aNewProxy != None ? aNewProxy : m_aDropWindow; in updateDragWindow()
[all …]
H A DX11_selection.hxx299 XLIB_Window m_aDropProxy; member in x11::SelectionManager