Home
last modified time | relevance | path

Searched refs:polymorphic (Results 1 – 6 of 6) sorted by relevance

/trunk/main/udkapi/com/sun/star/reflection/
H A DXStructTypeDescription.idl34 Reflects a struct type, supporting polymorphic struct types.
49 <li>Instantiated polymorphic struct types, like <code>Struct&lt;long,
69 Returns the type parameters of a polymorphic struct type template.
72 order; for a plain struct type, or an instantiated polymorphic struct
78 Returns the type arguments of an instantiated polymorphic struct type.
81 plain struct type, or a polymorphic struct type template, an empty
H A DXPublished.idl48 polymorphic struct type templates
75 type parameters of polymorphic struct type templates
77 instantiated polymorphic struct types
H A DXCompoundTypeDescription.idl40 <type>XStructTypeDescription</type>, which supports polymorphic struct
55 <p>For a polymorphic struct type template, a member of parameterized
H A DTypeDescriptionManager.idl77 <li>Instantiated polymorphic struct types are accessible via
91 the names of instantiated polymorphic struct types, like
/trunk/main/bridges/source/jni_uno/
H A Djni_data.cxx757 bool polymorphic in map_to_uno() local
782 bool parameterizedType = polymorphic in map_to_uno()
1949 bool polymorphic in map_to_java() local
1962 bool parameterizedType = polymorphic in map_to_java()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx816 bool polymorphic = eTypeClass == typelib_TypeClass_STRUCT in newTypeDescription() local
818 OSL_ASSERT(!polymorphic || pStructMembers != 0); in newTypeDescription()
819 if (polymorphic) { in newTypeDescription()
864 if (polymorphic) { in newTypeDescription()

Completed in 55 milliseconds