Home
last modified time | relevance | path

Searched refs:pCellTransfer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx509 if ( rData.pCellTransfer && ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) && in ExecuteDrop()
510 rData.pCellTransfer->GetSourceDocument() == pDoc ) in ExecuteDrop()
516 if ( nPos == rData.pCellTransfer->GetVisibleTab() && rEvt.mnAction == DND_ACTION_MOVE ) in ExecuteDrop()
528 rData.pCellTransfer->SetDragWasInternal(); // don't delete in ExecuteDrop()
550 if ( rData.pCellTransfer && ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) && in AcceptDrop()
551 rData.pCellTransfer->GetSourceDocument() == pDoc ) in AcceptDrop()
H A Dgridwin.cxx3338 if ( rData.pCellTransfer ) in AcceptPrivateDrop()
3353 ScDocument* pSourceDoc = rData.pCellTransfer->GetSourceDocument(); in AcceptPrivateDrop()
3389 ScRange aSourceRange = rData.pCellTransfer->GetRange(); in AcceptPrivateDrop()
3400 SCsCOL nNewDragX = nPosX - rData.pCellTransfer->GetDragHandleX(); in AcceptPrivateDrop()
3404 SCsROW nNewDragY = nPosY - rData.pCellTransfer->GetDragHandleY(); in AcceptPrivateDrop()
3576 if ( rData.pCellTransfer ) in AcceptDrop()
3588 if (rData.pCellTransfer) in AcceptDrop()
3590 ScRange aSource = rData.pCellTransfer->GetRange(); in AcceptDrop()
4214 if (rData.pCellTransfer) in ExecuteDrop()
4340 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection() local
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx200 if ( pScMod->GetDragData().pCellTransfer == this ) in ~ScTransferObj()
505 if ( pScMod->GetDragData().pCellTransfer == this ) in DragFinished()
H A Dscmod.cxx656 aDragData.pCellTransfer = NULL; in ResetDragObject()
670 aDragData.pCellTransfer = pCellObj; in SetDragObject()
/trunk/main/sc/inc/
H A Dscmod.hxx94 ScTransferObj* pCellTransfer; member

Completed in 86 milliseconds