Lines Matching refs:an
14 * software distributed under the License is distributed on an
48 /** Provides information reflecting an UNO type.
100 /** If the reflected type is an interface, then the returned
103 If the reflected type is not an interface or an interface that is
104 not derived from another, then an empty sequence is returned.
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
121 reflection interface of the element type of an array or
126 /** If the reflected type is an interface, struct or union, then you
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
146 If the reflected type is not an interface, struct or union or the
148 then an empty sequence is returned.
155 /** If the reflected type is an interface, then you get
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
173 If the reflected type is not an interface or the interface
181 /** If the reflected type is an array, then you get
184 If the reflected type is not an array, then a null-reference is returned.
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