Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx249 m_bDropSent( false ), in SelectionManager()
2532 if( m_bDropSent ) in sendDropPosition()
2811 m_bDropSent = true; in handleDragEvent()
2836 m_bDropSent = true; in handleDragEvent()
2875 m_bDropSent = true; in handleDragEvent()
2879 m_bDropSent = true; in handleDragEvent()
2941 if( m_bDropSent && m_xDragSourceListener.is() ) in reject()
3397 m_bDropSent = false; in startDrag()
3431 m_bDropSent = false; in startDrag()
3483 …while( m_xDragSourceListener.is() && ( ! m_bDropSent || time(NULL)-m_nDropTimeout < 5 ) && osl_sch… in dragDoDispatch()
[all …]
H A DX11_selection.hxx314 bool m_bDropSent; member in x11::SelectionManager