Searched refs:ACTION_NONE (Results 1 – 17 of 17) sorted by relevance
51 mDragSourceSupportedActions(ACTION_NONE), in DropTarget()52 mSelectedDropAction(ACTION_NONE), in DropTarget()156 mSelectedDropAction = ACTION_NONE; in rejectDrag()182 mSelectedDropAction = ACTION_NONE; in rejectDrop()190 mDragSourceSupportedActions = ACTION_NONE; in dropComplete()191 mSelectedDropAction = ACTION_NONE; in dropComplete()431 mDragSourceSupportedActions = ACTION_NONE; in dragLeave()432 mSelectedDropAction = ACTION_NONE; in dragLeave()449 if (mSelectedDropAction != ACTION_NONE) { in drop()
69 sal_Int8 actions = ACTION_NONE; in SystemToOfficeDragActions()
368 sal_Int8 effect = ACTION_NONE; in endConversation()
154 mDragSourceSupportedActions(DNDConstants::ACTION_NONE), in DropTarget()155 mSelectedDropAction(DNDConstants::ACTION_NONE), in DropTarget()196 else if (dropActions != DNDConstants::ACTION_NONE && in determineDropAction()322 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in draggingExited()323 mSelectedDropAction = DNDConstants::ACTION_NONE; in draggingExited()338 if (mSelectedDropAction != DNDConstants::ACTION_NONE) in performDragOperation()378 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in concludeDragOperation()379 mSelectedDropAction = DNDConstants::ACTION_NONE; in concludeDragOperation()475 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrag()489 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrop()
63 sal_Int8 actions = DNDConstants::ACTION_NONE; in SystemToOfficeDragActions()
147 sal_Int8 nRet = DNDConstants::ACTION_NONE; in drop()165 if( DNDConstants::ACTION_NONE != nRet ) in drop()175 rDTDE.Context->dropComplete( DNDConstants::ACTION_NONE != nRet ); in drop()221 if( DNDConstants::ACTION_NONE == nRet ) in dragOver()322 return( DNDConstants::ACTION_NONE ); in AcceptDrop()329 return( DNDConstants::ACTION_NONE ); in ExecuteDrop()
599 …E.DropSuccess ? ( rDSDE.DropAction & ~DNDConstants::ACTION_DEFAULT ) : DNDConstants::ACTION_NONE ); in dragDropEnd()
217 dsde.DropAction = ACTION_NONE; in startDrag()305 sal_Int8 dropAction= fEscapePressed ? ACTION_NONE : in QueryContinueDrag()308 sal_Int8 userAction= fEscapePressed ? ACTION_NONE : in QueryContinueDrag()403 … sal_Int8 action= hr == DRAGDROP_S_DROP ? dndOleDropEffectsToActions( dwEffect) : ACTION_NONE; in DndOleSTAFunc()
60 m_nCurrentDropAction( ACTION_NONE), in DropTarget()353 if( m_nCurrentDropAction != ACTION_NONE) in DragEnter()450 if( m_nDefaultActions != ACTION_NONE) in DragLeave()606 m_nCurrentDropAction= ACTION_NONE; in _rejectDrop()636 m_nLastDropAction= ACTION_NONE; in _rejectDrag()
94 sal_Int8 ret= ACTION_NONE; in dndOleDropEffectsToActions()
103 e.DropAction= ACTION_NONE; in fire_dragDropEnd()
97 if ( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ) in drop()117 dtde.Context->dropComplete( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ); in drop()
1821 dsde.DropAction = DNDConstants::ACTION_NONE; in handleSelectionRequest()2248 aEvent.DropAction = DNDConstants::ACTION_NONE; in handleDropEvent()2413 nNewDragAction = DNDConstants::ACTION_NONE; in sendDragStatus()2644 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()2755 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()2797 … it->second.m_pTarget->m_bActive && m_nUserDragAction != DNDConstants::ACTION_NONE && m_bLastDropA… in handleDragEvent()2896 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()2947 dsde.DropAction = DNDConstants::ACTION_NONE; in reject()3223 aDragFailedEvent.DropAction = DNDConstants::ACTION_NONE; in startDrag()3504 dsde.DropAction = DNDConstants::ACTION_NONE; in dragDoDispatch()[all …]
42 const byte ACTION_NONE = 0x00;
106 …ION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
196 const sal_uInt16 ACTION_NONE = 0; variable1369 nAction = ACTION_NONE; in getKeyboardAction()
67 #define DND_ACTION_NONE ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE