LibreOffice
LibreOffice 7.4 SDK API Reference
|
Deprecated, UNOIDL does not have a union concept. More...
import"XUnionTypeDescription.idl";
Public Member Functions | |
com::sun::star::reflection::XTypeDescription | getDiscriminantType () |
Returns the (ordinal) discriminant type. More... | |
any | getDefaultDiscriminant () |
Returns the default discriminant value. More... | |
com::sun::star::reflection::XTypeDescription | getDefaultMemberType () |
Returns the type of the default value. More... | |
sequence< any > | getDiscriminants () |
Returns discriminants of all members in order of IDL declaration. More... | |
sequence< com::sun::star::reflection::XTypeDescription > | getMemberTypes () |
Returns types of all members in order of IDL declaration. More... | |
sequence< string > | getMemberNames () |
Returns names of all members in order of IDL declaration. More... | |
![]() | |
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... | |
![]() | |
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... | |
Deprecated, UNOIDL does not have a union concept.
any getDefaultDiscriminant | ( | ) |
Returns the default discriminant value.
com::sun::star::reflection::XTypeDescription getDefaultMemberType | ( | ) |
Returns the type of the default value.
sequence< any > getDiscriminants | ( | ) |
Returns discriminants of all members in order of IDL declaration.
com::sun::star::reflection::XTypeDescription getDiscriminantType | ( | ) |
Returns the (ordinal) discriminant type.
sequence< string > getMemberNames | ( | ) |
Returns names of all members in order of IDL declaration.
sequence< com::sun::star::reflection::XTypeDescription > getMemberTypes | ( | ) |
Returns types of all members in order of IDL declaration.