Lines Matching refs:ret
42 sal_Int8 ret= 0; in dndOleKeysToAction() local
52 ret= ACTION_DEFAULT | ACTION_MOVE; in dndOleKeysToAction()
57 ret= ACTION_COPY; in dndOleKeysToAction()
62 ret= ACTION_LINK; in dndOleKeysToAction()
66 ret = 0; in dndOleKeysToAction()
71 ret= ACTION_MOVE; in dndOleKeysToAction()
76 ret= ACTION_COPY; in dndOleKeysToAction()
81 ret= ACTION_LINK; in dndOleKeysToAction()
86 ret= ACTION_COPY_OR_MOVE | ACTION_LINK; in dndOleKeysToAction()
88 return ret; in dndOleKeysToAction()
94 sal_Int8 ret= ACTION_NONE; in dndOleDropEffectsToActions() local
96 ret |= ACTION_COPY; in dndOleDropEffectsToActions()
98 ret |= ACTION_MOVE; in dndOleDropEffectsToActions()
100 ret |= ACTION_LINK; in dndOleDropEffectsToActions()
102 return ret; in dndOleDropEffectsToActions()
107 DWORD ret= DROPEFFECT_NONE; in dndActionsToDropEffects() local
109 ret |= DROPEFFECT_MOVE; in dndActionsToDropEffects()
111 ret |= DROPEFFECT_COPY; in dndActionsToDropEffects()
113 ret |= DROPEFFECT_LINK; in dndActionsToDropEffects()
115 ret |= DROPEFFECT_COPY; in dndActionsToDropEffects()
116 return ret; in dndActionsToDropEffects()