Searched refs:mSelectedDropAction (Results 1 – 4 of 4) sorted by relevance
53 mSelectedDropAction(ACTION_NONE), in DropTarget()151 mSelectedDropAction = dragOperation; in acceptDrag()157 mSelectedDropAction = ACTION_NONE; in rejectDrag()177 mSelectedDropAction = dropOperation; in acceptDrop()183 mSelectedDropAction = ACTION_NONE; in rejectDrop()192 mSelectedDropAction = ACTION_NONE; in dropComplete()384 return OfficeToSystemDragActions( mSelectedDropAction); in dragEnter()416 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in dragOver()433 mSelectedDropAction = ACTION_NONE; in dragLeave()450 if (mSelectedDropAction != ACTION_NONE) { in drop()[all …]
75 sal_Int8 mSelectedDropAction; member in DropTarget
157 mSelectedDropAction(DNDConstants::ACTION_NONE), in DropTarget()267 return OfficeToSystemDragActions(mSelectedDropAction); in draggingEntered()304 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in draggingUpdated()325 mSelectedDropAction = DNDConstants::ACTION_NONE; in draggingExited()340 if (mSelectedDropAction != DNDConstants::ACTION_NONE) in performDragOperation()363 mSelectedDropAction, in performDragOperation()381 mSelectedDropAction = DNDConstants::ACTION_NONE; in concludeDragOperation()471 mSelectedDropAction = dragOperation; in acceptDrag()477 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrag()485 mSelectedDropAction = dropOperation; in acceptDrop()[all …]
163 sal_Int8 mSelectedDropAction; member in DropTarget
Completed in 26 milliseconds