Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx276 m_nXdndProxy( None ), in SelectionManager()
412 m_nXdndProxy = getAtom( OUString::createFromAscii( "XdndProxy" ) ); in initialize()
3001 if( pProperties[i] == m_nXdndProxy ) in getXdndVersion()
3003 XGetWindowProperty( m_pDisplay, aWindow, m_nXdndProxy, 0, 1, False, XA_WINDOW, in getXdndVersion()
3014 XGetWindowProperty( m_pDisplay, rProxy, m_nXdndProxy, 0, 1, False, XA_WINDOW, in getXdndVersion()
H A DX11_selection.hxx351 Atom m_nXdndProxy; member in x11::SelectionManager