Searched refs:aSpaceToNextPage (Results 1 – 1 of 1) sorted by relevance
1557 SwRect aSpaceToNextPage( pLay->Frm() ); in FormatLayout() local1558 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 10 milliseconds