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.cxx5433 const sal_Int8 SwPageFrm::mnBorderPxWidth = 1; member in SwPageFrm
5451 aBorderPxRect.Left() = aBorderPxRect.Left() - mnBorderPxWidth; in GetBorderRect()
5452 aBorderPxRect.Top() = aBorderPxRect.Top() - mnBorderPxWidth; in GetBorderRect()
5453 aBorderPxRect.Right() = aBorderPxRect.Right() + mnBorderPxWidth; in GetBorderRect()
5454 aBorderPxRect.Bottom() = aBorderPxRect.Bottom() + mnBorderPxWidth; in GetBorderRect()
5481 aPagePxRect.Right() + mnBorderPxWidth, in GetRightShadowRect()
5482 aPagePxRect.Bottom() + mnBorderPxWidth ); in GetRightShadowRect()
5510 aPagePxRect.Right() + mnBorderPxWidth, in GetBottomShadowRect()
5511 aPagePxRect.Bottom() + mnBorderPxWidth ); in GetBottomShadowRect()

Completed in 53 milliseconds