Lines Matching refs:S

146     if ((*sPolyName)->EndsWith(S">") == false)  in polymorphicStructNameToStructName()
161 if (typeName->StartsWith(S"["))//if (usUnoName[0] == '[') in mapUnoTypeName()
254 builder->Append(S","); in mapUnoPolymorphicName()
349 builder->Append(S",cli_basetypes"); in get_type()
365 sb->Append(new ::System::String(S"\nThe type ")); in get_type()
367 sb->Append(new ::System::String(S" \n could not be found. Did you forget to " \ in get_type()
368 S"specify an additional assembly with the --reference option?\n")); in get_type()
385 S"unoidl.com.sun.star.uno.Exception", false /* no exc */ ); in get_type_Exception()
391 S"unoidl.com.sun.star.uno.Exception", in get_type_Exception()
397 S"Context", __typeof (::System::Object), in get_type_Exception()
411 1, ParameterAttributes::In, S"Message" ); in get_type_Exception()
413 2, ParameterAttributes::In, S"Context" ); in get_type_Exception()
446 S"unoidl.com.sun.star.uno.RuntimeException", false /* no exc */ ); in get_type_RuntimeException()
453 S"unoidl.com.sun.star.uno.RuntimeException", in get_type_RuntimeException()
470 1, ParameterAttributes::In, S"Message" ); in get_type_RuntimeException()
472 2, ParameterAttributes::In, S"Context" ); in get_type_RuntimeException()
606 S"value__", __typeof (::System::Int32), in get_type()
936 param_type_name, S"&" ), true ); in complete_iface_type()
982 ::System::Type * arCtor[] = {::System::Type::GetType(S"System.Type[]")}; in complete_iface_type()
1080 1 /* starts with 1 */, ParameterAttributes::In, S"value" ); in complete_iface_type()
1129 {::System::Type::GetType(S"System.String[]")}; in complete_struct_type()
1214 all_member_names[ member_pos ] = S"Message"; in complete_struct_type()
1355 code->Emit( Emit::OpCodes::Ldstr, S"" ); in complete_struct_type()
1383 if (field_type->get_FullName()->Equals( S"uno.Any" )) in complete_struct_type()
1386 code->Emit( Emit::OpCodes::Ldsfld, __typeof(::uno::Any)->GetField(S"VOID")); in complete_struct_type()
1451 ? S"struct" in complete_struct_type()
1452 : S"exception", in complete_struct_type()
1533 get_type(S"unoidl.com.sun.star.uno.DeploymentException", true); in complete_service_type()
1543 ::System::Type * type_uno_exception = get_type(S"unoidl.com.sun.star.uno.Exception", true); in complete_service_type()
1557 arTypeParameters[0] = get_type(S"unoidl.com.sun.star.uno.XComponentContext", true); in complete_service_type()
1585 ctorName = new ::System::String(S"create"); in complete_service_type()
1607 1, ParameterAttributes::In, S"the_context"); in complete_service_type()
1639 get_type(S"unoidl.com.sun.star.lang.XMultiComponentFactory", true)); in complete_service_type()
1649 S"unoidl.com.sun.star.uno.XComponentContext", true) in complete_service_type()
1650 ->GetMethod(S"getServiceManager"); in complete_service_type()
1658 strbuilder->Append(S"The service "); in complete_service_type()
1660 … strbuilder->Append(S" could not be created. The context failed to supply the service manager."); in complete_service_type()
1692 local_factory->get_LocalType()->GetMethod(S"createInstanceWithContext"); in complete_service_type()
1703 … local_factory->get_LocalType()->GetMethod(S"createInstanceWithArgumentsAndContext"); in complete_service_type()
1732 typeAny->GetProperty(S"Type")->GetGetMethod(); in complete_service_type()
1734 typeAny->GetProperty(S"Value")->GetGetMethod(); in complete_service_type()
1751 S"GetTypeFromHandle", arTypeParams)); in complete_service_type()
1758 __typeof(::uno::PolymorphicType)->GetMethod(new System::String(S"GetType"), in complete_service_type()
1794 S"GetTypeFromHandle", arTypeParams)); in complete_service_type()
1826 … local_factory->get_LocalType()->GetMethod(S"createInstanceWithArgumentsAndContext"); in complete_service_type()
1838 ilGen->BeginCatchBlock(get_type(S"unoidl.com.sun.star.uno.RuntimeException", true)); in complete_service_type()
1848 get_type(S"unoidl.com.sun.star.uno.RuntimeException", true))) in complete_service_type()
1870 …strbuilder->Append(S"The context (com.sun.star.uno.XComponentContext) failed to supply the service… in complete_service_type()
1872 strbuilder->Append(S": "); in complete_service_type()
1879 type_uno_exception->GetProperty(S"Message")->GetGetMethod()); in complete_service_type()
1883 __typeof(System::String)->GetMethod(S"Concat", arConcatParams)); in complete_service_type()
1899 …strbuilder->Append(S"The context (com.sun.star.uno.XComponentContext) failed to supply the service… in complete_service_type()
1901 strbuilder->Append(S"."); in complete_service_type()
1953 ::System::Type * arTypesCtor[] = {::System::Type::GetType(S"System.Type[]")}; in get_exception_attribute()
2008 …::System::Type * arTypeParameters[] = {get_type(S"unoidl.com.sun.star.uno.XComponentContext", true… in complete_singleton_type()
2010 new System::String(S"get"), in complete_singleton_type()
2022 method_builder->DefineParameter(1, ParameterAttributes::In, S"the_context"); in complete_singleton_type()
2035 new ::System::Text::StringBuilder(S"/singletons/"); in complete_singleton_type()
2040 … get_type(S"unoidl.com.sun.star.uno.XComponentContext", true)->GetMethod(S"getValueByName"); in complete_singleton_type()
2047 __typeof(::uno::Any)->GetMethod(S"hasValue"); in complete_singleton_type()
2054 S"Component context fails to supply singleton "); in complete_singleton_type()
2056 sBuilder->Append(S" of type "); in complete_singleton_type()
2058 sBuilder->Append(S"."); in complete_singleton_type()
2064 get_type(S"unoidl.com.sun.star.uno.DeploymentException",true) in complete_singleton_type()
2071 ilGen->Emit(Emit::OpCodes::Call, __typeof(::uno::Any)->GetProperty(S"Value")->GetGetMethod()); in complete_singleton_type()
2144 element_type->get_FullName(), S"[]" ), true ); in get_type()
2149 ::System::String * sName = ::System::String::Concat(pt->PolymorphicName, S"[]"); in get_type()