Home
last modified time | relevance | path

Searched refs:mSelectedDropAction (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx52 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 …]
H A DDropTarget.hxx75 sal_Int8 mSelectedDropAction; member in DropTarget
/AOO42X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx155 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 …]
H A DDropTarget.hxx163 sal_Int8 mSelectedDropAction; member in DropTarget