LibreOffice
LibreOffice 24.2 SDK API Reference
|
Reflects a service, supporting single-interface–based services. More...
import"XServiceTypeDescription2.idl";
Public Member Functions | |
boolean | isSingleInterfaceBased () |
Returns whether this object reflects a single-interface–based service. More... | |
XTypeDescription | getInterface () |
Returns the interface type associated with the service. More... | |
sequence< XServiceConstructorDescription > | getConstructors () |
Returns the constructors of the service. More... | |
Public Member Functions inherited from XServiceTypeDescription | |
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, supporting single-interface–based services.
This type supersedes XServiceTypeDescription, which only supports obsolete, accumulation-based services.
sequence<XServiceConstructorDescription> getConstructors | ( | ) |
Returns the constructors of the service.
XTypeDescription getInterface | ( | ) |
Returns the interface type associated with the service.
NULL
is returned boolean isSingleInterfaceBased | ( | ) |
Returns whether this object reflects a single-interface–based service.
TRUE
if this object reflects a single-interface–based service, and FALSE
if this object reflects an obsolete, accumulation-based service