Searched refs:aSpaceToPrevPage (Results 1 – 1 of 1) sorted by relevance
1539 SwRect aSpaceToPrevPage( pLay->Frm() ); in FormatLayout() local1540 const SwTwips nTop = aSpaceToPrevPage.Top() - nHalfDocBorder; in FormatLayout()1542 aSpaceToPrevPage.Top( nTop ); in FormatLayout()1543 aSpaceToPrevPage.Bottom( pLay->Frm().Top() ); in FormatLayout()1544 pImp->GetShell()->AddPaintRect( aSpaceToPrevPage ); in FormatLayout()1547 aSpaceToPrevPage = pLay->Frm(); in FormatLayout()1548 const SwTwips nLeft = aSpaceToPrevPage.Left() - nHalfDocBorder; in FormatLayout()1550 aSpaceToPrevPage.Left( nLeft ); in FormatLayout()1551 aSpaceToPrevPage.Right( pLay->Frm().Left() ); in FormatLayout()1552 pImp->GetShell()->AddPaintRect( aSpaceToPrevPage ); in FormatLayout()
Completed in 27 milliseconds