Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dgridwin.cxx3598 sal_Int8 nMyAction = rEvt.mnAction; in AcceptDrop() local
3602 if((nMyAction & DND_ACTION_LINK) && (nMyAction & (DND_ACTION_COPYMOVE))) in AcceptDrop()
3604 nMyAction &= ~DND_ACTION_LINK; in AcceptDrop()
3609 if ( rEvt.mbDefault && nMyAction == DND_ACTION_MOVE ) in AcceptDrop()
3610 nMyAction = DND_ACTION_COPY; in AcceptDrop()
3615 if ( pHitObj && nMyAction == DND_ACTION_LINK ) // && !rData.pDrawTransfer ) in AcceptDrop()
3624 nRet = nMyAction; in AcceptDrop()
3632 switch ( nMyAction ) in AcceptDrop()
3638 sal_Bool bMove = ( nMyAction == DND_ACTION_MOVE ); in AcceptDrop()
3666 nRet = nMyAction; in AcceptDrop()
[all …]