Home
last modified time | relevance | path

Searched refs:aEmptyPageRect (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3095 SwRect aEmptyPageRect( pPage->Frm() ); in Paint() local
3099 aEmptyPageRect.SSize() = rFormatPage.Frm().SSize(); in Paint()
3101 … SwPageFrm::GetBorderAndShadowBoundRect( aEmptyPageRect, pSh, aPaintRect, bRightSidebar ); in Paint()
3104 if ( aRect.IsOver( aEmptyPageRect ) ) in Paint()
3119 SwRect aTmpPageRect( aEmptyPageRect ); in Paint()
3121 aEmptyPageRect = aTmpPageRect; in Paint()
3124 pSh->GetOut()->DrawRect( aEmptyPageRect.SVRect() ); in Paint()
3131 pSh->GetOut()->DrawText( aEmptyPageRect.SVRect(), SW_RESSTR( STR_EMPTYPAGE ), in Paint()
3139 SwPageFrm::PaintPageBorder( aEmptyPageRect, pSh, bRightSidebar ); in Paint()
3140 … SwPageFrm::PaintNotesSidebar( aEmptyPageRect, pSh, pPage->GetPhyPageNum(), bRightSidebar); in Paint()