Searched refs:mDragSourceSupportedActions (Results 1 – 4 of 4) sorted by relevance
52 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()
74 sal_Int8 mDragSourceSupportedActions; member in DropTarget
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()[all …]
162 sal_Int8 mDragSourceSupportedActions; member in DropTarget
Completed in 21 milliseconds