Searched refs:cstr_msg (Results 1 – 8 of 8) sorted by relevance
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 114 OString cstr_msg( in handle_uno_exc() local 117 OSL_TRACE( cstr_msg.getStr() ); in handle_uno_exc() 418 OString cstr_msg( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 421 OSL_TRACE( cstr_msg.getStr() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 626 OString cstr_msg( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 629 OSL_ENSURE( 0, cstr_msg.getStr() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 630 if (jni->ThrowNew(jni_info->m_class_RuntimeException, cstr_msg.getStr()) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 639 OString cstr_msg( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 645 OSL_ENSURE( 0, cstr_msg.getStr() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 683 OString cstr_msg( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J() local [all …]
|
H A D | jni_bridge.cxx | 109 OString cstr_msg( in Mapping_map_to_uno() local 113 OSL_ENSURE( 0, cstr_msg.getStr() ); in Mapping_map_to_uno() 179 OString cstr_msg( in Mapping_map_to_java() local 183 OSL_ENSURE( 0, cstr_msg.getStr() ); in Mapping_map_to_java() 538 OString cstr_msg( in uno_ext_getMapping() local 542 OSL_ENSURE( 0, cstr_msg.getStr() ); in uno_ext_getMapping()
|
H A D | jni_uno2java.cxx | 552 OString cstr_msg( in UNO_proxy_free() local 556 OSL_TRACE( cstr_msg.getStr() ); in UNO_proxy_free() 624 OString cstr_msg( in UNO_proxy_dispatch() local 627 OSL_TRACE( cstr_msg.getStr() ); in UNO_proxy_dispatch()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 105 OString cstr_msg( in Mapping_cli2uno() local 108 OSL_ENSURE( 0, cstr_msg.getStr() ); in Mapping_cli2uno() 164 rtl::OString cstr_msg( in Mapping_uno2cli() local 167 OSL_ENSURE( 0, cstr_msg.getStr() ); in Mapping_uno2cli() 345 OString cstr_msg( in uno_ext_getMapping() local 348 OSL_ENSURE( 0, cstr_msg.getStr() ); in uno_ext_getMapping()
|
H A D | cli_proxy.cxx | 1164 OString cstr_msg(OUStringToOString(exc.Message, in cli_proxy_dispatch() local 1166 OSL_ENSURE(0, cstr_msg.getStr()); in cli_proxy_dispatch()
|
/trunk/main/cpputools/source/regsingleton/ |
H A D | regsingleton.cxx | 100 OString cstr_msg( in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 104 cstr_msg.getStr() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 151 OString cstr_msg( in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 155 cstr_singleton.getStr(), cstr_msg.getStr() ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/trunk/main/cppuhelper/source/ |
H A D | servicefactory.cxx | 126 OString cstr_msg( in createSimpleRegistry() local 128 OSL_ENSURE( !"### exception occurred:", cstr_msg.getStr() ); in createSimpleRegistry() 157 OString cstr_msg( in createNestedRegistry() local 159 OSL_ENSURE( !"### exception occurred:", cstr_msg.getStr() ); in createNestedRegistry()
|
/trunk/main/cppuhelper/test/ |
H A D | testhelper.cxx | 94 OString cstr_msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in SAL_IMPLEMENT_MAIN() local 95 OSL_ENSURE( ! "exception occurred: ", cstr_msg.getStr() ); in SAL_IMPLEMENT_MAIN()
|
Completed in 59 milliseconds