LibreOffice Module xmloff (master) 1
|
#include <officeforms.hxx>
Public Member Functions | |
OFormsRootExport (SvXMLExport &_rExp) | |
~OFormsRootExport () | |
Private Member Functions | |
OFormsRootExport (const OFormsRootExport &)=delete | |
OFormsRootExport & | operator= (const OFormsRootExport &)=delete |
Static Private Member Functions | |
static void | addModelAttributes (SvXMLExport &_rExp) |
static void | implExportBool (SvXMLExport &_rExp, OfficeFormsAttributes _eAttribute, const css::uno::Reference< css::beans::XPropertySet > &_rxProps, const css::uno::Reference< css::beans::XPropertySetInfo > &_rxPropInfo, const OUString &_rPropName, bool _bDefault) |
Private Attributes | |
std::unique_ptr< SvXMLElementExport > | m_pImplElement |
Definition at line 65 of file officeforms.hxx.
|
explicit |
Definition at line 120 of file officeforms.cxx.
References addModelAttributes(), m_pImplElement, xmloff::token::XML_FORMS, and XML_NAMESPACE_OFFICE.
xmloff::OFormsRootExport::~OFormsRootExport | ( | ) |
Definition at line 127 of file officeforms.cxx.
|
privatedelete |
|
staticprivate |
Definition at line 151 of file officeforms.cxx.
References Exception, SvXMLExport::GetModel(), implExportBool(), xmloff::ofaApplyDesignMode, xmloff::ofaAutomaticFocus, xmloff::PROPERTY_APPLYDESIGNMODE, xmloff::PROPERTY_AUTOCONTROLFOCUS, and TOOLS_WARN_EXCEPTION.
Referenced by OFormsRootExport().
|
staticprivate |
Definition at line 131 of file officeforms.cxx.
References SvXMLExport::AddAttribute(), sax::Converter::convertBool(), xmloff::OAttributeMetaData::getOfficeFormsAttributeName(), and xmloff::OAttributeMetaData::getOfficeFormsAttributeNamespace().
Referenced by addModelAttributes().
|
privatedelete |
|
private |
Definition at line 68 of file officeforms.hxx.
Referenced by OFormsRootExport().