Lines Matching refs:buf

174 			OUStringBuffer buf( 32 );  in readOption()  local
175 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("incomplete option \"-") ); in readOption()
176 buf.appendAscii( pOpt ); in readOption()
177 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" given!") ); in readOption()
178 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in readOption()
292 OUStringBuffer buf( 64 ); in createInstance() local
293 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("cannot get service instance \"") ); in createInstance()
294 buf.append( rServiceName ); in createInstance()
295 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
296 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance()
302 OUStringBuffer buf( 64 ); in createInstance() local
303 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("service instance \"") ); in createInstance()
304 buf.append( rServiceName ); in createInstance()
305 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" does not support demanded interface \"") ); in createInstance()
307 buf.append( rType.getTypeName() ); in createInstance()
308 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in createInstance()
309 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in createInstance()
401 OUStringBuffer buf( 64 ); in loadComponent() local
402 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("unknown extension of \"") ); in loadComponent()
403 buf.append( rLocation ); in loadComponent()
404 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"! No loader available!") ); in loadComponent()
405 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in loadComponent()
435 OUStringBuffer buf( 64 ); in loadComponent() local
436 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("activating component \"") ); in loadComponent()
437 buf.append( rImplName ); in loadComponent()
438 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" from location \"") ); in loadComponent()
439 buf.append( rLocation ); in loadComponent()
440 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" failed!") ); in loadComponent()
441 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in loadComponent()
448 OUStringBuffer buf( 64 ); in loadComponent() local
449 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("location \"") ); in loadComponent()
450 buf.append( rLocation ); in loadComponent()
451buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\" has no extension! Cannot determine loader to be u… in loadComponent()
452 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() ); in loadComponent()
558 OUStringBuffer buf( 64 ); in getInstance() local
559 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("no such element \"") ); in getInstance()
560 buf.append( rName ); in getInstance()
561 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in getInstance()
562 throw NoSuchElementException( buf.makeStringAndClear(), Reference< XInterface >() ); in getInstance()
678 OUStringBuffer buf( 64 ); variable
679 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("unexpected parameter \"") );
680 buf.append(arg);
681 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") );
682 throw RuntimeException( buf.makeStringAndClear(), Reference< XInterface >() );