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.cxx232 m_nLastDropAction( 0 ), in SelectionManager()
2253 m_nLastDropAction = aEvent.DropAction; in handleDropEvent()
2303 aEvent.DropAction = m_nLastDropAction; in handleDropEvent()
2306 aEvent.SourceActions= m_nLastDropAction; in handleDropEvent()
2369 if( m_nLastDropAction & DNDConstants::ACTION_MOVE ) in dropComplete()
2371 else if( m_nLastDropAction & DNDConstants::ACTION_COPY ) in dropComplete()
2373 else if( m_nLastDropAction & DNDConstants::ACTION_LINK ) in dropComplete()
H A DX11_selection.hxx282 sal_Int8 m_nLastDropAction; member in x11::SelectionManager

Completed in 44 milliseconds