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