Home
last modified time | relevance | path

Searched refs:dropActions (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx170 sal_Int8 DropTarget::determineDropAction(sal_Int8 dropActions, id sender) const in determineDropAction() argument
172 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 …]
H A DDropTarget.hxx144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;