Lines Matching refs:pCellTransfer
3338 if ( rData.pCellTransfer ) in AcceptPrivateDrop()
3341 if ((rEvt.mnAction & DND_ACTION_MOVE) && rData.pCellTransfer->HasFilteredRows()) in AcceptPrivateDrop()
3353 ScDocument* pSourceDoc = rData.pCellTransfer->GetSourceDocument(); in AcceptPrivateDrop()
3379 if ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) // whole sheet? in AcceptPrivateDrop()
3389 ScRange aSourceRange = rData.pCellTransfer->GetRange(); in AcceptPrivateDrop()
3398 nSizeY = rData.pCellTransfer->GetNonFilteredRows(); // copy/link: no filtered rows 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()
3863 return DropTransferObj( rData.pCellTransfer, nDragStartX, nDragStartY, in ExecutePrivateDrop()
4214 if (rData.pCellTransfer) in ExecuteDrop()
4340 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection() local
4341 if ( pCellTransfer ) in PasteSelection()
4344 uno::Reference<datatransfer::XTransferable> xRef( pCellTransfer ); in PasteSelection()
4345 DropTransferObj( pCellTransfer, nPosX, nPosY, aLogicPos, DND_ACTION_COPY ); in PasteSelection()