LibreOffice Module cppuhelper (master)
1
|
Namespaces | |
detail | |
Classes | |
class | ServiceManager |
class | TypeManager |
Typedefs | |
typedef css::uno::XInterface * | ImplementationConstructorFn(css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
typedef std::function< css::uno::XInterface *(css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)> | WrapperConstructorFn |
typedef cppu::WeakComponentImplHelper< css::lang::XServiceInfo, css::lang::XMultiServiceFactory, css::lang::XMultiComponentFactory, css::container::XSet, css::container::XContentEnumerationAccess, css::beans::XPropertySet, css::beans::XPropertySetInfo, css::lang::XEventListener, css::lang::XInitialization > | ServiceManagerBase |
typedef cppu::WeakComponentImplHelper< css::lang::XServiceInfo, css::container::XHierarchicalNameAccess, css::container::XSet, css::reflection::XTypeDescriptionEnumerationAccess > | TypeManager_Base |
typedef css::uno::XInterface* cppuhelper::ImplementationConstructorFn(css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Definition at line 48 of file servicemanager.hxx.
typedef cppu::WeakComponentImplHelper< css::lang::XServiceInfo, css::lang::XMultiServiceFactory, css::lang::XMultiComponentFactory, css::container::XSet, css::container::XContentEnumerationAccess, css::beans::XPropertySet, css::beans::XPropertySetInfo, css::lang::XEventListener, css::lang::XInitialization> cppuhelper::ServiceManagerBase |
Definition at line 61 of file servicemanager.hxx.
typedef cppu::WeakComponentImplHelper< css::lang::XServiceInfo, css::container::XHierarchicalNameAccess, css::container::XSet, css::reflection::XTypeDescriptionEnumerationAccess > cppuhelper::TypeManager_Base |
Definition at line 41 of file typemanager.hxx.
typedef std::function<css::uno::XInterface * (css::uno::XComponentContext *, css::uno::Sequence<css::uno::Any> const&)> cppuhelper::WrapperConstructorFn |
Definition at line 53 of file servicemanager.hxx.