Lines Matching refs:pDestShell
2514 ScDocShell* pDestShell = NULL; in MoveTable() local
2535 pDestShell = PTR_CAST( ScDocShell, ((const SfxObjectItem*)pRetItem)->GetShell() ); in MoveTable()
2540 pDestShell = PTR_CAST( ScDocShell, pFrm->GetObjectShell() ); in MoveTable()
2542 if (pDestShell) in MoveTable()
2543 pDestViewSh = pDestShell->GetBestViewShell(); in MoveTable()
2547 pDestShell = ScDocShell::GetShellByNum( nDestDocNo ); in MoveTable()
2549 if (!pDestShell) in MoveTable()
2555 pDestDoc = pDestShell->GetDocument(); in MoveTable()
2599 pDestShell->MakeDrawLayer(); in MoveTable()
2658 pDestShell->GetUndoManager()->AddUndoAction( in MoveTable()
2659 new ScUndoImportTab( pDestShell, nDestTab, in MoveTable()
2665 pDestShell->GetUndoManager()->Clear(); in MoveTable()
2717 pDestShell->PostPaint( 0,0,0, MAXCOL,MAXROW,MAXTAB, in MoveTable()
2724 pDestShell->Broadcast( ScTablesHint( SC_TAB_INSERTED, nDestTab ) ); in MoveTable()
2725 pDestShell->PostPaintExtras(); in MoveTable()
2726 pDestShell->PostPaintGridAll(); in MoveTable()
2731 pDestShell->SetDocumentModified(); in MoveTable()