| /aoo42x/main/chart2/source/controller/main/ |
| H A D | ChartDropTargetHelper.cxx | 90 if( ( rEvt.mnAction == DND_ACTION_COPY || in AcceptDrop() 106 if( ( rEvt.mnAction == DND_ACTION_COPY || in ExecuteDrop() 160 if( rEvt.mnAction == DND_ACTION_COPY ) in ExecuteDrop() 176 nResult = DND_ACTION_COPY; in ExecuteDrop()
|
| /aoo42x/main/dbaccess/source/ui/browser/ |
| H A D | dsbrowserDnD.cxx | 122 return DND_ACTION_COPY; in queryDrop() 167 return DND_ACTION_COPY; in executeDrop() 181 return DND_ACTION_COPY; in executeDrop() 207 pTransfer->StartDrag( &m_pTreeView->getListBox(), DND_ACTION_COPY ); in requestDrag()
|
| H A D | sbagrid.cxx | 1420 pDataTransfer->StartDrag(this, DND_ACTION_COPY | DND_ACTION_LINK); in DoColumnDrag() 1468 pTransfer->StartDrag(this, DND_ACTION_COPY | DND_ACTION_LINK); in implTransferSelectedRows() 1491 ::svt::OStringTransfer::StartStringDrag(sCellText, this, DND_ACTION_COPY); in DoFieldDrag() 1599 nAction = DND_ACTION_COPY; in AcceptDrop() 1610 if(nAction != DND_ACTION_COPY && GetEmptyRow().Is()) in AcceptDrop() 1614 nAction = DND_ACTION_COPY; in AcceptDrop() 1683 return DND_ACTION_COPY; in ExecuteDrop() 1697 return DND_ACTION_COPY; in ExecuteDrop()
|
| /aoo42x/main/svx/source/form/ |
| H A D | navigatortree.cxx | 453 aContextMenu.EnableItem( SID_COPY, !m_bRootSelected && implAllowExchange( DND_ACTION_COPY ) ); in Command() 821 …= m_aControlExchange.isClipboardOwner() && doingKeyboardCut( ) ? DND_ACTION_MOVE : DND_ACTION_COPY; in implAcceptPaste() 856 return bSelfSource ? ( DND_ACTION_COPYMOVE & _nAction ) : DND_ACTION_COPY; in implAcceptDataTransfer() 886 return DND_ACTION_COPY; in implAcceptDataTransfer() 1063 if ( DND_ACTION_COPY == _nAction ) in implExecuteDataTransfer() 1145 …DBG_ASSERT( DND_ACTION_COPY != _nAction, "NavigatorTree::implExecuteDataTransfer: somebody changed… in implExecuteDataTransfer() 1324 …ansfer( *m_aControlExchange, doingKeyboardCut( ) ? DND_ACTION_MOVE : DND_ACTION_COPY, FirstSelecte… in doPaste() 1335 implExecuteDataTransfer( aClipboardContent, DND_ACTION_COPY, FirstSelected(), sal_False ); in doPaste() 1348 if ( implPrepareExchange( DND_ACTION_COPY ) ) in doCopy()
|
| H A D | tabwin.cxx | 195 pTransferColumn->StartDrag( this, DND_ACTION_COPY ); in StartDrag()
|
| /aoo42x/main/sw/source/ui/utlui/ |
| H A D | condedit.cxx | 63 ? DND_ACTION_COPY in AcceptDrop() 98 nRet = DND_ACTION_COPY; in ExecuteDrop()
|
| /aoo42x/main/reportdesign/source/ui/report/ |
| H A D | ReportSection.cxx | 746 if ( _rEvt.mnAction == DND_ACTION_COPY || in AcceptDrop() 753 if (_rEvt.mnAction == DND_ACTION_COPY ) in AcceptDrop() 767 return DND_ACTION_COPY; in AcceptDrop() 858 nDropOption = DND_ACTION_COPY; in ExecuteDrop()
|
| /aoo42x/main/sd/source/ui/func/ |
| H A D | fuinsert.cxx | 143 sal_Int8 nAction = DND_ACTION_COPY; in DoExecute() 240 sal_Int8 nAction = DND_ACTION_COPY; in DoExecute() 772 sal_Int8 nAction = DND_ACTION_COPY; in DoExecute()
|
| /aoo42x/main/sw/source/ui/docvw/ |
| H A D | edtdd.cxx | 444 : DND_ACTION_COPY; in AcceptDrop() 458 nEventAction = DND_ACTION_COPY; in AcceptDrop()
|
| /aoo42x/main/sd/source/ui/view/ |
| H A D | sdview2.cxx | 368 sal_Int8 nDnDAction = DND_ACTION_COPY; in DoPaste() 548 nRet = DND_ACTION_COPY; in AcceptDrop() 658 nRet = DND_ACTION_COPY; in AcceptDrop()
|
| H A D | tabcontr.cxx | 290 case DND_ACTION_COPY: in ExecuteDrop()
|
| H A D | sdview3.cxx | 300 sal_Bool bCopy = ( ( ( mnAction & DND_ACTION_COPY ) != 0 ) || bLink ); in InsertData() 761 mnAction = DND_ACTION_COPY; in InsertData()
|
| H A D | sdview4.cxx | 269 mnAction = DND_ACTION_COPY; in InsertGraphic()
|
| H A D | drviews4.cxx | 553 sal_Int8 nDnDAction = DND_ACTION_COPY; in Command()
|
| H A D | drviewse.cxx | 845 sal_Int8 nAction = DND_ACTION_COPY; in FuSupport()
|
| /aoo42x/main/cui/source/dialogs/ |
| H A D | hltpbase.cxx | 106 return( IsDropFormatSupported( FORMAT_STRING ) ? DND_ACTION_COPY : DND_ACTION_NONE ); in AcceptDrop() 118 nRet = DND_ACTION_COPY; in ExecuteDrop()
|
| /aoo42x/main/svx/source/gallery2/ |
| H A D | galctrl.cxx | 937 nRet = DND_ACTION_COPY; in AcceptDrop() 939 nRet = DND_ACTION_COPY; in AcceptDrop()
|
| H A D | galbrws2.cxx | 645 nRet = DND_ACTION_COPY; in AcceptDrop() 649 nRet = DND_ACTION_COPY; in AcceptDrop()
|
| /aoo42x/main/dbaccess/source/ui/app/ |
| H A D | AppController.cxx | 2450 …etTreeWindow(), ((eType == E_FORM || eType == E_REPORT) ? DND_ACTION_COPYMOVE : DND_ACTION_COPY) ); in requestDrag() 2474 return DND_ACTION_COPY; in queryDrop() 2477 …sferable::canExtractComponentDescriptor(_rFlavors,eType == E_FORM) ? DND_ACTION_COPY : DND_ACTION_… in queryDrop() 2546 return DND_ACTION_COPY; in executeDrop() 2606 return DND_ACTION_COPY; in executeDrop()
|
| /aoo42x/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsClipboard.cxx | 515 sal_Int8 nDragSourceActions (DND_ACTION_COPY); in CreateSlideTransferable() 738 nAction = DND_ACTION_COPY; in AcceptDrop()
|
| /aoo42x/main/svx/source/tbxctrls/ |
| H A D | colrctrl.cxx | 225 ( new SvxColorValueSetData( aXFillSetItem ) )->StartDrag( this, DND_ACTION_COPY ); in DoDrag()
|
| /aoo42x/main/sw/source/ui/dbui/ |
| H A D | dbtree.cxx | 598 pContainer->StartDrag( this, DND_ACTION_COPY | DND_ACTION_LINK, in StartDrag()
|
| /aoo42x/main/svtools/inc/svtools/ |
| H A D | transfer.hxx | 68 #define DND_ACTION_COPY ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_COPY macro
|
| /aoo42x/main/sc/source/ui/view/ |
| H A D | select.cxx | 119 ( DND_ACTION_COPY | DND_ACTION_LINK ); in BeginDrag()
|
| /aoo42x/main/sfx2/source/dialog/ |
| H A D | templdlg.cxx | 256 return DND_ACTION_COPY; in AcceptDrop() 3233 nReturn = DND_ACTION_COPY; in AcceptDrop()
|