LibreOffice Module reportdesign (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
rptxml::OXMLSection Class Reference

#include <xmlSection.hxx>

Inheritance diagram for rptxml::OXMLSection:
[legend]
Collaboration diagram for rptxml::OXMLSection:
[legend]

Public Member Functions

 OXMLSection (ORptFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::report::XSection > _xSection, bool _bPageHeader=true)
 
virtual ~OXMLSection () override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 
virtual ~SvXMLImportContext ()
 
virtual void SAL_CALL startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL endFastElement (sal_Int32 Element) override
 
virtual void SAL_CALL endUnknownElement (const OUString &Namespace, const OUString &Name) override
 
virtual css::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override
 
virtual void SAL_CALL characters (const OUString &aChars) override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) final override
 
virtual void SAL_CALL acquire () noexcept final override
 
virtual void SAL_CALL release () noexcept final override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () final override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () final override
 

Private Member Functions

ORptFilterGetOwnImport ()
 
 OXMLSection (const OXMLSection &)=delete
 
void operator= (const OXMLSection &)=delete
 

Private Attributes

css::uno::Reference< css::report::XSection > m_xSection
 

Additional Inherited Members

- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Detailed Description

Definition at line 28 of file xmlSection.hxx.

Constructor & Destructor Documentation

◆ OXMLSection() [1/2]

rptxml::OXMLSection::OXMLSection ( const OXMLSection )
privatedelete

◆ OXMLSection() [2/2]

rptxml::OXMLSection::OXMLSection ( ORptFilter rImport,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList,
css::uno::Reference< css::report::XSection >  _xSection,
bool  _bPageHeader = true 
)

◆ ~OXMLSection()

rptxml::OXMLSection::~OXMLSection ( )
overridevirtual

Definition at line 83 of file xmlSection.cxx.

Member Function Documentation

◆ createFastChildContext()

css::uno::Reference< css::xml::sax::XFastContextHandler > rptxml::OXMLSection::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 87 of file xmlSection.cxx.

References TABLE, XML_ELEMENT, and XML_TABLE.

◆ GetOwnImport()

ORptFilter & rptxml::OXMLSection::GetOwnImport ( )
private

Definition at line 106 of file xmlSection.cxx.

◆ operator=()

void rptxml::OXMLSection::operator= ( const OXMLSection )
privatedelete

Member Data Documentation

◆ m_xSection

css::uno::Reference< css::report::XSection > rptxml::OXMLSection::m_xSection
private

Definition at line 31 of file xmlSection.hxx.


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