Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx272 m_nXdndDrop( None ), in SelectionManager()
408 m_nXdndDrop = getAtom( OUString::createFromAscii( "XdndDrop" ) ); in initialize()
2165 rMessage.message_type == m_nXdndDrop || in handleDropEvent()
2283 rMessage.message_type == m_nXdndDrop && in handleDropEvent()
2828 aEvent.xclient.message_type = m_nXdndDrop; in handleDragEvent()
3691 rEvent.xclient.message_type == m_nXdndDrop in handleXEvent()
H A DX11_selection.hxx347 Atom m_nXdndDrop; member in x11::SelectionManager