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

#include <xmlSubDocument.hxx>

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

Public Member Functions

 OXMLSubDocument (ORptFilter &rImport, const css::uno::Reference< css::report::XReportComponent > &_xComponent, OXMLTable *_pContainer, OXMLCell *_pCellParent)
 
virtual ~OXMLSubDocument () 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
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 
virtual void addMasterDetailPair (const ::std::pair< OUString, OUString > &_aPair) override
 
- Public Member Functions inherited from rptxml::OXMLReportElementBase
 OXMLReportElementBase (ORptFilter &rImport, const css::uno::Reference< css::report::XReportComponent > &_xComponent, OXMLTable *_pContainer)
 
virtual ~OXMLReportElementBase () 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
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) 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
 
virtual void addMasterDetailPair (const ::std::pair< OUString, OUString > &_aPair)=0
 

Private Member Functions

 OXMLSubDocument (const OXMLSubDocument &)=delete
 
void operator= (const OXMLSubDocument &)=delete
 

Private Attributes

css::uno::Reference< css::report::XReportComponent > m_xFake
 
::std::vector< OUString > m_aMasterFields
 
::std::vector< OUString > m_aDetailFields
 
OXMLCellm_pCellParent
 
sal_Int32 m_nCurrentCount
 
bool m_bContainsShape
 

Additional Inherited Members

- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 
- Protected Member Functions inherited from rptxml::IMasterDetailFieds
 ~IMasterDetailFieds ()
 
- Protected Attributes inherited from rptxml::OXMLReportElementBase
ORptFilterm_rImport
 
OXMLTablem_pContainer
 
css::uno::Reference< css::report::XReportComponent > m_xReportComponent
 

Detailed Description

Definition at line 30 of file xmlSubDocument.hxx.

Constructor & Destructor Documentation

◆ OXMLSubDocument() [1/2]

rptxml::OXMLSubDocument::OXMLSubDocument ( const OXMLSubDocument )
privatedelete

◆ OXMLSubDocument() [2/2]

rptxml::OXMLSubDocument::OXMLSubDocument ( ORptFilter rImport,
const css::uno::Reference< css::report::XReportComponent > &  _xComponent,
OXMLTable _pContainer,
OXMLCell _pCellParent 
)

◆ ~OXMLSubDocument()

rptxml::OXMLSubDocument::~OXMLSubDocument ( )
overridevirtual

Definition at line 53 of file xmlSubDocument.cxx.

Member Function Documentation

◆ addMasterDetailPair()

void rptxml::OXMLSubDocument::addMasterDetailPair ( const ::std::pair< OUString, OUString > &  _aPair)
overridevirtual

Implements rptxml::IMasterDetailFieds.

Definition at line 141 of file xmlSubDocument.cxx.

◆ createFastChildContext()

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

◆ endFastElement()

void rptxml::OXMLSubDocument::endFastElement ( sal_Int32  nElement)
overridevirtual

Reimplemented from rptxml::OXMLReportElementBase.

Definition at line 102 of file xmlSubDocument.cxx.

References i, and nCount.

◆ operator=()

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

Member Data Documentation

◆ m_aDetailFields

::std::vector< OUString> rptxml::OXMLSubDocument::m_aDetailFields
private

Definition at line 34 of file xmlSubDocument.hxx.

◆ m_aMasterFields

::std::vector< OUString> rptxml::OXMLSubDocument::m_aMasterFields
private

Definition at line 33 of file xmlSubDocument.hxx.

◆ m_bContainsShape

bool rptxml::OXMLSubDocument::m_bContainsShape
private

Definition at line 37 of file xmlSubDocument.hxx.

◆ m_nCurrentCount

sal_Int32 rptxml::OXMLSubDocument::m_nCurrentCount
private

Definition at line 36 of file xmlSubDocument.hxx.

◆ m_pCellParent

OXMLCell* rptxml::OXMLSubDocument::m_pCellParent
private

Definition at line 35 of file xmlSubDocument.hxx.

◆ m_xFake

css::uno::Reference< css::report::XReportComponent> rptxml::OXMLSubDocument::m_xFake
private

Definition at line 32 of file xmlSubDocument.hxx.


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