interface XIdlClassProvider in module com::sun::star::reflection::

(Global Index)

Syntax

interface XIdlClassProvider : com::sun::star::uno::XInterface ;

Description

makes it possible to access the XIdlClass interfaces of the implementation.

Method Summary

getIdlClasses * Returns the sequence of the XIdlClasses, that represents the type of the implementation. * If the object do not aggregate other objects, then the length of the sequence is 1. * If the object aggregate other objects, then all XIdlClasses from these objects * are appended to the sequence. *

Method Details



getIdlClasses

Syntax

sequence< com::sun::star::reflection::XIdlClass > getIdlClasses ();

Description

* Returns the sequence of the XIdlClasses, that represents the type of the implementation. * If the object do not aggregate other objects, then the length of the sequence is 1. * If the object aggregate other objects, then all XIdlClasses from these objects * are appended to the sequence. *

Top of Page