Searched refs:currentDragSourceActions (Results 1 – 2 of 2) sorted by relevance
395 sal_Int8 currentDragSourceActions = in dragOver() local400 if (currentDragSourceActions & mDefaultActions) { in dragOver()402 sal_Int8 currentAction = currentDragSourceActions; in dragOver()
271 sal_Int8 currentDragSourceActions = in draggingUpdated() local275 if (currentDragSourceActions & mDefaultActions) in draggingUpdated()277 sal_Int8 currentAction = determineDropAction(currentDragSourceActions, sender); in draggingUpdated()