Searched refs:aSpaceToPrevPage (Results 1 – 1 of 1) sorted by relevance
1541 SwRect aSpaceToPrevPage( pLay->Frm() ); in FormatLayout() local1542 const SwTwips nTop = aSpaceToPrevPage.Top() - nHalfDocBorder; in FormatLayout()1544 aSpaceToPrevPage.Top( nTop ); in FormatLayout()1545 aSpaceToPrevPage.Bottom( pLay->Frm().Top() ); in FormatLayout()1546 pImp->GetShell()->AddPaintRect( aSpaceToPrevPage ); in FormatLayout()1549 aSpaceToPrevPage = pLay->Frm(); in FormatLayout()1550 const SwTwips nLeft = aSpaceToPrevPage.Left() - nHalfDocBorder; in FormatLayout()1552 aSpaceToPrevPage.Left( nLeft ); in FormatLayout()1553 aSpaceToPrevPage.Right( pLay->Frm().Left() ); in FormatLayout()1554 pImp->GetShell()->AddPaintRect( aSpaceToPrevPage ); in FormatLayout()
Completed in 18 milliseconds