Home
last modified time | relevance | path

Searched refs:mnBorderPxWidth (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Dpagefrm.hxx88 static const sal_Int8 mnBorderPxWidth; member in SwPageFrm
401 return mnBorderPxWidth; in BorderPxWidth()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx5342 const sal_Int8 SwPageFrm::mnBorderPxWidth = 1; member in SwPageFrm
5361 aBorderPxRect.Left() = aBorderPxRect.Left() - mnBorderPxWidth; in GetBorderRect()
5362 aBorderPxRect.Top() = aBorderPxRect.Top() - mnBorderPxWidth; in GetBorderRect()
5363 aBorderPxRect.Right() = aBorderPxRect.Right() + mnBorderPxWidth; in GetBorderRect()
5364 aBorderPxRect.Bottom() = aBorderPxRect.Bottom() + mnBorderPxWidth; in GetBorderRect()
5391 aPagePxRect.Right() + mnBorderPxWidth + mnShadowPxWidth, in GetRightShadowRect()
5392 aPagePxRect.Bottom() + mnBorderPxWidth + mnShadowPxWidth ); in GetRightShadowRect()
5420 aPagePxRect.Right() + mnBorderPxWidth + mnShadowPxWidth, in GetBottomShadowRect()
5421 aPagePxRect.Bottom() + mnBorderPxWidth + mnShadowPxWidth ); in GetBottomShadowRect()

Completed in 48 milliseconds