Lines Matching refs:pSh

191         const ViewShell *pSh = getRootFrm()->GetCurrShell();  in CheckDirection()  local
192 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection()
205 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CheckDirection() local
206 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection()
219 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CheckDirection() local
220 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection()
239 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CheckDirection() local
240 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection()
249 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CheckDirection() local
250 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CheckDirection()
1421 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in AdjustNeighbourhood() local
1422 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in AdjustNeighbourhood()
1921 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in GrowFrm() local
1922 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm()
2447 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in GrowFrm() local
2448 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in GrowFrm()
2616 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in ShrinkFrm() local
2617 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in ShrinkFrm()
3374 const ViewShell *pSh = getRootFrm()->GetCurrShell(); in CalcRel() local
3375 const sal_Bool bBrowseMode = pSh && pSh->GetViewOptions()->getBrowseMode(); in CalcRel()
3376 if( pRel->IsPageBodyFrm() && pSh && bBrowseMode && pSh->VisArea().Width() ) in CalcRel()
3378 nRel = pSh->GetBrowseWidth(); in CalcRel()
3477 ViewShell *pSh = getRootFrm()->GetCurrShell(); in FormatWidthCols() local
3478 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in FormatWidthCols()
3993 ViewShell *pSh = getRootFrm()->GetCurrShell(); in InvalidateAllCntnt() local
3994 if( pSh ) in InvalidateAllCntnt()
3995 pSh->InvalidateWindows( Frm() ); in InvalidateAllCntnt()