Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx5358 Rectangle aBorderPxRect = in GetBorderRect() local
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()
5366 AddSidebarBorders(aBorderPxRect,_pViewShell, bRightSidebar, true); in GetBorderRect()
5369 SwRect( _pViewShell->GetOut()->PixelToLogic( aBorderPxRect ) ); in GetBorderRect()

Completed in 40 milliseconds