Lines Matching refs:pCellTransfer
3323 if ( rData.pCellTransfer ) in AcceptPrivateDrop()
3326 if ((rEvt.mnAction & DND_ACTION_MOVE) && rData.pCellTransfer->HasFilteredRows()) in AcceptPrivateDrop()
3338 ScDocument* pSourceDoc = rData.pCellTransfer->GetSourceDocument(); in AcceptPrivateDrop()
3364 if ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) // whole sheet? in AcceptPrivateDrop()
3374 ScRange aSourceRange = rData.pCellTransfer->GetRange(); in AcceptPrivateDrop()
3383 nSizeY = rData.pCellTransfer->GetNonFilteredRows(); // copy/link: no filtered rows 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()
3848 return DropTransferObj( rData.pCellTransfer, nDragStartX, nDragStartY, in ExecutePrivateDrop()
4199 if (rData.pCellTransfer) in ExecuteDrop()
4325 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection() local
4326 if ( pCellTransfer ) in PasteSelection()
4329 uno::Reference<datatransfer::XTransferable> xRef( pCellTransfer ); in PasteSelection()
4330 DropTransferObj( pCellTransfer, nPosX, nPosY, aLogicPos, DND_ACTION_COPY ); in PasteSelection()