LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
tdoc_ucp::DocumentContentFactory Class Reference

#include <tdoc_documentcontentfactory.hxx>

Inheritance diagram for tdoc_ucp::DocumentContentFactory:
[legend]
Collaboration diagram for tdoc_ucp::DocumentContentFactory:
[legend]

Public Member Functions

 DocumentContentFactory (css::uno::Reference< css::uno::XComponentContext >)
 
virtual ~DocumentContentFactory () 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
 
virtual css::uno::Reference< css::ucb::XContent > SAL_CALL createDocumentContent (const css::uno::Reference< css::frame::XModel > &Model) override
 

Private Attributes

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

Detailed Description

Definition at line 30 of file tdoc_documentcontentfactory.hxx.

Constructor & Destructor Documentation

◆ DocumentContentFactory()

DocumentContentFactory::DocumentContentFactory ( css::uno::Reference< css::uno::XComponentContext >  )
explicit

Definition at line 40 of file tdoc_documentcontentfactory.cxx.

References m_xContext.

◆ ~DocumentContentFactory()

DocumentContentFactory::~DocumentContentFactory ( )
overridevirtual

Definition at line 48 of file tdoc_documentcontentfactory.cxx.

Member Function Documentation

◆ createDocumentContent()

uno::Reference< ucb::XContent > SAL_CALL DocumentContentFactory::createDocumentContent ( const css::uno::Reference< css::frame::XModel > &  Model)
overridevirtual

Definition at line 82 of file tdoc_documentcontentfactory.cxx.

References m_xContext, and Model.

◆ getImplementationName()

OUString SAL_CALL DocumentContentFactory::getImplementationName ( )
overridevirtual

Definition at line 57 of file tdoc_documentcontentfactory.cxx.

◆ getSupportedServiceNames()

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

Definition at line 71 of file tdoc_documentcontentfactory.cxx.

◆ supportsService()

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

Definition at line 64 of file tdoc_documentcontentfactory.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > tdoc_ucp::DocumentContentFactory::m_xContext
private

Definition at line 53 of file tdoc_documentcontentfactory.hxx.

Referenced by createDocumentContent().


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