Home
last modified time | relevance | path

Searched refs:ACTION_NONE (Results 1 – 17 of 17) sorted by relevance

/AOO42X/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx51 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()
H A Dglobals.cxx69 sal_Int8 actions = ACTION_NONE; in SystemToOfficeDragActions()
H A DDragSource.cxx368 sal_Int8 effect = ACTION_NONE; in endConversation()
/AOO42X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx154 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()
H A DDragActionConversion.cxx63 sal_Int8 actions = DNDConstants::ACTION_NONE; in SystemToOfficeDragActions()
/AOO42X/main/svtools/source/misc/
H A Dtransfer2.cxx147 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()
H A Dtransfer.cxx599 …E.DropSuccess ? ( rDSDE.DropAction & ~DNDConstants::ACTION_DEFAULT ) : DNDConstants::ACTION_NONE ); in dragDropEnd()
/AOO42X/main/dtrans/source/win32/dnd/
H A Dsource.cxx217 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()
H A Dtarget.cxx60 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()
H A Dglobals.cxx94 sal_Int8 ret= ACTION_NONE; in dndOleDropEffectsToActions()
H A Dsourcecontext.cxx103 e.DropAction= ACTION_NONE; in fire_dragDropEnd()
/AOO42X/main/framework/source/classes/
H A Ddroptargetlistener.cxx97 if ( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ) in drop()
117 dtde.Context->dropComplete( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ); in drop()
/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1821 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 …]
/AOO42X/main/offapi/com/sun/star/datatransfer/dnd/
H A DDNDConstants.idl42 const byte ACTION_NONE = 0x00;
/AOO42X/main/sot/inc/sot/
H A Dexchange.hxx106 …ION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
/AOO42X/main/svx/source/table/
H A Dtablecontroller.cxx196 const sal_uInt16 ACTION_NONE = 0; variable
1369 nAction = ACTION_NONE; in getKeyboardAction()
/AOO42X/main/svtools/inc/svtools/
H A Dtransfer.hxx67 #define DND_ACTION_NONE ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE