Home
last modified time | relevance | path

Searched refs:BridgeRuntimeError (Results 1 – 16 of 16) sorted by relevance

/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx595 catch (BridgeRuntimeError &) in variantToAny()
607 throw BridgeRuntimeError( in variantToAny()
679 catch (BridgeRuntimeError&) in anyToVariant()
685 throw BridgeRuntimeError( in anyToVariant()
691 throw BridgeRuntimeError( in anyToVariant()
1010 catch(BridgeRuntimeError&) in anyToVariant()
1016 throw BridgeRuntimeError( in anyToVariant()
1022 throw BridgeRuntimeError( in anyToVariant()
1631 catch (BridgeRuntimeError & ) in variantToAny()
1643 throw BridgeRuntimeError( in variantToAny()
[all …]
H A Doleobjw.cxx213 catch (BridgeRuntimeError & e) in invoke()
387 catch (BridgeRuntimeError& e) in setValue()
569 catch (BridgeRuntimeError& e) in getValue()
621 catch (BridgeRuntimeError& e) in hasMethod()
668 catch (BridgeRuntimeError& e) in hasProperty()
971 throw BridgeRuntimeError( in invokeWithDispIdUnoTlb()
981 throw BridgeRuntimeError( in invokeWithDispIdUnoTlb()
1202 catch( BridgeRuntimeError& ) in initialize()
1244 catch ( BridgeRuntimeError & e ) in initialize()
2522 throw BridgeRuntimeError( in getTypeInfo()
[all …]
H A Dunoobjw.cxx300 catch(BridgeRuntimeError& ) in GetIDsOfNames()
369 throw BridgeRuntimeError( in convertDispparamsArgs()
412 throw BridgeRuntimeError( in convertDispparamsArgs()
883 catch(BridgeRuntimeError& e) in Invoke()
976 catch(BridgeRuntimeError & e) in doInvoke()
1016 catch(BridgeRuntimeError& e) in doGetProperty()
1180 catch(BridgeRuntimeError & e) in InvokeGeneral()
1581 catch(BridgeRuntimeError& e) in Invoke()
H A Dole2uno.hxx123 class BridgeRuntimeError class
126 BridgeRuntimeError(const OUString& sMessage) in BridgeRuntimeError() function in ole_adapter::BridgeRuntimeError
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx183 throw BridgeRuntimeError(mapCliString(msg)); in loadCliType()
194 throw BridgeRuntimeError(ouMessage); in loadCliType()
466 throw BridgeRuntimeError( buf.makeStringAndClear() ); in mapCliType()
656 throw BridgeRuntimeError( in mapCliTypeName()
665 throw BridgeRuntimeError( in mapCliTypeName()
674 throw BridgeRuntimeError( in mapCliTypeName()
1025 catch (BridgeRuntimeError& ) in map_to_uno()
1206 catch (BridgeRuntimeError& e) in map_to_uno()
1406 catch (BridgeRuntimeError& e) in map_to_uno()
1482 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
[all …]
H A Dcli_proxy.cxx97 throw BridgeRuntimeError(buf.makeStringAndClear()); in UnoInterfaceInfo()
301 catch (BridgeRuntimeError& e) in CanCastTo()
572 throw BridgeRuntimeError( buf.makeStringAndClear() ); in Invoke()
574 catch (BridgeRuntimeError & err) in Invoke()
781 throw BridgeRuntimeError( buf.makeStringAndClear() ); in makeMethodInfos()
858 throw BridgeRuntimeError(buf.makeStringAndClear()); in getMethodInfo()
1071 throw BridgeRuntimeError( in cli_proxy_dispatch()
1149 throw BridgeRuntimeError( in cli_proxy_dispatch()
1154 catch (BridgeRuntimeError & err) in cli_proxy_dispatch()
H A Dcli_base.h113 struct BridgeRuntimeError struct
117 inline BridgeRuntimeError( ::rtl::OUString const & message ) in BridgeRuntimeError() argument
141 throw BridgeRuntimeError(OUSTR("out of memory!") ); in allocate()
168 throw BridgeRuntimeError( in TypeDescr()
H A Dcli_bridge.cxx102 catch (BridgeRuntimeError & err) in Mapping_cli2uno()
161 catch (BridgeRuntimeError & err) in Mapping_uno2cli()
342 catch (BridgeRuntimeError & err) in uno_ext_getMapping()
H A Dcli_uno.cxx243 throw BridgeRuntimeError( buf.makeStringAndClear() ); in call_cli()
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx106 catch (BridgeRuntimeError & err) in Mapping_map_to_uno()
176 catch (BridgeRuntimeError & err) in Mapping_map_to_java()
299 throw BridgeRuntimeError( in java_exc_occured()
309 throw BridgeRuntimeError( in java_exc_occured()
319 throw BridgeRuntimeError( in java_exc_occured()
331 throw BridgeRuntimeError( in java_exc_occured()
345 throw BridgeRuntimeError( in java_exc_occured()
353 throw BridgeRuntimeError( message + get_stack_trace( jo_exc.get() ) ); in java_exc_occured()
535 catch (BridgeRuntimeError & err) in uno_ext_getMapping()
H A Djni_base.h57 struct BridgeRuntimeError struct
61 inline BridgeRuntimeError( ::rtl::OUString const & message ) in BridgeRuntimeError() function
251 throw BridgeRuntimeError( OUSTR("out of memory!") ); in allocate()
280 throw BridgeRuntimeError( in TypeDescr()
H A Djni_java2uno.cxx149 throw BridgeRuntimeError( buf.makeStringAndClear() ); in handle_uno_exc()
159 throw BridgeRuntimeError( message ); in handle_uno_exc()
443 throw BridgeRuntimeError( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
453 throw BridgeRuntimeError( 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()
616 catch (BridgeRuntimeError & err) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
H A Djni_uno2java.cxx75 throw BridgeRuntimeError( in handle_java_exc()
101 throw BridgeRuntimeError( buf.makeStringAndClear() ); in handle_java_exc()
163 throw BridgeRuntimeError( buf.makeStringAndClear() ); in call_java()
569 catch (BridgeRuntimeError & err) in UNO_proxy_free()
706 throw BridgeRuntimeError( in UNO_proxy_dispatch()
816 throw BridgeRuntimeError( in UNO_proxy_dispatch()
821 catch (BridgeRuntimeError & err) in UNO_proxy_dispatch()
H A Djni_data.cxx395 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
420 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
436 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
450 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
543 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
722 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
747 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
1019 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
1158 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
1212 throw BridgeRuntimeError( buf.makeStringAndClear() ); in map_to_uno()
[all …]
H A Djni_info.cxx60 throw BridgeRuntimeError( buf.makeStringAndClear() ); in JNI_type_info()
376 throw BridgeRuntimeError( buf.makeStringAndClear() ); in create_type_info()
477 throw BridgeRuntimeError( buf.makeStringAndClear() ); in get_type_info()
H A Djni_info.h363 throw BridgeRuntimeError( in append_sig()

Completed in 110 milliseconds