Lines Matching refs:GetLayout

189     const bool bIsShellForCheckViewLayout = ( this == GetLayout()->GetCurrShell() );  in ImplEndAction()
202 SwLayAction aAction( GetLayout(), Imp() ); in ImplEndAction()
211 GetLayout()->CheckViewLayout( GetViewOptions(), &aVisArea ); in ImplEndAction()
248 SwRootFrm* pCurrentLayout = GetLayout(); in ImplEndAction()
566 const SwFrm* pRoot = GetLayout(); in MakeVisible()
622 return GetLayout()->GetPagePos( nPageNum ); in GetPagePos()
638 return GetLayout() ? GetLayout()->GetPageNum() : 0; in GetNumPages()
643 return GetLayout() ? GetLayout()->IsDummyPage( nPageNum ) : 0; in IsDummyPage()
751 SwLayIdle aIdle( GetLayout(), Imp() ); in LayoutIdle()
769 rSh.GetLayout()->InvalidateAllCntnt( nInv ); in lcl_InvalidateAllCntnt()
794 _rSh.GetLayout()->InvalidateAllObjPos(); in lcl_InvalidateAllObjPos()
970 if( GetLayout()->IsCallbackActionEnabled() ) in Reformat()
974 GetLayout()->InvalidateAllCntnt( INV_SIZE | INV_POS | INV_PRTAREA ); in Reformat()
1010 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in CalcLayout()
1015 SwLayAction aAction( GetLayout(), Imp() ); in CalcLayout()
1162 const SwPageFrm *pPage = (SwPageFrm*)GetLayout()->Lower(); //swmod 071108//swmod 071225 in VisPortChgd()
1415 GetLayout()->Paint( aRect ); in SmoothScroll()
1632 const SwRootFrm *pRoot = GetLayout();//swmod 080305 in PaintDesktop()
1792 SwLayAction aAction( GetLayout(), Imp() ); in CheckInvalidForPaint()
1940 GetLayout()->Paint( aRect ); in Paint()
1964 GetLayout()->Paint( aRect ); in Paint()
2077 ASSERT( GetLayout(), "Layout not ready" ); in CheckBrowseView()
2085 if( !GetLayout()->Frm().Height() ) in CheckBrowseView()
2087 SwFrm* pPage = GetLayout()->Lower(); in CheckBrowseView()
2099 SwPageFrm *pPg = (SwPageFrm*)GetLayout()->Lower(); in CheckBrowseView()
2120 GetLayout()->InvalidateAllCntnt( nInv ); in CheckBrowseView()
2122 SwFrm::CheckPageDescs( (SwPageFrm*)GetLayout()->Lower() ); in CheckBrowseView()
2138 SwRootFrm *ViewShell::GetLayout() const in GetLayout() function in ViewShell
2173 const SwRootFrm* pRoot = GetLayout(); in GetDocSize()
2507 return GetLayout()->IsNewLayout(); in IsNewLayout()
2535 if ( IsPreView() && GetLayout()&& GetWin() ) in CreateAccessiblePreview()
2541 GetLayout()->GetPageByPageNum( PagePreviewLayout()->mnSelectedPageNum ), in CreateAccessiblePreview()
2562 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaFlowRelation()
2576 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaTextSelection()
2590 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaAttrs()
2640 return GetLayout() ? GetLayout()->GetPageNum() : 1; in GetPageCount()
2646 const SwRootFrm* pTmpRoot = GetLayout(); in GetPageSize()
2666 ASSERT( GetLayout(), "GetPageNumAndSetOffsetForPDF assumes presence of layout" ) in GetPageNumAndSetOffsetForPDF()
2672 aRect.Pos().X() = Max( aRect.Left(), GetLayout()->Frm().Left() ); in GetPageNumAndSetOffsetForPDF()
2675 const SwPageFrm* pPage = GetLayout()->GetPageAtPos( aRect.Center() ); in GetPageNumAndSetOffsetForPDF()