Searched refs:m_nLastDropAction (Results 1 – 4 of 4) sorted by relevance
66 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()
106 sal_Int8 m_nLastDropAction; member in DropTarget
232 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()
282 sal_Int8 m_nLastDropAction; member in x11::SelectionManager
Completed in 33 milliseconds