Lines Matching refs:pShell
495 ViewShell *pShell; in PrintOrPDFExport() local
505 pShell = new ViewShell( *this, 0, pOutDev ); in PrintOrPDFExport()
507 SdrView *pDrawView = pShell->GetDrawView(); in PrintOrPDFExport()
517 SET_CURR_SHELL( pShell ); in PrintOrPDFExport()
521 pShell->pOpt->SetReadonly( sal_True ); in PrintOrPDFExport()
524 SwDrawViewSave aDrawViewSave( pShell->GetDrawView() ); in PrintOrPDFExport()
526 pShell->PrepareForPrint( rPrintData ); in PrintOrPDFExport()
552 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
568 pShell->InitPrt( pOutDev ); in PrintOrPDFExport()
571 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
579 delete pShell; in PrintOrPDFExport()