LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XIndirectTypeDescription Interface Referencepublished

Reflects a typedef or sequence type. More...

import"XIndirectTypeDescription.idl";

Inheritance diagram for XIndirectTypeDescription:
XTypeDescription XInterface

Public Member Functions

com::sun::star::reflection::XTypeDescription getReferencedType ()
 Returns the typedefed type, if the type is a typedef, or the element type, if the type is a sequence. More...
 
- Public Member Functions inherited from XTypeDescription
com::sun::star::uno::TypeClass getTypeClass ()
 Returns the type class of the reflected UNOIDL entity. More...
 
string getName ()
 Returns the fully qualified name of the UNOIDL entity. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Reflects a typedef or sequence type.

The type class of this description is TypeClass_TYPEDEF or TypeClass_SEQUENCE.

Member Function Documentation

◆ getReferencedType()

Returns the typedefed type, if the type is a typedef, or the element type, if the type is a sequence.

Returns
referenced type

The documentation for this interface was generated from the following file: