Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dlayact.cxx1559 SwRect aSpaceToNextPage( pLay->Frm() ); in FormatLayout() local
1560 aSpaceToNextPage.Bottom( aSpaceToNextPage.Bottom() + nHalfDocBorder ); in FormatLayout()
1561 aSpaceToNextPage.Top( pLay->Frm().Bottom() ); in FormatLayout()
1562 pImp->GetShell()->AddPaintRect( aSpaceToNextPage ); in FormatLayout()
1565 aSpaceToNextPage = pLay->Frm(); in FormatLayout()
1566 aSpaceToNextPage.Right( aSpaceToNextPage.Right() + nHalfDocBorder ); in FormatLayout()
1567 aSpaceToNextPage.Left( pLay->Frm().Right() ); in FormatLayout()
1568 pImp->GetShell()->AddPaintRect( aSpaceToNextPage ); in FormatLayout()

Completed in 27 milliseconds