Searched refs:mSelectedDropAction (Results 1 – 4 of 4) sorted by relevance
52 mSelectedDropAction(ACTION_NONE), in DropTarget()150 mSelectedDropAction = dragOperation; in acceptDrag()156 mSelectedDropAction = ACTION_NONE; in rejectDrag()176 mSelectedDropAction = dropOperation; in acceptDrop()182 mSelectedDropAction = ACTION_NONE; in rejectDrop()191 mSelectedDropAction = ACTION_NONE; in dropComplete()383 return OfficeToSystemDragActions( mSelectedDropAction); in dragEnter()415 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in dragOver()432 mSelectedDropAction = ACTION_NONE; in dragLeave()449 if (mSelectedDropAction != ACTION_NONE) { in drop()[all …]
75 sal_Int8 mSelectedDropAction; member in DropTarget
155 mSelectedDropAction(DNDConstants::ACTION_NONE), in DropTarget()265 return OfficeToSystemDragActions(mSelectedDropAction); in draggingEntered()302 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in draggingUpdated()323 mSelectedDropAction = DNDConstants::ACTION_NONE; in draggingExited()338 if (mSelectedDropAction != DNDConstants::ACTION_NONE) in performDragOperation()361 mSelectedDropAction, in performDragOperation()379 mSelectedDropAction = DNDConstants::ACTION_NONE; in concludeDragOperation()469 mSelectedDropAction = dragOperation; in acceptDrag()475 mSelectedDropAction = DNDConstants::ACTION_NONE; in rejectDrag()483 mSelectedDropAction = dropOperation; in acceptDrop()[all …]
163 sal_Int8 mSelectedDropAction; member in DropTarget