| LibreOffice
    LibreOffice 25.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. | |
| boolean | supportsService ([in] string ServiceName) | 
| Tests whether the specified service is supported, i.e. | |
| sequence< string > | getSupportedServiceNames () | 
| Provides the supported service names of the implementation, including also indirect service names. | |
| 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. | |
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 |