Lines Matching refs:aTrailer
508 rtl::OStringBuffer aTrailer(512); in EndJob() local
509 aTrailer.append( "%%Trailer\n" ); in EndJob()
510 aTrailer.append( "%%BoundingBox: 0 0 " ); in EndJob()
511 aTrailer.append( (sal_Int32)mnMaxWidthPt ); in EndJob()
512 aTrailer.append( " " ); in EndJob()
513 aTrailer.append( (sal_Int32)mnMaxHeightPt ); in EndJob()
515 aTrailer.append("\n%%Orientation: Landscape"); in EndJob()
517 aTrailer.append("\n%%Orientation: Portrait"); in EndJob()
518 aTrailer.append( "\n%%Pages: " ); in EndJob()
519 aTrailer.append( (sal_Int32)maPageList.size() ); in EndJob()
520 aTrailer.append( "\n%%EOF\n" ); in EndJob()
521 WritePS (mpJobTrailer, aTrailer.getStr()); in EndJob()