Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx52 mDragSourceSupportedActions(ACTION_NONE), in DropTarget()
53 mSelectedDropAction(ACTION_NONE), in DropTarget()
157 mSelectedDropAction = ACTION_NONE; in rejectDrag()
183 mSelectedDropAction = ACTION_NONE; in rejectDrop()
191 mDragSourceSupportedActions = ACTION_NONE; in dropComplete()
192 mSelectedDropAction = ACTION_NONE; in dropComplete()
432 mDragSourceSupportedActions = ACTION_NONE; in dragLeave()
433 mSelectedDropAction = ACTION_NONE; in dragLeave()
450 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()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx156 mDragSourceSupportedActions(DNDConstants::ACTION_NONE), in DropTarget()
157 mSelectedDropAction(DNDConstants::ACTION_NONE), in DropTarget()
198 else if (dropActions != DNDConstants::ACTION_NONE && in determineDropAction()
324 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in draggingExited()
325 mSelectedDropAction = DNDConstants::ACTION_NONE; in draggingExited()
340 if (mSelectedDropAction != DNDConstants::ACTION_NONE) in performDragOperation()
380 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in concludeDragOperation()
381 mSelectedDropAction = DNDConstants::ACTION_NONE; in concludeDragOperation()
477 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrag()
491 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrop()
H A DDragActionConversion.cxx63 sal_Int8 actions = DNDConstants::ACTION_NONE; in SystemToOfficeDragActions()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1824 dsde.DropAction = DNDConstants::ACTION_NONE; in handleSelectionRequest()
2251 aEvent.DropAction = DNDConstants::ACTION_NONE; in handleDropEvent()
2416 nNewDragAction = DNDConstants::ACTION_NONE; in sendDragStatus()
2647 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2758 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2800 …if( it->second.m_pTarget->m_bActive && m_nUserDragAction != DNDConstants::ACTION_NONE && m_bLastDr… in handleDragEvent()
2899 dsde.DropAction = DNDConstants::ACTION_NONE; in handleDragEvent()
2950 dsde.DropAction = DNDConstants::ACTION_NONE; in reject()
3227 aDragFailedEvent.DropAction = DNDConstants::ACTION_NONE; in startDrag()
3509 dsde.DropAction = DNDConstants::ACTION_NONE; in dragDoDispatch()
[all …]
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DDNDConstants.idl42 const byte ACTION_NONE = 0x00;
/trunk/main/sot/inc/sot/
H A Dexchange.hxx106 …ION_NONE ((sal_uInt16)com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE)
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx196 const sal_uInt16 ACTION_NONE = 0; variable
1369 nAction = ACTION_NONE; in getKeyboardAction()
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx67 #define DND_ACTION_NONE ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_NONE

Completed in 87 milliseconds