Lines Matching refs:System

52 	static const ::System::String * sUnoVoid = S"void";
53 static const ::System::String * sUnoType = S"type";
54 static const ::System::String * sUnoAny = S"any";
55 static const ::System::String * sUnoBool = S"boolean";
56 static const ::System::String * sUnoByte = S"byte";
57 static const ::System::String * sUnoChar = S"char";
58 static const ::System::String * sUnoShort = S"short";
59 static const ::System::String * sUnoUShort = S"unsigned short";
60 static const ::System::String * sUnoLong = S"long";
61 static const ::System::String * sUnoULong = S"unsigned long";
62 static const ::System::String * sUnoHyper = S"hyper";
63 static const ::System::String * sUnoUHyper = S"unsigned hyper";
64 static const ::System::String * sUnoString = S"string";
65 static const ::System::String * sUnoFloat = S"float";
66 static const ::System::String * sUnoDouble = S"double";
67 static const ::System::String * sUnoXInterface = S"com.sun.star.uno.XInterface";
68 static const ::System::String * sBrackets = S"[]";
70 static const System::String* sObject = S"System.Object";
71 static const System::String* sType = S"System.Type";
72 static const System::String* sUnoidl = S"unoidl.";
73 static const System::String* sVoid = S"System.Void";
74 static const System::String* sAny = S"uno.Any";
75 static const System::String* sBoolean = S"System.Boolean";
76 static const System::String* sChar = S"System.Char";
77 static const System::String* sByte = S"System.Byte";
78 static const System::String* sInt16 = S"System.Int16";
79 static const System::String* sUInt16 = S"System.UInt16";
80 static const System::String* sInt32 = S"System.Int32";
81 static const System::String* sUInt32 = S"System.UInt32";
82 static const System::String* sInt64 = S"System.Int64";
83 static const System::String* sUInt64 = S"System.UInt64";
84 static const System::String* sString = S"System.String";
85 static const System::String* sSingle = S"System.Single";
86 static const System::String* sDouble = S"System.Double";
87 static const System::String* sComma = new System::String(S",");
92 inline ::System::String * ustring_to_String( ::rtl::OUString const & ustr ) in ustring_to_String()
94 return new ::System::String( ustr.getStr(), 0, ustr.getLength() ); in ustring_to_String()
98 inline ::rtl::OUString String_to_ustring( ::System::String * str ) in String_to_ustring()
111 const ::System::Reflection::MethodAttributes c_ctor_method_attr =
112 (::System::Reflection::MethodAttributes)
113 (::System::Reflection::MethodAttributes::Public |
114 ::System::Reflection::MethodAttributes::HideBySig |
115 ::System::Reflection::MethodAttributes::SpecialName |
116 ::System::Reflection::MethodAttributes::RTSpecialName
121 __gc class TypeEmitter : public ::System::IDisposable
123 ::System::Reflection::Emit::ModuleBuilder * m_module_builder;
124 ::System::Reflection::Assembly * m_extra_assemblies __gc [];
126 ::System::Reflection::MethodInfo * m_method_info_Type_GetTypeFromHandle;
128 ::System::Type * m_type_Exception;
129 ::System::Type * get_type_Exception();
130 ::System::Type * m_type_RuntimeException;
131 ::System::Type * get_type_RuntimeException();
133 ::System::Reflection::Emit::CustomAttributeBuilder* get_service_exception_attribute(
135 ::System::Reflection::Emit::CustomAttributeBuilder* get_iface_method_exception_attribute(
137 ::System::Reflection::Emit::CustomAttributeBuilder* get_exception_attribute(
154 ::System::Collections::ArrayList * get_service_ctor_method_exceptions_reduced(
163 ::System::Reflection::Emit::TypeBuilder * m_type_builder;
165 ::System::Collections::Hashtable * m_incomplete_ifaces;
166 ::System::Type * complete_iface_type( iface_entry * entry );
172 ::System::Reflection::Emit::TypeBuilder * m_type_builder;
173 ::System::Type * m_base_type;
175 ::System::String * m_member_names __gc [];
176 ::System::Type * m_param_types __gc [];
177 ::System::Reflection::ConstructorInfo * m_default_ctor;
178 ::System::Reflection::ConstructorInfo * m_ctor;
180 ::System::Collections::Hashtable * m_incomplete_structs;
181 ::System::Type * complete_struct_type( struct_entry * entry );
191 ::System::Type * get_complete_struct( ::System::String * sName);
196 ::System::Reflection::Emit::TypeBuilder * m_type_builder;
199 ::System::Collections::Hashtable * m_incomplete_services;
200 ::System::Type * complete_service_type(service_entry * entry);
205 ::System::Reflection::Emit::TypeBuilder * m_type_builder;
210 ::System::Collections::Hashtable * m_incomplete_singletons;
211 ::System::Type * complete_singleton_type(singleton_entry * entry);
214 ::System::Collections::Hashtable * m_generated_structs;
216 ::System::Type * get_type(
217 ::System::String * cli_name, bool throw_exc );
218 ::System::Type * get_type(
221 ::System::Type * get_type(
224 ::System::Type * get_type(
231 ::System::Type * get_type(
234 ::System::Type * get_type(
237 ::System::Type * get_type(
246 ::System::Type * get_type(
251 ::System::Reflection::Emit::ModuleBuilder * module_builder,
252 ::System::Reflection::Assembly * assemblies __gc [] );
256 ::System::Reflection::Assembly * type_resolve(
257 ::System::Object * sender, ::System::ResolveEventArgs * args );
259 ::System::Type * get_type(