Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/inc/
H A Dpagefrm.hxx120 bool bRightSidebar );
144 bool bRightSidebar );
169 bool bRightSidebar );
361 bool bRightSidebar );
385 const bool bRightSidebar );
/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx2863 const bool bRightSidebar = pPage->SidebarPosition() == sw::sidebarwindows::SIDEBAR_RIGHT; in Paint() local
2868 SwPageFrm::GetBorderAndShadowBoundRect( pPage->Frm(), pSh, aPaintRect, bRightSidebar ); in Paint()
2970 … SwPageFrm::PaintBorderAndShadow( pPage->Frm(), pSh, bPaintRightShadow, bRightSidebar ); in Paint()
2971 … SwPageFrm::PaintNotesSidebar( pPage->Frm(), pSh, pPage->GetPhyPageNum(), bRightSidebar); in Paint()
3026 … SwPageFrm::GetBorderAndShadowBoundRect( aEmptyPageRect, pSh, aPaintRect, bRightSidebar ); in Paint()
3065 … SwPageFrm::PaintBorderAndShadow( aEmptyPageRect, pSh, bPaintRightShadow, bRightSidebar ); in Paint()
3066 … SwPageFrm::PaintNotesSidebar( aEmptyPageRect, pSh, pPage->GetPhyPageNum(), bRightSidebar); in Paint()
5354 bool bRightSidebar ) in GetBorderRect() argument
5366 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect()
5381 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()