Home
last modified time | relevance | path

Searched refs:m_nLastDropAction (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx66 m_nLastDropAction(0) in DropTarget()
334 m_nLastDropAction= ACTION_DEFAULT | ACTION_MOVE; in DragEnter()
375 *pdwEffect= dndActionsToSingleDropEffect( m_nLastDropAction & allowedActions); in DragEnter()
410 if( m_nLastDropAction != m_nCurrentDropAction) in DragOver()
424 *pdwEffect= dndActionsToSingleDropEffect( m_nLastDropAction & allowedActions); in DragOver()
448 m_nLastDropAction= 0; in DragLeave()
505 m_nLastDropAction= 0; in Drop()
628 m_nLastDropAction= dragOperation; in _acceptDrag()
636 m_nLastDropAction= ACTION_NONE; in _rejectDrag()
H A Dtarget.hxx107 sal_Int8 m_nLastDropAction; member in DropTarget
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx229 m_nLastDropAction( 0 ), in SelectionManager()
2250 m_nLastDropAction = aEvent.DropAction; in handleDropEvent()
2300 aEvent.DropAction = m_nLastDropAction; in handleDropEvent()
2303 aEvent.SourceActions= m_nLastDropAction; in handleDropEvent()
2366 if( m_nLastDropAction & DNDConstants::ACTION_MOVE ) in dropComplete()
2368 else if( m_nLastDropAction & DNDConstants::ACTION_COPY ) in dropComplete()
2370 else if( m_nLastDropAction & DNDConstants::ACTION_LINK ) in dropComplete()
H A DX11_selection.hxx277 sal_Int8 m_nLastDropAction; member in x11::SelectionManager