Searched refs:m_nDropTime (Results 1 – 2 of 2) sorted by relevance
228 m_nDropTime( None ), in SelectionManager()932 …selection, type, selection, m_aWindow, selection == m_nXdndSelection ? m_nDropTime : CurrentTime ); in getPasteData()2188 dropComplete( sal_False, m_aCurrentDropWindow, m_nDropTime ); in handleDropEvent()2214 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[3] : CurrentTime; in handleDropEvent()2216 m_nDropTimestamp = m_nDropTime; in handleDropEvent()2288 m_nDropTime = m_nCurrentProtocolVersion > 0 ? rMessage.data.l[2] : CurrentTime; in handleDropEvent()2320 dropComplete( sal_False, m_aCurrentDropWindow, m_nDropTime ); in handleDropEvent()
276 XLIB_Time m_nDropTime; member in x11::SelectionManager