Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx227 m_aCurrentDropWindow( None ), in SelectionManager()
987 aEvent.xselection.requestor == m_aCurrentDropWindow ) in getPasteData()
1272 if( m_aDropEnterEvent.data.l[0] && m_aCurrentDropWindow ) in getPasteDataTypes()
2073 if( rNotify.requestor != m_aWindow && rNotify.requestor != m_aCurrentDropWindow ) in handleSelectionNotify()
2079 (rNotify.requestor == m_aWindow || rNotify.requestor == m_aCurrentDropWindow) && in handleSelectionNotify()
2188 dropComplete( sal_False, m_aCurrentDropWindow, m_nDropTime ); in handleDropEvent()
2202 m_aCurrentDropWindow = aTarget; in handleDropEvent()
2232 … aEvent.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()
2276 if( m_aCurrentDropWindow == aTarget ) in handleDropEvent()
2277 m_aCurrentDropWindow = None; in handleDropEvent()
[all …]
H A DX11_selection.hxx274 XLIB_Window m_aCurrentDropWindow; member in x11::SelectionManager