Home
last modified time | relevance | path

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

/trunk/main/sw/inc/ !
H A DPostItMgr.hxx221 unsigned long GetSidebarWidth(bool bPx = false) const;
222 unsigned long GetSidebarBorderWidth(bool bPx = false) const;
/trunk/main/sw/source/core/inc/ !
H A Dpagefrm.hxx185 …static void AddSidebarBorders( Rectangle& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = f…
186 …oid AddSidebarBorders( SwRect& aRect, ViewShell* _pViewShell, bool bRight, bool bPx = false);
/trunk/main/sw/source/core/layout/ !
H A Dpaintfrm.cxx5641 …d SwPageFrm::AddSidebarBorders(SwRect &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument
5647 …->GetSidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width() + pMgr->GetSidebarWidth(b… in AddSidebarBorders()
5649 aRect.AddRight(pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders()
5653 …wPageFrm::AddSidebarBorders(Rectangle &aRect, ViewShell* _pViewShell, bool bRightSidebar, bool bPx) in AddSidebarBorders() argument
5659 aRect.Left() -= (pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders()
5661 aRect.Right() += pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx); in AddSidebarBorders()
/trunk/main/sw/source/ui/docvw/ !
H A DPostItMgr.cxx1675 unsigned long SwPostItMgr::GetSidebarWidth(bool bPx) const in GetSidebarWidth()
1678 if (bPx) in GetSidebarWidth()
1684 unsigned long SwPostItMgr::GetSidebarBorderWidth(bool bPx) const in GetSidebarBorderWidth()
1686 if (bPx) in GetSidebarBorderWidth()