Searched refs:bRightSidebar (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 119 bool bRightSidebar ); 143 bool bRightSidebar ); 168 bool bRightSidebar ); 359 bool bRightSidebar ); 383 const bool bRightSidebar );
|
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5444 bool bRightSidebar ) in GetBorderRect() argument 5456 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect() 5471 bool bRightSidebar ) in GetRightShadowRect() argument 5484 if ( bRightSidebar ) in GetRightShadowRect() 5485 AddSidebarBorders(aRightShadowPxRect,_pViewShell, bRightSidebar, true); in GetRightShadowRect() 5500 bool bRightSidebar ) in GetBottomShadowRect() argument 5513 AddSidebarBorders(aBottomShadowPxRect,_pViewShell, bRightSidebar, true); in GetBottomShadowRect() 5528 bool bRightSidebar ) in PaintPageBorder() argument 5675 bool bRightSidebar ) in GetBorderAndShadowBoundRect() argument 5692 if (!bRightSidebar) in AddSidebarBorders() [all …]
|
H A D | pagechg.cxx | 301 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()
|
Completed in 62 milliseconds