Home
last modified time | relevance | path

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

/aoo41x/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.cxx3323 if ( rData.pCellTransfer ) in AcceptPrivateDrop()
3338 ScDocument* pSourceDoc = rData.pCellTransfer->GetSourceDocument(); in AcceptPrivateDrop()
3374 ScRange aSourceRange = rData.pCellTransfer->GetRange(); in AcceptPrivateDrop()
3385 SCsCOL nNewDragX = nPosX - rData.pCellTransfer->GetDragHandleX(); in AcceptPrivateDrop()
3389 SCsROW nNewDragY = nPosY - rData.pCellTransfer->GetDragHandleY(); in AcceptPrivateDrop()
3561 if ( rData.pCellTransfer ) in AcceptDrop()
3573 if (rData.pCellTransfer) in AcceptDrop()
3575 ScRange aSource = rData.pCellTransfer->GetRange(); in AcceptDrop()
4199 if (rData.pCellTransfer) in ExecuteDrop()
4325 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection() local
[all …]
/aoo41x/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()
/aoo41x/main/sc/inc/
H A Dscmod.hxx94 ScTransferObj* pCellTransfer; member

Completed in 235 milliseconds