Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx241 m_nNoPosWidth( 0 ), in SelectionManager()
2557 m_nLastDragX < m_nNoPosX || m_nLastDragX >= m_nNoPosX+m_nNoPosWidth || in sendDropPosition()
2582 m_nNoPosX = m_nNoPosY = m_nNoPosWidth = m_nNoPosHeight = 0; in sendDropPosition()
2671 m_nNoPosWidth = rMessage.xclient.data.l[3] >> 16; in handleDragEvent()
2675 m_nNoPosX = m_nNoPosY = m_nNoPosWidth = m_nNoPosHeight = 0; in handleDragEvent()
3194 m_nNoPosX = m_nNoPosY = m_nNoPosWidth = m_nNoPosHeight = 0; in updateDragWindow()
3439 m_nNoPosWidth = 0; in startDrag()
3519 m_nNoPosWidth = 0; in dragDoDispatch()
H A DX11_selection.hxx307 int m_nNoPosX, m_nNoPosY, m_nNoPosWidth, m_nNoPosHeight; member in x11::SelectionManager