Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/dtrans/
H A DDragActionConversion.cxx35 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions) in OfficeToSystemDragActions() argument
39 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() argument
65 if (dragActions & NSDragOperationCopy) in SystemToOfficeDragActions()
70 if (dragActions & NSDragOperationMove) in SystemToOfficeDragActions()
75 if (dragActions & NSDragOperationLink) in SystemToOfficeDragActions()
82 if (dragActions & NSDragOperationGeneric) in SystemToOfficeDragActions()
H A DDragActionConversion.hxx36 unsigned int OfficeToSystemDragActions(sal_Int8 dragActions);
42 sal_Int8 SystemToOfficeDragActions(unsigned int dragActions);
/trunk/main/dtrans/source/os2/dnd/
H A Dglobals.cxx39 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions) in OfficeToSystemDragActions() argument
43 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()
H A Dglobals.hxx50 MRESULT OfficeToSystemDragActions( sal_Int8 dragActions);

Completed in 24 milliseconds