Home
last modified time | relevance | path

Searched refs:DND_ACTION_COPY (Results 1 – 25 of 38) sorted by relevance

12

/aoo42x/main/chart2/source/controller/main/
H A DChartDropTargetHelper.cxx90 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 DdsbrowserDnD.cxx122 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 Dsbagrid.cxx1420 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 Dnavigatortree.cxx453 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 Dtabwin.cxx195 pTransferColumn->StartDrag( this, DND_ACTION_COPY ); in StartDrag()
/aoo42x/main/sw/source/ui/utlui/
H A Dcondedit.cxx63 ? DND_ACTION_COPY in AcceptDrop()
98 nRet = DND_ACTION_COPY; in ExecuteDrop()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportSection.cxx746 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 Dfuinsert.cxx143 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 Dedtdd.cxx444 : DND_ACTION_COPY; in AcceptDrop()
458 nEventAction = DND_ACTION_COPY; in AcceptDrop()
/aoo42x/main/sd/source/ui/view/
H A Dsdview2.cxx368 sal_Int8 nDnDAction = DND_ACTION_COPY; in DoPaste()
548 nRet = DND_ACTION_COPY; in AcceptDrop()
658 nRet = DND_ACTION_COPY; in AcceptDrop()
H A Dtabcontr.cxx290 case DND_ACTION_COPY: in ExecuteDrop()
H A Dsdview3.cxx300 sal_Bool bCopy = ( ( ( mnAction & DND_ACTION_COPY ) != 0 ) || bLink ); in InsertData()
761 mnAction = DND_ACTION_COPY; in InsertData()
H A Dsdview4.cxx269 mnAction = DND_ACTION_COPY; in InsertGraphic()
H A Ddrviews4.cxx553 sal_Int8 nDnDAction = DND_ACTION_COPY; in Command()
H A Ddrviewse.cxx845 sal_Int8 nAction = DND_ACTION_COPY; in FuSupport()
/aoo42x/main/cui/source/dialogs/
H A Dhltpbase.cxx106 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 Dgalctrl.cxx937 nRet = DND_ACTION_COPY; in AcceptDrop()
939 nRet = DND_ACTION_COPY; in AcceptDrop()
H A Dgalbrws2.cxx645 nRet = DND_ACTION_COPY; in AcceptDrop()
649 nRet = DND_ACTION_COPY; in AcceptDrop()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppController.cxx2450 …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 DSlsClipboard.cxx515 sal_Int8 nDragSourceActions (DND_ACTION_COPY); in CreateSlideTransferable()
738 nAction = DND_ACTION_COPY; in AcceptDrop()
/aoo42x/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx225 ( new SvxColorValueSetData( aXFillSetItem ) )->StartDrag( this, DND_ACTION_COPY ); in DoDrag()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbtree.cxx598 pContainer->StartDrag( this, DND_ACTION_COPY | DND_ACTION_LINK, in StartDrag()
/aoo42x/main/svtools/inc/svtools/
H A Dtransfer.hxx68 #define DND_ACTION_COPY ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_COPY macro
/aoo42x/main/sc/source/ui/view/
H A Dselect.cxx119 ( DND_ACTION_COPY | DND_ACTION_LINK ); in BeginDrag()
/aoo42x/main/sfx2/source/dialog/
H A Dtempldlg.cxx256 return DND_ACTION_COPY; in AcceptDrop()
3233 nReturn = DND_ACTION_COPY; in AcceptDrop()

Completed in 174 milliseconds

12