Lines Matching refs:nMyAction
3604 sal_Int8 nMyAction = rEvt.mnAction; in AcceptDrop() local
3608 if((nMyAction & DND_ACTION_LINK) && (nMyAction & (DND_ACTION_COPYMOVE))) in AcceptDrop()
3610 nMyAction &= ~DND_ACTION_LINK; in AcceptDrop()
3615 if ( rEvt.mbDefault && nMyAction == DND_ACTION_MOVE ) in AcceptDrop()
3616 nMyAction = DND_ACTION_COPY; in AcceptDrop()
3621 if ( pHitObj && nMyAction == DND_ACTION_LINK ) // && !rData.pDrawTransfer ) in AcceptDrop()
3630 nRet = nMyAction; in AcceptDrop()
3638 switch ( nMyAction ) in AcceptDrop()
3644 sal_Bool bMove = ( nMyAction == DND_ACTION_MOVE ); in AcceptDrop()
3672 nRet = nMyAction; in AcceptDrop()
3687 nRet = nMyAction; in AcceptDrop()