19#ifndef INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLSECTION_HXX
20#define INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLSECTION_HXX
23#include <com/sun/star/report/XSection.hpp>
39 ,
const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList
40 ,css::uno::Reference< css::report::XSection > _xSection
41 ,
bool _bPageHeader =
true);
45 sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
override;
OXMLSection(ORptFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::report::XSection > _xSection, bool _bPageHeader=true)
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
virtual ~OXMLSection() override
void operator=(const OXMLSection &)=delete
OXMLSection(const OXMLSection &)=delete
css::uno::Reference< css::report::XSection > m_xSection
ORptFilter & GetOwnImport()