Lines Matching refs:buf

106         OUStringBuffer buf( 128 );  in handle_uno_exc()  local
107 buf.appendAscii( in handle_uno_exc()
109 buf.append( OUString::unacquired( &uno_exc->pType->pTypeName ) ); in handle_uno_exc()
110 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("] ") ); in handle_uno_exc()
111 buf.append( in handle_uno_exc()
116 buf.makeStringAndClear(), RTL_TEXTENCODING_ASCII_US ) ); in handle_uno_exc()
144 OUStringBuffer buf( 128 ); in handle_uno_exc() local
145 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in handle_uno_exc()
147 buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in handle_uno_exc()
148 buf.append( jni.get_stack_trace() ); in handle_uno_exc()
149 throw BridgeRuntimeError( buf.makeStringAndClear() ); in handle_uno_exc()
606 OUStringBuffer buf( 64 ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
607 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
609 buf.append( OUString::unacquired( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
611 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": ") ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
612 buf.append( method_name ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
613 buf.append( jni.get_stack_trace() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
614 throw BridgeRuntimeError( buf.makeStringAndClear() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
618 OUStringBuffer buf( 128 ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
619 buf.appendAscii( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
622 buf.append( method_name ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
623 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM(": ") ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
624 buf.append( err.m_message ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
628 buf.makeStringAndClear(), RTL_TEXTENCODING_JAVA_UTF8 ) ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()