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.cxx3319 if ( rData.pCellTransfer ) in AcceptPrivateDrop()
3322 if ((rEvt.mnAction & DND_ACTION_MOVE) && rData.pCellTransfer->HasFilteredRows()) in AcceptPrivateDrop()
3334 ScDocument* pSourceDoc = rData.pCellTransfer->GetSourceDocument(); in AcceptPrivateDrop()
3359 if ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) // whole sheet? in AcceptPrivateDrop()
3369 ScRange aSourceRange = rData.pCellTransfer->GetRange(); in AcceptPrivateDrop()
3378 nSizeY = rData.pCellTransfer->GetNonFilteredRows(); // copy/link: no filtered rows in AcceptPrivateDrop()
3380 SCsCOL nNewDragX = nPosX - rData.pCellTransfer->GetDragHandleX(); in AcceptPrivateDrop()
3384 SCsROW nNewDragY = nPosY - rData.pCellTransfer->GetDragHandleY(); in AcceptPrivateDrop()
3556 if ( rData.pCellTransfer ) in AcceptDrop()
3567 if (rData.pCellTransfer) in AcceptDrop()
[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