Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx270 m_nXdndPosition( None ), in SelectionManager()
406 m_nXdndPosition = getAtom( OUString::createFromAscii( "XdndPosition" ) ); in initialize()
2166 rMessage.message_type == m_nXdndPosition ) in handleDropEvent()
2209 rMessage.message_type == m_nXdndPosition && in handleDropEvent()
2566 aEvent.xclient.message_type = m_nXdndPosition; in sendDropPosition()
3690 rEvent.xclient.message_type == m_nXdndPosition || in handleXEvent()
H A DX11_selection.hxx345 Atom m_nXdndPosition; member in x11::SelectionManager