Lines Matching refs:ViewShell

92 	ViewShell	   *pSh;
95 SwQueuedPaint( ViewShell *pNew, const SwRect &rRect ) : in SwQueuedPaint()
116 void SwPaintQueue::Add( ViewShell *pNew, const SwRect &rNew ) in Add()
144 { ViewShell *pSh = pPt->pSh; in Repaint()
171 void SwPaintQueue::Remove( ViewShell *pSh ) in Remove()
195 void SetSwVisArea( ViewShell *pSh, const SwRect &rRect /*, sal_Bool bPDFExport*/ ) in SetSwVisArea()
217 void ViewShell::InitPrt( OutputDevice *pOutDev ) in InitPrt()
249 void ViewShell::ChgAllPageOrientation( sal_uInt16 eOri ) in ChgAllPageOrientation()
296 void ViewShell::ChgAllPageSize( Size &rSz ) in ChgAllPageSize()
331 void ViewShell::CalcPagesForPrint( sal_uInt16 nMax ) in CalcPagesForPrint()
364 SwDoc * ViewShell::FillPrtDoc( SwDoc *pPrtDoc, const SfxPrinter* pPrt) in FillPrtDoc()
474 sal_Bool ViewShell::PrintOrPDFExport( in PrintOrPDFExport()
495 ViewShell *pShell; in PrintOrPDFExport()
505 pShell = new ViewShell( *this, 0, pOutDev ); in PrintOrPDFExport()
551 ViewShell *pViewSh2 = nPage == 0 ? /* post-it page? */ in PrintOrPDFExport()
597 void ViewShell::PrtOle2( SwDoc *pDoc, const SwViewOption *pOpt, const SwPrintData& rOptions, in PrtOle2()
603 ViewShell *pSh; in PrtOle2()
605 …pSh = new ViewShell( *pDoc->GetCurrentViewShell(), 0, pOleOut,VSHELLFLAG_SHARELAYOUT );//swmod 080… in PrtOle2()
607 pSh = new ViewShell( *pDoc, 0, pOpt, pOleOut);//swmod 080129 in PrtOle2()
655 sal_Bool ViewShell::IsAnyFieldInDoc() const in IsAnyFieldInDoc()
717 void ViewShell::PrepareForPrint( const SwPrintData &rOptions ) in PrepareForPrint()