Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx248 m_bDropSuccess( false ), in SelectionManager()
2645 m_bDropSuccess = rMessage.xclient.data.l[1] & 1 ? true : false; in handleDragEvent()
2648 m_bDropSuccess ? "true" : "false", in handleDragEvent()
2690 dsde.DropSuccess = m_bDropSuccess; in handleDragEvent()
3398 m_bDropSuccess = false; in startDrag()
3432 m_bDropSuccess = false; in startDrag()
3512 m_bDropSuccess = false; in dragDoDispatch()
H A DX11_selection.hxx313 bool m_bDropSuccess; member in x11::SelectionManager