Home
last modified time | relevance | path

Searched refs:aTrailer (Results 1 – 2 of 2) sorted by path

/trunk/main/tools/source/fsys/
H A Durlobj.cxx3867 rtl::OUStringBuffer aTrailer; in getAbbreviated() local
3897 aResult.append(aTrailer); in getAbbreviated()
3903 aTrailer.insert(0, aSegment); in getAbbreviated()
3938 aResult.append(aTrailer); in getAbbreviated()
3961 aBuffer.append(aTrailer); in getAbbreviated()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx508 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()
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()
[all …]

Completed in 63 milliseconds