LibreOffice
LibreOffice 24.2 SDK API Reference
|
Provides information regarding the implementation: which services are implemented and the name of the implementation. More...
import"XServiceInfo.idl";
Public Member Functions | |
string | getImplementationName () |
Provides the implementation name of the service implementation. More... | |
boolean | supportsService ([in] string ServiceName) |
Tests whether the specified service is supported, i.e. More... | |
sequence< string > | getSupportedServiceNames () |
Provides the supported service names of the implementation, including also indirect service names. 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... | |
Provides information regarding the implementation: which services are implemented and the name of the implementation.
string getImplementationName | ( | ) |
Provides the implementation name of the service implementation.
sequence<string> getSupportedServiceNames | ( | ) |
Provides the supported service names of the implementation, including also indirect service names.
boolean supportsService | ( | [in] string | ServiceName | ) |
Tests whether the specified service is supported, i.e.
implemented by the implementation.
ServiceName | name of service to be tested |