Searched refs:currentDragSourceActions (Results 1 – 2 of 2) sorted by relevance
396 sal_Int8 currentDragSourceActions = in dragOver() local401 if (currentDragSourceActions & mDefaultActions) { in dragOver()403 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()