Lines Matching refs:nMyAction
3619 sal_Int8 nMyAction = rEvt.mnAction; in AcceptDrop() local
3623 if((nMyAction & DND_ACTION_LINK) && (nMyAction & (DND_ACTION_COPYMOVE))) in AcceptDrop()
3625 nMyAction &= ~DND_ACTION_LINK; in AcceptDrop()
3630 if ( rEvt.mbDefault && nMyAction == DND_ACTION_MOVE ) in AcceptDrop()
3631 nMyAction = DND_ACTION_COPY; in AcceptDrop()
3636 if ( pHitObj && nMyAction == DND_ACTION_LINK ) // && !rData.pDrawTransfer ) in AcceptDrop()
3645 nRet = nMyAction; in AcceptDrop()
3653 switch ( nMyAction ) in AcceptDrop()
3659 sal_Bool bMove = ( nMyAction == DND_ACTION_MOVE ); in AcceptDrop()
3687 nRet = nMyAction; in AcceptDrop()
3702 nRet = nMyAction; in AcceptDrop()