Lines Matching refs:buf

175     ::rtl::OUStringBuffer buf;  in normalizeMediaType()
178 buf.append( mediaType.getToken( 0, '/', index ).trim() ); in normalizeMediaType()
181 buf.append( static_cast< sal_Unicode >('/') ); in normalizeMediaType()
183 return buf.makeStringAndClear(); in normalizeMediaType()
284 ::rtl::OUStringBuffer buf; in insertBackend()
285 buf.appendAscii( in insertBackend()
289 buf.append( mediaType ); in insertBackend()
290 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" => ") ); in insertBackend()
291 buf.append( Reference<lang::XServiceInfo>( in insertBackend()
294 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in insertBackend()
296 buf.makeStringAndClear(), in insertBackend()
409 ::rtl::OUStringBuffer buf; in create()
410 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("extension \"") ); in create()
411 buf.append( iPos->first ); in create()
412 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in create()
414 buf.append( iPos->second ); in create()
415 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in create()
420 buf.append( Reference<lang::XServiceInfo>( in create()
423 dp_misc::writeConsole( buf.makeStringAndClear() + OUSTR("\n")); in create()
430 ::rtl::OUStringBuffer buf; in create()
431 buf.append( in create()
434 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": ") ); in create()
440 buf.append( xInfo->getMediaType() ); in create()
443 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(" (") ); in create()
444 buf.append( filter ); in create()
445 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(")") ); in create()
448 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in create()
450 dp_misc::TRACE(buf.makeStringAndClear() + OUSTR("\n\n")); in create()