Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/inc/
H A Dpagefrm.hxx119 bool bRightSidebar );
143 bool bRightSidebar );
168 bool bRightSidebar );
359 bool bRightSidebar );
383 const bool bRightSidebar );
/AOO42X/main/sw/source/core/layout/
H A Dpaintfrm.cxx2953 const bool bRightSidebar = pPage->SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT; in Paint() local
2958 SwPageFrm::GetBorderAndShadowBoundRect( pPage->Frm(), pSh, aPaintRect, bRightSidebar ); in Paint()
3060 SwPageFrm::PaintPageBorder( pPage->Frm(), pSh, bRightSidebar ); in Paint()
3061 … SwPageFrm::PaintNotesSidebar( pPage->Frm(), pSh, pPage->GetPhyPageNum(), bRightSidebar); in Paint()
3116 … SwPageFrm::GetBorderAndShadowBoundRect( aEmptyPageRect, pSh, aPaintRect, bRightSidebar ); in Paint()
3154 SwPageFrm::PaintPageBorder( aEmptyPageRect, pSh, bRightSidebar ); in Paint()
3155 … SwPageFrm::PaintNotesSidebar( aEmptyPageRect, pSh, pPage->GetPhyPageNum(), bRightSidebar); in Paint()
5444 bool bRightSidebar ) in GetBorderRect() argument
5456 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect()
5471 bool bRightSidebar ) in GetRightShadowRect() argument
[all …]
H A Dpagechg.cxx301 const bool bRightSidebar = (SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT); in ~SwPageFrm() local
303 SwPageFrm::GetBorderAndShadowBoundRect( Frm(), pSh, aRetoucheRect, bRightSidebar ); in ~SwPageFrm()
670 const bool bRightSidebar = (SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT); in _UpdateAttr() local
672 …m::GetBorderAndShadowBoundRect( aOldPageFrmRect, pSh, aOldRectWithBorderAndShadow, bRightSidebar ); in _UpdateAttr()
1417 … const bool bRightSidebar = bLTR ? (!bBookMode || OnRightPage()) : (bBookMode && !OnRightPage()); in SidebarPosition() local
1419 return bRightSidebar in SidebarPosition()