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.cxx52 mDragSourceSupportedActions(ACTION_NONE), in DropTarget()
191 mDragSourceSupportedActions = ACTION_NONE; in dropComplete()
333 mDragSourceSupportedActions = in dragEnter()
338 if (mDragSourceSupportedActions & mDefaultActions) { in dragEnter()
341 sal_Int8 currentAction = mDragSourceSupportedActions; in dragEnter()
371 mDragSourceSupportedActions); in dragEnter()
376 mDragSourceSupportedActions, in dragEnter()
412 mDragSourceSupportedActions); in dragOver()
432 mDragSourceSupportedActions = ACTION_NONE; in dragLeave()
505 mDragSourceSupportedActions, in renderComplete()
H A DDropTarget.hxx74 sal_Int8 mDragSourceSupportedActions; member in DropTarget
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx156 mDragSourceSupportedActions(DNDConstants::ACTION_NONE), in DropTarget()
189 || ((dropActions == mDragSourceSupportedActions) in determineDropAction()
190 && !(~mDragSourceSupportedActions & DNDConstants::ACTION_COPY_OR_MOVE ) ) ) in determineDropAction()
230 mDragSourceSupportedActions = SystemToOfficeDragActions([sender draggingSourceOperationMask]); in draggingEntered()
234 if (mDragSourceSupportedActions & mDefaultActions) in draggingEntered()
236 sal_Int8 currentAction = determineDropAction(mDragSourceSupportedActions, sender); in draggingEntered()
261 mDragSourceSupportedActions, in draggingEntered()
297 mDragSourceSupportedActions); in draggingUpdated()
324 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in draggingExited()
366 mDragSourceSupportedActions, in performDragOperation()
[all …]
H A DDropTarget.hxx162 sal_Int8 mDragSourceSupportedActions; member in DropTarget

Completed in 59 milliseconds