| LibreOffice
    LibreOffice 24.8 SDK C/C++ API Reference | 
Type description of an enum. More...
#include <typedescription.h>
| Public Attributes | |
| typelib_TypeDescription | aBase | 
| inherits all members of typelib_TypeDescription | |
| sal_Int32 | nDefaultEnumValue | 
| first value of the enum | |
| sal_Int32 | nEnumValues | 
| number of enum values | |
| rtl_uString ** | ppEnumNames | 
| names of enum values | |
| sal_Int32 * | pEnumValues | 
| values of enum (corresponding to names in similar order) | |
Type description of an enum.
The type class of this description is typelib_TypeClass_ENUM.
| typelib_TypeDescription _typelib_EnumTypeDescription::aBase | 
inherits all members of typelib_TypeDescription
| sal_Int32 _typelib_EnumTypeDescription::nDefaultEnumValue | 
first value of the enum
| sal_Int32 _typelib_EnumTypeDescription::nEnumValues | 
number of enum values
| sal_Int32* _typelib_EnumTypeDescription::pEnumValues | 
values of enum (corresponding to names in similar order)
| rtl_uString** _typelib_EnumTypeDescription::ppEnumNames | 
names of enum values