Lines Matching refs:pSrcShell
1282 void lcl_DoDragObject( ScDocShell* pSrcShell, const String& rName, sal_uInt16 nType, Window* pWin ) in lcl_DoDragObject() argument
1284 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in lcl_DoDragObject()
1303 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragObject()
1304 aObjDesc.maDisplayName = pSrcShell->GetMedium()->GetURLObject().GetURLNoPass(); in lcl_DoDragObject()
1307 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pDragModel, pSrcShell, aObjDesc ); in lcl_DoDragObject()
1320 void lcl_DoDragCells( ScDocShell* pSrcShell, const ScRange& rRange, sal_uInt16 nFlags, Window* pWin… in lcl_DoDragCells() argument
1326 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in lcl_DoDragCells()
1337 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragCells()
1338 aObjDesc.maDisplayName = pSrcShell->GetMedium()->GetURLObject().GetURLNoPass(); in lcl_DoDragCells()
1344 pTransferObj->SetDragSource( pSrcShell, aMark ); in lcl_DoDragCells()
1440 ScDocShell* pSrcShell = NULL; in DoDrag() local
1446 pSrcShell = pDocLoader->GetDocShell(); in DoDrag()
1449 pSrcShell = GetManualOrCurrent(); in DoDrag()
1451 if ( pSrcShell ) in DoDrag()
1453 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in DoDrag()
1459 lcl_DoDragCells( pSrcShell, aRange, SC_DROP_NAVIGATOR, this ); in DoDrag()
1468 lcl_DoDragCells( pSrcShell, aRange, SC_DROP_NAVIGATOR | SC_DROP_TABLE, this ); in DoDrag()
1474 lcl_DoDragObject( pSrcShell, aText, nType, this ); in DoDrag()