Searched refs:bRightSidebar (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 120 bool bRightSidebar ); 144 bool bRightSidebar ); 169 bool bRightSidebar ); 361 bool bRightSidebar ); 385 const bool bRightSidebar );
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5354 bool bRightSidebar ) in GetBorderRect() argument 5366 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect() 5381 bool bRightSidebar ) in GetRightShadowRect() argument 5394 if ( bRightSidebar ) in GetRightShadowRect() 5395 AddSidebarBorders(aRightShadowPxRect,_pViewShell, bRightSidebar, true); in GetRightShadowRect() 5410 bool bRightSidebar ) in GetBottomShadowRect() argument 5423 AddSidebarBorders(aBottomShadowPxRect,_pViewShell, bRightSidebar, true); in GetBottomShadowRect() 5439 bool bRightSidebar ) in PaintBorderAndShadow() argument 5601 bool bRightSidebar ) in GetBorderAndShadowBoundRect() argument 5618 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