Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx230 m_aCurrentDropWindow( None ), in SelectionManager()
990 aEvent.xselection.requestor == m_aCurrentDropWindow ) in getPasteData()
1275 if( m_aDropEnterEvent.data.l[0] && m_aCurrentDropWindow ) in getPasteDataTypes()
2076 if( rNotify.requestor != m_aWindow && rNotify.requestor != m_aCurrentDropWindow ) in handleSelectionNotify()
2082 (rNotify.requestor == m_aWindow || rNotify.requestor == m_aCurrentDropWindow) && in handleSelectionNotify()
2191 dropComplete( sal_False, m_aCurrentDropWindow, m_nDropTime ); in handleDropEvent()
2205 m_aCurrentDropWindow = aTarget; in handleDropEvent()
2235 … aEvent.Context = new DropTargetDragContext( m_aCurrentDropWindow, m_nDropTimestamp, *this ); in handleDropEvent()
2279 if( m_aCurrentDropWindow == aTarget ) in handleDropEvent()
2280 m_aCurrentDropWindow = None; in handleDropEvent()
[all …]
H A DX11_selection.hxx279 XLIB_Window m_aCurrentDropWindow; member in x11::SelectionManager