Lines Matching refs:type

48 /** Provides information reflecting an UNO type.
61 /** Tests whether two reflecting objects reflect the same type.
64 true, if the objects reflect the same type, false otherwise.
68 /** Tests whether values of this reflected type are assignable from values
72 another reflected type
74 true, if values of this reflected type are assignable
79 /** Returns the <type scope="com::sun::star::uno">TypeClass</type>
80 of the reflected type.
83 type class of the reflected type.
87 /** Returns the fully-qualified name of the reflected type.
90 the fully-qualified name of the type
100 /** If the reflected type is an interface, then the returned
101 sequence of <type>XIdlClass</type> reflect the base interfaces.
103 If the reflected type is not an interface or an interface that is
107 all base interfaces of an interface type or an empty sequence.
116 /** If the reflected type is an array or sequence, then this method
117 returns a <type>XIdlClass</type> interface reflecting
121 reflection interface of the element type of an array or
122 sequence type (null-reference otherwise).
126 /** If the reflected type is an interface, struct or union, then you
127 get a <type>XIdlField</type> interface reflecting the demanded
130 If the reflected type is not an interface, struct or union or the
141 /** If the reflected type is an interface, struct or union, then you
142 get a sequence of <type>XIdlField</type> interfaces reflecting all fields
146 If the reflected type is not an interface, struct or union or the
155 /** If the reflected type is an interface, then you get
156 a <type>XIdlMethod</type> interface reflecting the demanded method by name.
158 If the reflected type is not an interface or the interface does not have
169 /** If the reflected type is an interface, then you get
170 a sequence of <type>XIdlMethod</type> interfaces reflecting all methods
173 If the reflected type is not an interface or the interface
181 /** If the reflected type is an array, then you get
182 a <type>XIdlArray</type> interface to modify instances of the array type.
184 If the reflected type is not an array, then a null-reference is returned.
191 /** This method creates instances of the reflected type.
194 Instances of type <code>any</code> can not be passed using an <code>any</code>, because
195 anys cannot be nested. So if the reflected type is an <code>any</code>, then the