Lines Matching refs:uno_name
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()
654 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()
773 ustring_to_String( uno_name ) ); in get_type()