Home
last modified time | relevance | path

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

/aoo4110/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 11 milliseconds