Lines Matching refs:pWrtShell

99 	sal_Bool bUnLockView = !pWrtShell->IsViewLocked();  in _SetZoom()
100 pWrtShell->LockView( sal_True ); in _SetZoom()
101 pWrtShell->LockPaint(); in _SetZoom()
104 ACT_KONTEXT(pWrtShell); in _SetZoom()
111 const SwPageDesc &rDesc = pWrtShell->GetPageDesc( pWrtShell->GetCurPageDesc() ); in _SetZoom()
113 const SwViewOption *pOpt = pWrtShell->GetViewOptions(); in _SetZoom()
120 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in _SetZoom()
121 const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); in _SetZoom()
195 pWrtShell->ApplyViewOptions( aOpt ); in _SetZoom()
202 aPos.Y() = pWrtShell->GetAnyCurRect(RECT_PAGE).Top() - DOCUMENTBORDER; in _SetZoom()
208 const SwRect &rCharRect = pWrtShell->GetCharRect(); in _SetZoom()
219 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom()
225 pWrtShell->ApplyViewOptions( aOpt ); in _SetZoom()
233 ((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType ); in _SetZoom()
235 pWrtShell->UnlockPaint(); in _SetZoom()
237 pWrtShell->LockView( sal_False ); in _SetZoom()
251 const sal_Bool bUnLockView = !pWrtShell->IsViewLocked(); in SetViewLayout()
252 pWrtShell->LockView( sal_True ); in SetViewLayout()
253 pWrtShell->LockPaint(); in SetViewLayout()
257 ACT_KONTEXT(pWrtShell); in SetViewLayout()
278 const SwViewOption *pOpt = pWrtShell->GetViewOptions(); in SetViewLayout()
286 pWrtShell->ApplyViewOptions( aOpt ); in SetViewLayout()
294 pWrtShell->UnlockPaint(); in SetViewLayout()
296 pWrtShell->LockView( sal_False ); in SetViewLayout()