Searched refs:mDragSourceSupportedActions (Results 1 – 4 of 4) sorted by relevance
51 mDragSourceSupportedActions(ACTION_NONE), in DropTarget()190 mDragSourceSupportedActions = ACTION_NONE; in dropComplete()332 mDragSourceSupportedActions = in dragEnter()337 if (mDragSourceSupportedActions & mDefaultActions) { in dragEnter()340 sal_Int8 currentAction = mDragSourceSupportedActions; in dragEnter()370 mDragSourceSupportedActions); in dragEnter()375 mDragSourceSupportedActions, in dragEnter()411 mDragSourceSupportedActions); in dragOver()431 mDragSourceSupportedActions = ACTION_NONE; in dragLeave()504 mDragSourceSupportedActions, in renderComplete()
74 sal_Int8 mDragSourceSupportedActions; member in DropTarget
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()[all …]
162 sal_Int8 mDragSourceSupportedActions; member in DropTarget