Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx89 static const sal_Int8 mnBorderPxWidth; member in SwPageFrm
400 return mnBorderPxWidth; in BorderPxWidth()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5387 const sal_Int8 SwPageFrm::mnBorderPxWidth = 1; member in SwPageFrm
5405 aBorderPxRect.Left() = aBorderPxRect.Left() - mnBorderPxWidth; in GetBorderRect()
5406 aBorderPxRect.Top() = aBorderPxRect.Top() - mnBorderPxWidth; in GetBorderRect()
5407 aBorderPxRect.Right() = aBorderPxRect.Right() + mnBorderPxWidth; in GetBorderRect()
5408 aBorderPxRect.Bottom() = aBorderPxRect.Bottom() + mnBorderPxWidth; in GetBorderRect()
5435 aPagePxRect.Right() + mnBorderPxWidth, in GetRightShadowRect()
5436 aPagePxRect.Bottom() + mnBorderPxWidth ); in GetRightShadowRect()
5464 aPagePxRect.Right() + mnBorderPxWidth, in GetBottomShadowRect()
5465 aPagePxRect.Bottom() + mnBorderPxWidth ); in GetBottomShadowRect()