Searched refs:dropActions (Results 1 – 2 of 2) sorted by relevance
170 sal_Int8 DropTarget::determineDropAction(sal_Int8 dropActions, id sender) const in determineDropAction() argument172 sal_Int8 dropAct = dropActions; in determineDropAction()186 if( (dropActions == DNDConstants::ACTION_DEFAULT) in determineDropAction()187 || ((dropActions == mDragSourceSupportedActions) in determineDropAction()196 else if (dropActions != DNDConstants::ACTION_NONE && in determineDropAction()197 dropActions != DNDConstants::ACTION_MOVE && in determineDropAction()198 dropActions != DNDConstants::ACTION_COPY && in determineDropAction()199 dropActions != DNDConstants::ACTION_LINK) in determineDropAction()203 dropAct = dropActions; in determineDropAction()207 if (dropActions & DNDConstants::ACTION_COPY) in determineDropAction()[all …]
144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;