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 {
39 string getImplementationName();
49 boolean supportsService( [in]
string ServiceName );
57 sequence<string> getSupportedServiceNames();
Provides information regarding the implementation: which services are implemented and the name of the...
Definition: XServiceInfo.idl:32
base interface of all UNO interfaces
Definition: XInterface.idl:47