LibreOffice
LibreOffice 24.2 SDK API Reference
|
Reflects a service. More...
import"XServiceTypeDescription.idl";
Public Member Functions | |
sequence< XServiceTypeDescription > | getMandatoryServices () |
Returns the type descriptions of the mandatory services defined for this service. More... | |
sequence< XServiceTypeDescription > | getOptionalServices () |
Returns the type descriptions of the optional services defined for this service. More... | |
sequence< XInterfaceTypeDescription > | getMandatoryInterfaces () |
Returns the type descriptions of the mandatory interfaces defined for this service. More... | |
sequence< XInterfaceTypeDescription > | getOptionalInterfaces () |
Returns the type descriptions of the optional interface defined for this service. More... | |
sequence< XPropertyTypeDescription > | getProperties () |
Returns the properties defined for this service. 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... | |
Reflects a service.
This type is superseded by XServiceTypeDescription2, which supports single-interface–based services, in addition to the obsolete, accumulation-based services.
The type class of this type is com::sun::star::uno::TypeClass::SERVICE.
sequence< XInterfaceTypeDescription > getMandatoryInterfaces | ( | ) |
Returns the type descriptions of the mandatory interfaces defined for this service.
sequence< XServiceTypeDescription > getMandatoryServices | ( | ) |
Returns the type descriptions of the mandatory services defined for this service.
sequence< XInterfaceTypeDescription > getOptionalInterfaces | ( | ) |
Returns the type descriptions of the optional interface defined for this service.
sequence< XServiceTypeDescription > getOptionalServices | ( | ) |
Returns the type descriptions of the optional services defined for this service.
sequence< XPropertyTypeDescription > getProperties | ( | ) |
Returns the properties defined for this service.