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

(Global Index)

Syntax

interface XIndirectTypeDescription : com::sun::star::reflection::XTypeDescription ;

Description

The type description of a typedef, array or sequence. The type class of this description is TypeClass_TYPEDEF or TypeClass_SEQUENCE or TypeClass_ARRAY.

Method Summary

getReferencedType

Method Details



getReferencedType

Syntax

com::sun::star::reflection::XTypeDescription getReferencedType ();

Description

Returns

the typedefed type, if the type is a typedef, or the base type, if the type is a array or sequence.
Top of Page