Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: lang ::

interface XServiceName

Base Interface
com::sun::star::uno::XInterface

Description
identifies the object with a service name which can be used to create such an object by a factory.


Known Services which Export this Interface

com::sun::star::sheet::AddIn is the base for AddIn services that supply functions which can be called by other components.

Methods' Summary

getServiceName

Methods' Details

getServiceName
 
string
getServiceName();
Returns
the service name that can be used to create such an object by a factory.
See also
XPersistObject::getServiceName

Top of Page