Lines Matching refs:aTempRect
1992 Rectangle aTempRect = Rectangle( Point(), aPageSize ); in PrintNotes() local
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()
2064 Rectangle aTempRect = Rectangle( Point(), aPageSize ); in PrintPage() local
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()
2993 Rectangle aTempRect = pDoc->GetMMRect( 0,0, 0,0, 0 ); in lcl_SetHidden() local
3000 bLeftIsEmpty, &aTempRange, &aTempRect ) ) in lcl_SetHidden()