Lines Matching refs:append

302         aDir.append( aTmpDir );  in createSpoolDir()
304 aDir.append(nRand); in createSpoolDir()
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()
784 aFeature.append( "[{\n" ); in writeFeature()
786 aFeature.append( "%%IncludeFeature:" ); in writeFeature()
788 aFeature.append( "%%BeginFeature:" ); in writeFeature()
789 aFeature.append( " *" ); in writeFeature()
790 aFeature.append( OUStringToOString( pKey->getKey(), RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
791 aFeature.append( ' ' ); in writeFeature()
792 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
795 aFeature.append( '\n' ); in writeFeature()
796 aFeature.append( OUStringToOString( pValue->m_aValue, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
797 aFeature.append( "\n%%EndFeature" ); in writeFeature()
799 aFeature.append( "\n} stopped cleartomark\n" ); in writeFeature()
1160 aLine.append( "%%DocumentSuppliedResources: font " ); in writeSetup()
1162 aLine.append( "%%DocumentNeededResources: font " ); in writeSetup()
1163 aLine.append( *it ); in writeSetup()
1164 aLine.append( "\n" ); in writeSetup()
1169 aLine.append( "%%+ font " ); in writeSetup()
1170 aLine.append( *it ); in writeSetup()
1171 aLine.append( "\n" ); in writeSetup()