Lines Matching refs:rOutDev
141 void lcl_PrintHeader( OutputDevice &rOutDev, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& … in TYPEINIT1()
144 Size aSz = rOutDev.GetOutputSize(); in TYPEINIT1()
147 Color aOldFillColor( rOutDev.GetFillColor() ); in TYPEINIT1()
148 Font aOldFont( rOutDev.GetFont() ); in TYPEINIT1()
150 rOutDev.SetFillColor( Color(COL_TRANSPARENT) ); in TYPEINIT1()
155 rOutDev.SetFont( aFont ); in TYPEINIT1()
157 long nFontHeight = rOutDev.GetTextHeight(); in TYPEINIT1()
165 rOutDev.DrawRect( Rectangle( in TYPEINIT1()
172 rOutDev.DrawText( aPos, rTitle ); in TYPEINIT1()
176 rOutDev.SetFont( aFont ); in TYPEINIT1()
182 aPos.X() += rOutDev.GetTextWidth( rTitle ); in TYPEINIT1()
183 rOutDev.DrawText( aPos, aPageStr ); in TYPEINIT1()
189 rOutDev.DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in TYPEINIT1()
191 rOutDev.SetFont( aOldFont ); in TYPEINIT1()
192 rOutDev.SetFillColor( aOldFillColor ); in TYPEINIT1()