Searched refs:currentDragSourceActions (Results 1 – 2 of 2) sorted by relevance
397 sal_Int8 currentDragSourceActions = in dragOver() local402 if (currentDragSourceActions & mDefaultActions) { in dragOver()404 sal_Int8 currentAction = currentDragSourceActions; in dragOver()
273 sal_Int8 currentDragSourceActions = in draggingUpdated() local277 if (currentDragSourceActions & mDefaultActions) in draggingUpdated()279 sal_Int8 currentAction = determineDropAction(currentDragSourceActions, sender); in draggingUpdated()
Completed in 20 milliseconds