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

#include <xfactory.hxx>

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

Public Member Functions

 OOoSpecialEmbeddedObjectFactory (const css::uno::Reference< css::uno::XComponentContext > &rxContext)
 
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceUserInit (const css::uno::Sequence< sal_Int8 > &aClassID, const OUString &aClassName, const css::uno::Reference< css::embed::XStorage > &xStorage, const OUString &sEntName, sal_Int32 nEntryConnectionMode, const css::uno::Sequence< css::beans::PropertyValue > &lArguments, const css::uno::Sequence< css::beans::PropertyValue > &lObjArgs) 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
 
::comphelper::MimeConfigurationHelper m_aConfigHelper
 

Detailed Description

Definition at line 68 of file xfactory.hxx.

Constructor & Destructor Documentation

◆ OOoSpecialEmbeddedObjectFactory()

OOoSpecialEmbeddedObjectFactory::OOoSpecialEmbeddedObjectFactory ( const css::uno::Reference< css::uno::XComponentContext > &  rxContext)
inlineexplicit

Definition at line 77 of file xfactory.hxx.

Member Function Documentation

◆ createInstanceUserInit()

uno::Reference< uno::XInterface > SAL_CALL OOoSpecialEmbeddedObjectFactory::createInstanceUserInit ( const css::uno::Sequence< sal_Int8 > &  aClassID,
const OUString &  aClassName,
const css::uno::Reference< css::embed::XStorage > &  xStorage,
const OUString &  sEntName,
sal_Int32  nEntryConnectionMode,
const css::uno::Sequence< css::beans::PropertyValue > &  lArguments,
const css::uno::Sequence< css::beans::PropertyValue > &  lObjArgs 
)
overridevirtual

◆ getImplementationName()

OUString SAL_CALL OOoSpecialEmbeddedObjectFactory::getImplementationName ( )
overridevirtual

Definition at line 396 of file xfactory.cxx.

◆ getSupportedServiceNames()

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

Definition at line 406 of file xfactory.cxx.

◆ supportsService()

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

Definition at line 401 of file xfactory.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_aConfigHelper

::comphelper::MimeConfigurationHelper OOoSpecialEmbeddedObjectFactory::m_aConfigHelper
private

Definition at line 74 of file xfactory.hxx.

Referenced by createInstanceUserInit().

◆ m_xContext

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

Definition at line 72 of file xfactory.hxx.

Referenced by createInstanceUserInit().


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