Lines Matching refs:actions
41 MRESULT actions = MRFROM2SHORT( DOR_NODROP, 0); in OfficeToSystemDragActions() local
45 actions = MRFROM2SHORT( DOR_DROP, DO_COPY); in OfficeToSystemDragActions()
50 actions = MRFROM2SHORT( DOR_DROP, DO_MOVE); in OfficeToSystemDragActions()
55 actions = MRFROM2SHORT( DOR_DROP, DO_LINK); in OfficeToSystemDragActions()
58 debug_printf("OfficeToSystemDragActions %d->0x%x", dragActions, actions); in OfficeToSystemDragActions()
59 return actions; in OfficeToSystemDragActions()
69 sal_Int8 actions = ACTION_NONE; in SystemToOfficeDragActions() local
75 actions |= ACTION_MOVE; in SystemToOfficeDragActions()
78 actions |= ACTION_MOVE; in SystemToOfficeDragActions()
81 actions |= ACTION_COPY; in SystemToOfficeDragActions()
84 actions |= ACTION_LINK; in SystemToOfficeDragActions()
88 debug_printf("SystemToOfficeDragActions 0x%x->%d", usOperation, actions); in SystemToOfficeDragActions()
89 return actions; in SystemToOfficeDragActions()