Searched refs:dropActions (Results 1 – 2 of 2) sorted by relevance
174 sal_Int8 dropAct = dropActions; in determineDropAction()188 if( (dropActions == DNDConstants::ACTION_DEFAULT) in determineDropAction()189 || ((dropActions == mDragSourceSupportedActions) in determineDropAction()198 else if (dropActions != DNDConstants::ACTION_NONE && in determineDropAction()199 dropActions != DNDConstants::ACTION_MOVE && in determineDropAction()200 dropActions != DNDConstants::ACTION_COPY && in determineDropAction()201 dropActions != DNDConstants::ACTION_LINK) in determineDropAction()205 dropAct = dropActions; in determineDropAction()209 if (dropActions & DNDConstants::ACTION_COPY) in determineDropAction()211 else if (dropActions & DNDConstants::ACTION_MOVE) in determineDropAction()[all …]
144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;
Completed in 15 milliseconds