Searched refs:uno_name (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_info.cxx | 251 OUString const & uno_name = in JNI_compound_type_info() local 256 sal_Int32 i = uno_name.indexOf( '<' ); in JNI_compound_type_info() 258 nucleus = uno_name; in JNI_compound_type_info() 260 nucleus = uno_name.copy( 0, i ); in JNI_compound_type_info() 374 buf.append( uno_name ); in create_type_info() 383 JNI_type_info_holder & holder = m_type_map[ uno_name ]; in create_type_info() 412 t_str2type::const_iterator iFind( m_type_map.find( uno_name ) ); in get_type_info() 455 JNI_context const & jni, OUString const & uno_name ) const in get_type_info() 457 if (uno_name.equalsAsciiL( in get_type_info() 469 css::uno::TypeDescription td( uno_name ); in get_type_info() [all …]
|
H A D | jni_info.h | 219 ::rtl::OUString const & uno_name ) const; 312 ::rtl::OUString const & uno_name = in append_sig() 316 sal_Int32 i = uno_name.indexOf( '<' ); in append_sig() 320 use_slashes ? uno_name.replace( '.', '/' ) : uno_name, in append_sig() 323 rtl::OUString s( uno_name.copy( 0, i ) ); in append_sig() 352 ::rtl::OUString const & uno_name = in append_sig() 357 use_slashes ? uno_name.replace( '.', '/' ) : uno_name, in append_sig()
|
/aoo41x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 50 OUString const & uno_name ) in to_cts_name() argument 52 OUStringBuffer buf( 7 + uno_name.getLength() ); in to_cts_name() 54 buf.append( uno_name ); in to_cts_name() 562 ::System::String * uno_name = in get_type() 565 uno_name->Substring( uno_name->LastIndexOf( '.' ) +1 ), in get_type() 646 OUString uno_name( xType->getName() ); in get_type() local 649 if (uno_name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in get_type() 660 ::System::String * cts_name = to_cts_name( uno_name ); in get_type() 723 OUString uno_name( xType->getName() ); in get_type() local 724 if (uno_name.equalsAsciiL( in get_type() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | except.cxx | 409 OString uno_name( toUNOname( pInfo ) ); in cc50_solaris_intel_fillUnoException() local 411 uno_name, RTL_TEXTENCODING_ASCII_US ) ); in cc50_solaris_intel_fillUnoException()
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | except.cxx | 402 OString uno_name( toUNOname( pInfo ) ); in cc50_solaris_sparc_fillUnoException() local 404 uno_name, RTL_TEXTENCODING_ASCII_US ) ); in cc50_solaris_sparc_fillUnoException()
|
Completed in 33 milliseconds