Searched refs:bPx (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 221 unsigned long GetSidebarWidth(bool bPx = false) const; 222 unsigned long GetSidebarBorderWidth(bool bPx = false) const;
|
/aoo42x/main/sw/source/core/inc/ |
H A D | pagefrm.hxx | 185 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f… 186 …oid AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = false);
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5687 …d SwPageFrm::AddSidebarBorders(SwRect &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument 5693 …->GetSidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width() + pMgr->GetSidebarWidth(b… in AddSidebarBorders() 5695 aRect.AddRight(pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() 5699 …wPageFrm::AddSidebarBorders(Rectangle &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument 5705 aRect.Left() -= (pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() 5707 aRect.Right() += pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx); in AddSidebarBorders()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 1677 unsigned long SwPostItMgr::GetSidebarWidth(bool bPx) const in GetSidebarWidth() 1680 if (bPx) in GetSidebarWidth() 1686 unsigned long SwPostItMgr::GetSidebarBorderWidth(bool bPx) const in GetSidebarBorderWidth() 1688 if (bPx) in GetSidebarBorderWidth()
|
Completed in 59 milliseconds