LibreOffice Module package (master) 1
Public Member Functions | Private Attributes | List of all members
OStorageFactory Class Reference

#include <xfactory.hxx>

Inheritance diagram for OStorageFactory:
[legend]
Collaboration diagram for OStorageFactory:
[legend]

Public Member Functions

 OStorageFactory (const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance () override
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArguments (const css::uno::Sequence< css::uno::Any > &aArguments) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 

Detailed Description

Definition at line 30 of file xfactory.hxx.

Constructor & Destructor Documentation

◆ OStorageFactory()

OStorageFactory::OStorageFactory ( const css::uno::Reference< css::uno::XComponentContext > &  xContext)
inlineexplicit

Definition at line 36 of file xfactory.hxx.

Member Function Documentation

◆ createInstance()

uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstance ( )
overridevirtual

Definition at line 72 of file xfactory.cxx.

References m_xContext.

Referenced by createInstanceWithArguments().

◆ createInstanceWithArguments()

uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstanceWithArguments ( const css::uno::Sequence< css::uno::Any > &  aArguments)
overridevirtual

◆ getImplementationName()

OUString SAL_CALL OStorageFactory::getImplementationName ( )
overridevirtual

Definition at line 268 of file xfactory.cxx.

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL OStorageFactory::getSupportedServiceNames ( )
overridevirtual

Definition at line 278 of file xfactory.cxx.

◆ supportsService()

sal_Bool SAL_CALL OStorageFactory::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 273 of file xfactory.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > OStorageFactory::m_xContext
private

Definition at line 33 of file xfactory.hxx.

Referenced by createInstance(), and createInstanceWithArguments().


The documentation for this class was generated from the following files: