Searched refs:rFormatPage (Results 1 – 4 of 4) sorted by relevance
269 const SwPageFrm& rFormatPage = pPage->GetFormatPage(); in SetFirstVisPage() local270 aPageRect.SSize() = rFormatPage.Frm().SSize(); in SetFirstVisPage()
1184 … const SwPageFrm& rFormatPage = static_cast<const SwPageFrm*>(pPage)->GetFormatPage(); in VisPortChgd() local1185 aPageRect.SSize() = rFormatPage.Frm().SSize(); in VisPortChgd()1685 … const SwPageFrm& rFormatPage = static_cast<const SwPageFrm*>(pPage)->GetFormatPage(); in PaintDesktop() local1686 aPageRect.SSize() = rFormatPage.Frm().SSize(); in PaintDesktop()
2222 const SwFrm& rFormatPage = pPageFrm->GetFormatPage(); in CheckViewLayout() local2224 …nPageWidth = rFormatPage.Frm().Width() + nSidebarWidth + ((bStartOfRow || 1 == (pPageFrm->GetPhy… in CheckViewLayout()2225 nPageHeight = rFormatPage.Frm().Height() + nGapBetweenPages; in CheckViewLayout()
3113 const SwPageFrm& rFormatPage = pPage->GetFormatPage(); in Paint() local3114 aEmptyPageRect.SSize() = rFormatPage.Frm().SSize(); in Paint()
Completed in 279 milliseconds