Home
last modified time | relevance | path

Searched refs:mDragSourceSupportedActions (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx51 mDragSourceSupportedActions(ACTION_NONE), in DropTarget()
190 mDragSourceSupportedActions = ACTION_NONE; in dropComplete()
332 mDragSourceSupportedActions = in dragEnter()
337 if (mDragSourceSupportedActions & mDefaultActions) { in dragEnter()
340 sal_Int8 currentAction = mDragSourceSupportedActions; in dragEnter()
370 mDragSourceSupportedActions); in dragEnter()
375 mDragSourceSupportedActions, in dragEnter()
411 mDragSourceSupportedActions); in dragOver()
431 mDragSourceSupportedActions = ACTION_NONE; in dragLeave()
504 mDragSourceSupportedActions, in renderComplete()
H A DDropTarget.hxx74 sal_Int8 mDragSourceSupportedActions; member in DropTarget
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx154 mDragSourceSupportedActions(DNDConstants::ACTION_NONE), in DropTarget()
187 || ((dropActions == mDragSourceSupportedActions) in determineDropAction()
188 && !(~mDragSourceSupportedActions & DNDConstants::ACTION_COPY_OR_MOVE ) ) ) in determineDropAction()
228 mDragSourceSupportedActions = SystemToOfficeDragActions([sender draggingSourceOperationMask]); in draggingEntered()
232 if (mDragSourceSupportedActions & mDefaultActions) in draggingEntered()
234 sal_Int8 currentAction = determineDropAction(mDragSourceSupportedActions, sender); in draggingEntered()
259 mDragSourceSupportedActions, in draggingEntered()
295 mDragSourceSupportedActions); in draggingUpdated()
322 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in draggingExited()
364 mDragSourceSupportedActions, in performDragOperation()
[all …]
H A DDropTarget.hxx162 sal_Int8 mDragSourceSupportedActions; member in DropTarget