LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_lang_XServiceInfo_idl__
20 #define __com_sun_star_lang_XServiceInfo_idl__
26 module
com { module sun { module star { module lang {
boolean supportsService([in] string ServiceName)
Tests whether the specified service is supported, i.e.
string getImplementationName()
Provides the implementation name of the service implementation.
Provides information regarding the implementation: which services are implemented and the name of the...
Definition: XServiceInfo.idl:33
sequence< string > getSupportedServiceNames()
Provides the supported service names of the implementation, including also indirect service names.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48