Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx1557 SwRect aSpaceToNextPage( pLay->Frm() ); in FormatLayout() local
1558 aSpaceToNextPage.Bottom( aSpaceToNextPage.Bottom() + nHalfDocBorder ); in FormatLayout()
1559 aSpaceToNextPage.Top( pLay->Frm().Bottom() ); in FormatLayout()
1560 pImp->GetShell()->AddPaintRect( aSpaceToNextPage ); in FormatLayout()
1563 aSpaceToNextPage = pLay->Frm(); in FormatLayout()
1564 aSpaceToNextPage.Right( aSpaceToNextPage.Right() + nHalfDocBorder ); in FormatLayout()
1565 aSpaceToNextPage.Left( pLay->Frm().Right() ); in FormatLayout()
1566 pImp->GetShell()->AddPaintRect( aSpaceToNextPage ); in FormatLayout()

Completed in 13 milliseconds