Lines Matching refs:pSh

92 	ViewShell	   *pSh;  member in SwQueuedPaint
97 pSh( pNew ), in SwQueuedPaint()
121 while ( pPt->pSh != pNew && pPt->pNext ) in Add()
123 if ( pPt->pSh == pNew ) in Add()
144 { ViewShell *pSh = pPt->pSh; in Repaint() local
145 SET_CURR_SHELL( pSh ); in Repaint()
146 if ( pSh->IsPreView() ) in Repaint()
148 if ( pSh->GetWin() ) in Repaint()
152 pSh->GetWin()->Invalidate(); in Repaint()
153 pSh->GetWin()->Update(); in Repaint()
157 pSh->Paint( pPt->aRect.SVRect() ); in Repaint()
171 void SwPaintQueue::Remove( ViewShell *pSh ) in Remove() argument
177 while ( pPt && pPt->pSh != pSh ) in Remove()
195 void SetSwVisArea( ViewShell *pSh, const SwRect &rRect /*, sal_Bool bPDFExport*/ ) in SetSwVisArea() argument
197 ASSERT( !pSh->GetWin(), "Drucken mit Window?" ); in SetSwVisArea()
198 pSh->aVisArea = rRect; in SetSwVisArea()
199 pSh->Imp()->SetFirstVisPageInvalid(); in SetSwVisArea()
208 OutputDevice *pOut = pSh->GetOut(); in SetSwVisArea()
603 ViewShell *pSh; in PrtOle2() local
605pSh = new ViewShell( *pDoc->GetCurrentViewShell(), 0, pOleOut,VSHELLFLAG_SHARELAYOUT );//swmod 080… in PrtOle2()
607 pSh = new ViewShell( *pDoc, 0, pOpt, pOleOut);//swmod 080129 in PrtOle2()
610 SET_CURR_SHELL( pSh ); in PrtOle2()
611 pSh->PrepareForPrint( rOptions ); in PrtOle2()
612 pSh->SetPrtFormatOption( sal_True ); in PrtOle2()
615 pSh->aVisArea = aSwRect; in PrtOle2()
617 if ( pSh->GetViewOptions()->getBrowseMode() && in PrtOle2()
618 pSh->GetNext() == pSh ) in PrtOle2()
620 pSh->CheckBrowseView( sal_False ); in PrtOle2()
621 pSh->GetLayout()->Lower()->InvalidateSize(); in PrtOle2()
637 pSh->GetLayout()->Paint( aSwRect ); in PrtOle2()
643 delete pSh; in PrtOle2()