Lines Matching refs:buf

379 		OUStringBuffer buf( 64 );  in createInstance()  local
380 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("cannot get service instance \"") ); in createInstance()
381 buf.append( rServiceName ); in createInstance()
382 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
383 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance()
389 OUStringBuffer buf( 64 ); in createInstance() local
390 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("service instance \"") ); in createInstance()
391 buf.append( rServiceName ); in createInstance()
392 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" does not support demanded interface \"") ); in createInstance()
394 buf.append( rType.getTypeName() ); in createInstance()
395 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
396 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance()
507 OUStringBuffer buf( 32 ); in resolveObject() local
508 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("cannot resolve object \"") ); in resolveObject()
509 buf.append( rUnoUrl ); in resolveObject()
510 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in resolveObject()
511 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in resolveObject()
1008 OUStringBuffer buf( 32 ); in run() local
1009 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("cannot open file for writing: \"") ); in run()
1010 buf.append( aLogStr ); in run()
1011 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in run()
1012 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in run()