Lines Matching refs:mDragSourceSupportedActions
156 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()
380 mDragSourceSupportedActions = DNDConstants::ACTION_NONE; in concludeDragOperation()