Lines Matching refs:aPageRect

1763 	long nLineStartX = aPageRect.Left()  + rParam.nLeft;  in PrintHF()
1764 long nLineEndX = aPageRect.Right() - rParam.nRight; in PrintHF()
1909 Size aDataSize = aPageRect.GetSize(); in DoNotes()
1915 long nPosX = aPageRect.Left() + nMarkLen; in DoNotes()
1916 long nPosY = aPageRect.Top(); in DoNotes()
1932 if ( nPosY + nTextHeight < aPageRect.Bottom() ) in DoNotes()
1944 pEditEngine->Draw( pDev, Point( aPageRect.Left(), nPosY ), 0 ); in DoNotes()
1951 Rectangle aMarkRect( Point( aPageRect.Left(), nPosY ), Size( nMarkLen, nTextHeight ) ); in DoNotes()
1995 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintNotes()
1996 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintNotes()
2000 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintNotes()
2001 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintNotes()
2016 long nHeaderY = aPageRect.Top()-aHdr.nHeight; in PrintNotes()
2021 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintNotes()
2067 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintPage()
2068 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintPage()
2072 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintPage()
2073 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintPage()
2104 long nHeaderY = aPageRect.Top()-aHdr.nHeight; in PrintPage()
2109 long nFooterY = aPageRect.Bottom()+aFtr.nDistance; in PrintPage()
2115 long nLeftSpace = aPageRect.Left(); // Document-Twips in PrintPage()
2116 long nTopSpace = aPageRect.Top(); in PrintPage()
2136 nLeftSpace += ( aPageRect.GetWidth() - nDataWidth ) / 2; // LTR or RTL in PrintPage()
2141 nLeftSpace += aPageRect.GetWidth() - nDataWidth; // align to the right edge of the page in PrintPage()
2157 nTopSpace += ( aPageRect.GetHeight() - nDataHeight ) / 2; in PrintPage()
2946 aPageRect = Rectangle( Point(), aPageSize ); in GetDocPageSize()
2947 aPageRect.Left() = ( aPageRect.Left() + nLeftMargin ) * 100 / nZoom; in GetDocPageSize()
2948 aPageRect.Right() = ( aPageRect.Right() - nRightMargin ) * 100 / nZoom; in GetDocPageSize()
2949 aPageRect.Top() = ( aPageRect.Top() + nTopMargin ) * 100 / nZoom + aHdr.nHeight; in GetDocPageSize()
2950 aPageRect.Bottom() = ( aPageRect.Bottom() - nBottomMargin ) * 100 / nZoom - aFtr.nHeight; in GetDocPageSize()
2952 Size aDocPageSize = aPageRect.GetSize(); in GetDocPageSize()