LibreOffice Module xmloff (master) 1
|
helper class importing a single grid column (without the <form:column> element wrapping the column). More...
#include <elementimport.hxx>
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::XPropertySet > | createElement () override |
Private Attributes | |
css::uno::Reference< css::form::XGridColumnFactory > | m_xColumnFactory |
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.
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.
|
overrideprotectedvirtual |
Definition at line 658 of file elementimport.hxx.
|
private |
Definition at line 538 of file elementimport.hxx.
Referenced by xmloff::OColumnImport< BASE >::OColumnImport().