LibreOffice Module xmloff (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
xmloff::OColumnImport< BASE > Class Template Reference

helper class importing a single grid column (without the <form:column> element wrapping the column). More...

#include <elementimport.hxx>

Inheritance diagram for xmloff::OColumnImport< BASE >:
[legend]
Collaboration diagram for xmloff::OColumnImport< BASE >:
[legend]

Public Member Functions

 OColumnImport (OFormLayerXMLImport_Impl &_rImport, IEventAttacherManager &_rEventManager, const css::uno::Reference< css::container::XNameContainer > &_rxParentContainer, OControlElement::ElementType _eType)
 

Protected Member Functions

virtual css::uno::Reference< css::beans::XPropertySetcreateElement () override
 

Private Attributes

css::uno::Reference< css::form::XGridColumnFactory > m_xColumnFactory
 

Detailed Description

template<class BASE>
class xmloff::OColumnImport< BASE >

helper class importing a single grid column (without the <form:column> element wrapping the column).

BASE (the template argument) must be a derivee of OControlImport

Definition at line 535 of file elementimport.hxx.

Constructor & Destructor Documentation

◆ OColumnImport()

template<class BASE >
xmloff::OColumnImport< BASE >::OColumnImport ( OFormLayerXMLImport_Impl _rImport,
IEventAttacherManager _rEventManager,
const css::uno::Reference< css::container::XNameContainer > &  _rxParentContainer,
OControlElement::ElementType  _eType 
)

Definition at line 646 of file elementimport.hxx.

References BASE, and xmloff::OColumnImport< BASE >::m_xColumnFactory.

Member Function Documentation

◆ createElement()

template<class BASE >
css::uno::Reference< css::beans::XPropertySet > xmloff::OColumnImport< BASE >::createElement
overrideprotectedvirtual

Definition at line 658 of file elementimport.hxx.

Member Data Documentation

◆ m_xColumnFactory

template<class BASE >
css::uno::Reference< css::form::XGridColumnFactory > xmloff::OColumnImport< BASE >::m_xColumnFactory
private

Definition at line 538 of file elementimport.hxx.

Referenced by xmloff::OColumnImport< BASE >::OColumnImport().


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