Lines Matching refs:interface
42 published interface XIdlField;
43 published interface XIdlMethod;
44 published interface XIdlArray;
50 published interface XIdlClass: com::sun::star::uno::XInterface
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
107 all base interfaces of an interface type or an empty sequence.
117 returns a <type>XIdlClass</type> interface reflecting
121 reflection interface of the element type of an array or
126 /** If the reflected type is an interface, struct or union, then you
127 get a <type>XIdlField</type> interface reflecting the demanded
128 field (/interface attribute) by name.
130 If the reflected type is not an interface, struct or union or the
131 interace, struct or union does not have a field (/interface attribute)
137 demanded field (/interface attribute) reflection (or null-reference)
141 /** If the reflected type is an interface, struct or union, then you
143 (/interface attributes). This also includes all inherited
144 fields (/interface attributes) of the interface, struct of union.
146 If the reflected type is not an interface, struct or union or the
147 interface, struct or union does not have any field (/interface attribute),
151 all field (/interface attribute) reflections (or empty sequence)
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
171 of the interface. This also includes the inherited methods of the interface.
173 If the reflected type is not an interface or the interface
182 a <type>XIdlArray</type> interface to modify instances of the array type.