Searched refs:dragActions (Results 1 – 4 of 4) sorted by relevance
35 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions) in OfficeToSystemDragActions() argument39 if (dragActions & DNDConstants::ACTION_COPY) in OfficeToSystemDragActions()44 if (dragActions & DNDConstants::ACTION_MOVE) in OfficeToSystemDragActions()49 if (dragActions & DNDConstants::ACTION_LINK) in OfficeToSystemDragActions()61 sal_Int8 SystemToOfficeDragActions(unsigned int dragActions) in SystemToOfficeDragActions() argument65 if (dragActions & NSDragOperationCopy) in SystemToOfficeDragActions()70 if (dragActions & NSDragOperationMove) in SystemToOfficeDragActions()75 if (dragActions & NSDragOperationLink) in SystemToOfficeDragActions()82 if (dragActions & NSDragOperationGeneric) in SystemToOfficeDragActions()
36 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions);42 sal_Int8 SystemToOfficeDragActions(unsigned int dragActions);
39 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions) in OfficeToSystemDragActions() argument43 if (dragActions & ACTION_COPY) in OfficeToSystemDragActions()48 if (dragActions & ACTION_MOVE) in OfficeToSystemDragActions()53 if (dragActions & ACTION_LINK) in OfficeToSystemDragActions()58 debug_printf("OfficeToSystemDragActions %d->0x%x", dragActions, actions); in OfficeToSystemDragActions()
50 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions);
Completed in 19 milliseconds