Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx240 m_nNoPosY( 0 ), in SelectionManager()
2558 m_nLastDragY < m_nNoPosY || m_nLastDragY >= m_nNoPosY+m_nNoPosHeight in sendDropPosition()
2582 m_nNoPosX = m_nNoPosY = m_nNoPosWidth = m_nNoPosHeight = 0; in sendDropPosition()
2670 m_nNoPosY = rMessage.xclient.data.l[2] & 0xffff; 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()
3438 m_nNoPosY = 0; in startDrag()
3518 m_nNoPosY = 0; in dragDoDispatch()
H A DX11_selection.hxx307 int m_nNoPosX, m_nNoPosY, m_nNoPosWidth, m_nNoPosHeight; member in x11::SelectionManager