Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewimp.cxx186 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in SetFirstVisPage() local
187 aPageRect.SSize( rFormatPage.GetBoundRect(pRenderContext).SSize() ); in SetFirstVisPage()
H A Dviewsh.cxx1131 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in VisPortChgd() local
1132 aPageRect.SSize( rFormatPage.GetBoundRect(GetWin()->GetOutDev()).SSize() ); in VisPortChgd()
1535 … const SwPageFrame& rFormatPage = static_cast<const SwPageFrame*>(pPage)->GetFormatPage(); in PaintDesktop() local
1536 aPageRect.SSize( rFormatPage.getFrameArea().SSize() ); in PaintDesktop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dviewimp.cxx193 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in SetFirstVisPage() local
194 aPageRect.SSize() = rFormatPage.GetBoundRect(pRenderContext).SSize(); in SetFirstVisPage()
H A Dviewsh.cxx1149 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in VisPortChgd() local
1150 aPageRect.SSize() = rFormatPage.GetBoundRect(GetWin()).SSize(); in VisPortChgd()
1553 … const SwPageFrame& rFormatPage = static_cast<const SwPageFrame*>(pPage)->GetFormatPage(); in PaintDesktop() local
1554 aPageRect.SSize() = rFormatPage.getFrameArea().SSize(); in PaintDesktop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Drtfexport.cxx790 const SwFrameFormat& rFormatPage = rPageDesc.GetMaster(); in ExportDocument_Impl() local
796 const SwFormatFrameSize& rSz = rFormatPage.GetFrameSize(); in ExportDocument_Impl()
815 const SvxLRSpaceItem& rLR = rFormatPage.GetLRSpace(); in ExportDocument_Impl()
822 const SvxULSpaceItem& rUL = rFormatPage.GetULSpace(); in ExportDocument_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Drtfexport.cxx789 const SwFrameFormat& rFormatPage = rPageDesc.GetMaster(); in ExportDocument_Impl() local
795 const SwFormatFrameSize& rSz = rFormatPage.GetFrameSize(); in ExportDocument_Impl()
814 const SvxLRSpaceItem& rLR = rFormatPage.GetLRSpace(); in ExportDocument_Impl()
821 const SvxULSpaceItem& rUL = rFormatPage.GetULSpace(); in ExportDocument_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpagechg.cxx2161 const SwFrame& rFormatPage = pPageFrame->GetFormatPage(); in CheckViewLayout() local
2163 …nPageWidth = rFormatPage.getFrameArea().Width() + nSidebarWidth + ((bStartOfRow || 1 == (pPageFr… in CheckViewLayout()
2164 nPageHeight = rFormatPage.getFrameArea().Height() + nGapBetweenPages; in CheckViewLayout()
H A Dpaintfrm.cxx3198 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in PaintSwFrame() local
3199 aEmptyPageRect.SSize() = rFormatPage.getFrameArea().SSize(); in PaintSwFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpagechg.cxx2200 const SwFrame& rFormatPage = pPageFrame->GetFormatPage(); in CheckViewLayout() local
2202 …nPageWidth = rFormatPage.getFrameArea().Width() + nSidebarWidth + ((bStartOfRow || 1 == (pPageFr… in CheckViewLayout()
2203 nPageHeight = rFormatPage.getFrameArea().Height() + nGapBetweenPages; in CheckViewLayout()
H A Dpaintfrm.cxx3306 const SwPageFrame& rFormatPage = pPage->GetFormatPage(); in PaintSwFrame() local
3307 aEmptyPageRect.SSize( rFormatPage.getFrameArea().SSize() ); in PaintSwFrame()