19#ifndef INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLREPORT_HXX
20#define INCLUDED_REPORTDESIGN_SOURCE_FILTER_XML_XMLREPORT_HXX
38 const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList
39 ,
const css::uno::Reference< css::report::XReportDefinition >& _xComponent);
43 sal_Int32 nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList )
override;
OXMLReport(const OXMLReport &)=delete
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
::std::vector< OUString > m_aDetailFields
void operator=(const OXMLReport &)=delete
css::uno::Reference< css::report::XReportDefinition > m_xReportDefinition
::std::vector< OUString > m_aMasterFields
virtual ~OXMLReport() override
virtual void SAL_CALL endFastElement(sal_Int32 nElement) override
virtual void addMasterDetailPair(const ::std::pair< OUString, OUString > &_aPair) override
void impl_initRuntimeDefaults() const
initializes our object's properties whose runtime (API) default is different from the file format def...
OXMLReport(ORptFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, const css::uno::Reference< css::report::XReportDefinition > &_xComponent)