Home
last modified time | relevance | path

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

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

Completed in 43 milliseconds