Home
last modified time | relevance | path

Searched refs:bPx (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/inc/
H A DPostItMgr.hxx221 unsigned long GetSidebarWidth(bool bPx = false) const;
222 unsigned long GetSidebarBorderWidth(bool bPx = false) const;
/aoo41x/main/sw/source/core/inc/
H A Dpagefrm.hxx186 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
187 …oid AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = false);
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx5613 …d SwPageFrm::AddSidebarBorders(SwRect &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument
5619 …->GetSidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width() + pMgr->GetSidebarWidth(b… in AddSidebarBorders()
5621 aRect.AddRight(pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders()
5625 …wPageFrm::AddSidebarBorders(Rectangle &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument
5631 aRect.Left() -= (pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders()
5633 aRect.Right() += pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx); in AddSidebarBorders()
/aoo41x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1677 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 184 milliseconds