LibreOffice
LibreOffice 25.8 SDK API Reference
|
Reflects an enum type. More...
import "XEnumTypeDescription.idl";
Public Member Functions | |
long | getDefaultEnumValue () |
Returns the default enum value. | |
sequence< string > | getEnumNames () |
Returns the enum member values. | |
sequence< long > | getEnumValues () |
Returns the enum member names. | |
Public Member Functions inherited from XTypeDescription | |
com::sun::star::uno::TypeClass | getTypeClass () |
Returns the type class of the reflected UNOIDL entity. | |
string | getName () |
Returns the fully qualified name of the UNOIDL entity. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
Reflects an enum type.
long getDefaultEnumValue | ( | ) |
Returns the default enum value.
sequence< string > getEnumNames | ( | ) |
Returns the enum member values.
sequence< long > getEnumValues | ( | ) |
Returns the enum member names.