Home
last modified time | relevance | path

Searched refs:OfficeToSystemDragActions (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx383 return OfficeToSystemDragActions( mSelectedDropAction); in dragEnter()
415 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in dragOver()
470 dropOp = OfficeToSystemDragActions(mSelectedDropAction); in drop()
H A Dglobals.hxx50 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions);
H A Dglobals.cxx39 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions) in OfficeToSystemDragActions() function
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx265 return OfficeToSystemDragActions(mSelectedDropAction); in draggingEntered()
302 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in draggingUpdated()
H A DDragActionConversion.hxx36 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions);
H A DDragActionConversion.cxx35 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions) in OfficeToSystemDragActions() function
H A DDragSource.cxx335 unsigned int srcActions = OfficeToSystemDragActions(mDragSourceActions); in getSupportedDragOperations()