Lines Matching refs:buf

97     ::rtl::OUStringBuffer buf;  in jarManifestHeaderPresent()
98 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("vnd.sun.star.zip://") ); in jarManifestHeaderPresent()
99 buf.append( in jarManifestHeaderPresent()
103 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("/META-INF/MANIFEST.MF") ); in jarManifestHeaderPresent()
108 &manifestContent, buf.makeStringAndClear(), xCmdEnv, in jarManifestHeaderPresent()
968 ::rtl::OStringBuffer buf; in unorc_flush()
970 buf.append(RTL_CONSTASCII_STRINGPARAM("ORIGIN=")); in unorc_flush()
973 buf.append(osOrigin); in unorc_flush()
974 buf.append(LF); in unorc_flush()
980 buf.append( RTL_CONSTASCII_STRINGPARAM("UNO_JAVA_CLASSPATH=") ); in unorc_flush()
985 buf.append( item ); in unorc_flush()
988 buf.append( ' ' ); in unorc_flush()
990 buf.append(LF); in unorc_flush()
996 buf.append( RTL_CONSTASCII_STRINGPARAM("UNO_TYPES=") ); in unorc_flush()
998 buf.append( '?' ); in unorc_flush()
1002 buf.append( item ); in unorc_flush()
1005 buf.append( ' ' ); in unorc_flush()
1007 buf.append(LF); in unorc_flush()
1019 buf.append( RTL_CONSTASCII_STRINGPARAM("UNO_SERVICES=") ); in unorc_flush()
1023 buf.append( RTL_CONSTASCII_STRINGPARAM("?$ORIGIN/") ); in unorc_flush()
1024 buf.append( ::rtl::OUStringToOString( in unorc_flush()
1032 buf.append(' '); in unorc_flush()
1034 buf.append( RTL_CONSTASCII_STRINGPARAM( in unorc_flush()
1063 buf.append(' '); in unorc_flush()
1065 buf.append('?'); in unorc_flush()
1066 buf.append(rtl::OUStringToOString(*i, RTL_TEXTENCODING_UTF8)); in unorc_flush()
1069 buf.append(LF); in unorc_flush()
1076 reinterpret_cast<sal_Int8 const *>(buf.getStr()), in unorc_flush()
1077 buf.getLength() ) ) ); in unorc_flush()
1368 ::rtl::OUStringBuffer buf; in raise_uno_process()
1369 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("uno:pipe,name=") ); in raise_uno_process()
1371 buf.append( pipeId ); in raise_uno_process()
1372 buf.appendAscii( in raise_uno_process()
1374 const OUString connectStr( buf.makeStringAndClear() ); in raise_uno_process()