uses of interface XComponentContext

back to interface XComponentContext

Derived Interfaces
Synonym Typedefs
Services which Support this Interface
Uses as Return Type
Uses as Parameter
Uses as Data Type
References in Developers Guide


Services which Support this Interface
::com::sun::star::configuration::bootstrap::BootstrapContext

Uses as Parameter
::com::sun::star::lang::XMultiComponentFactory::createInstanceWithArgumentsAndContext()
::com::sun::star::lang::XSingleComponentFactory::createInstanceWithArgumentsAndContext()
::com::sun::star::lang::XMultiComponentFactory::createInstanceWithContext()
::com::sun::star::lang::XSingleComponentFactory::createInstanceWithContext()

Uses as Data Type
::com::sun::star::lang::ServiceManager::DefaultContext

References in Developers Guide
4.10 Writing UNO Components - The UNO Executable - Standalone Use Case
4.5.3 Writing UNO Components - Simple Component in Java - Providing a Single Factory Using Helper Method
4.5.6 Writing UNO Components - Simple Component in Java - Storing the Service Manager for Further Use
4.6.6 Writing UNO Components - C++ Component - Implementing without Helpers - Providing a Single Factory
4.6.7 Writing UNO Components - C++ Component - Storing the Service Manager for Further Use
2.5.1 First Steps - Working with Objects - Services - Using Properties
16.2.1 Office Bean - Overview of the OfficeBean API - OfficeConnection Interface
3.3.2 Professional UNO - UNO Concepts - Service Manager and Component Context - Component Context - ComponentContext API

Top of Page