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

com :: sun :: star :: uno ::

interface XComponentContext

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

Description
Component context to be granted to a component for running. Arbitrary values can be retrieved from the context.


Methods' Summary

getValueByName Gets a value from the context.
getServiceManager Gets the service manager instance to be used (or null). This method has been added for convenience, because the service manager is an often used object.

Methods' Details

getValueByName
 
any
getValueByName(
[ in ] string Name );

Description
Gets a value from the context.
Parameter Name
name of value
Returns
value
getServiceManager
 
com::sun::star::lang::XMultiComponentFactory
getServiceManager();
Description
Gets the service manager instance to be used (or null). This method has been added for convenience, because the service manager is an often used object.

Top of Page