Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx133 else if(DND_ACTION_LINK == mnAction in InsertGraphic()
309 if( mnAction == DND_ACTION_LINK && pPickObj && pPV && pPickObj->ISA( SdrMediaObj ) ) in InsertMediaURL()
398 const bool bLink = ( ( nTempAction & DND_ACTION_LINK ) != 0 ); in IMPL_LINK()
473 else if( mnAction & DND_ACTION_LINK ) in IMPL_LINK()
H A Dsdview2.cxx232 pTransferable->StartDrag( &rWindow, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in CreateDragDataObject()
536 if(pDragTransferable && (nDropAction & DND_ACTION_LINK)) in AcceptDrop()
552 if( !( nDropAction & DND_ACTION_LINK ) || in AcceptDrop()
593 …( bDrawing || bGraphic || bMtf || bBitmap || bBookmark ) && ( nDropAction & DND_ACTION_LINK ) ) ) ) in AcceptDrop()
H A Dsdview3.cxx299 sal_Bool bLink = ( ( mnAction & DND_ACTION_LINK ) != 0 ); in InsertData()
324 if(pImplementation && (rDnDAction & DND_ACTION_LINK)) in InsertData()
763 …else if( ( mnAction & DND_ACTION_LINK ) && pPickObj && pObj && !pPickObj->ISA( SdrGrafObj ) && !pP… in InsertData()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx252 pJoin->StartDrag(this, DND_ACTION_LINK, this); in StartDrag()
315 nDND_Action = DND_ACTION_LINK; in AcceptDrop()
361 return DND_ACTION_LINK; in ExecuteDrop()
H A DSelectionBrowseBox.cxx1483 nDropAction = DND_ACTION_LINK; in AcceptDrop()
1506 return DND_ACTION_LINK; in ExecuteDrop()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx747 _rEvt.mnAction == DND_ACTION_LINK in AcceptDrop()
760 return DND_ACTION_LINK; in AcceptDrop()
762 if (_rEvt.mnAction == DND_ACTION_LINK) in AcceptDrop()
H A DReportController.cxx3373 if ( bLabelAboveTextField || nDNDAction == DND_ACTION_LINK ) in addPairControls()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1315 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragObject()
1349 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragCells()
1495 pTransferObj->StartDrag( this, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in DoDrag()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx118 ( DND_ACTION_COPYMOVE | DND_ACTION_LINK ) : in BeginDrag()
119 ( DND_ACTION_COPY | DND_ACTION_LINK ); in BeginDrag()
H A Ddrawvie4.cxx188 pTransferObj->StartDrag( pWindow, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in BeginDrag()
H A Dgridwin.cxx3623 if((nMyAction & DND_ACTION_LINK) && (nMyAction & (DND_ACTION_COPYMOVE))) in AcceptDrop()
3625 nMyAction &= ~DND_ACTION_LINK; in AcceptDrop()
3636 if ( pHitObj && nMyAction == DND_ACTION_LINK ) // && !rData.pDrawTransfer ) in AcceptDrop()
3691 case DND_ACTION_LINK: in AcceptDrop()
3891 sal_Bool bIsLink = ( nDndAction == DND_ACTION_LINK ); in DropTransferObj()
4258 sal_Bool bIsLink = ( rEvt.mnAction == DND_ACTION_LINK ); in ExecuteDrop()
H A Dtabcont.cxx480 pTransferObj->StartDrag( pWindow, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in DoDrag()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx700 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in SvLBox()
725 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in SvLBox()
/trunk/main/dbaccess/source/ui/browser/
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()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx598 pContainer->StartDrag( this, DND_ACTION_COPY | DND_ACTION_LINK, in StartDrag()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx154 pDataContainer->StartDrag( this, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in StartDrag()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1242 if(bPrivateDrop && DND_ACTION_LINK == nDropAction) in PasteData()
2377 || DND_ACTION_LINK == nDropAction) in _PasteGrf()
3226 sal_Int8 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in StartDrag()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx391 return DND_ACTION_LINK; in ExecuteDrop()
513 if ((m_pImpl->nDropAction == DND_ACTION_LINK) && (aPossibleTypes.Count() > 1))
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx149 nAction = DND_ACTION_LINK; in DoExecute()
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx71 #define DND_ACTION_LINK ::com::sun::star::datatransfer::dnd::DNDConstants::ACTION_LINK macro
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1116 sal_Int8 nDragMode = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in StartDrag()
1811 rDragMode &= ~( DND_ACTION_MOVE | DND_ACTION_LINK ); in FillTransferData()
H A Dglbltree.cxx342 nRet = DND_ACTION_LINK; in AcceptDrop()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1386 pTransferable->StartDrag( pWindow, DND_ACTION_COPY | DND_ACTION_LINK ); in StartDrag()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1396 nDNDActions = DND_ACTION_LINK; // #93240# Either COPY *or* LINK, never both! in DoDrag()

Completed in 198 milliseconds