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