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

#include <xmlCell.hxx>

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

Public Member Functions

 OXMLCell (ORptFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, OXMLTable *_pContainer, OXMLCell *_pCell=nullptr)
 
virtual ~OXMLCell () 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 characters (const OUString &rChars) override
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 
void setComponent (const css::uno::Reference< css::report::XReportComponent > &_xComponent)
 
void setContainsShape (bool _bContainsShapes)
 
- 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 ()
 
 OXMLCell (const OXMLCell &)=delete
 
OXMLCelloperator= (const OXMLCell &)=delete
 

Private Attributes

css::uno::Reference< css::report::XReportComponent > m_xComponent
 
OXMLTablem_pContainer
 
OXMLCellm_pCell
 
OUString m_sStyleName
 
OUString m_sText
 
sal_Int32 m_nCurrentCount
 
bool m_bContainsShape
 

Additional Inherited Members

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

Detailed Description

Definition at line 29 of file xmlCell.hxx.

Constructor & Destructor Documentation

◆ OXMLCell() [1/2]

rptxml::OXMLCell::OXMLCell ( const OXMLCell )
privatedelete

◆ OXMLCell() [2/2]

rptxml::OXMLCell::OXMLCell ( ORptFilter rImport,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList,
OXMLTable _pContainer,
OXMLCell _pCell = nullptr 
)

◆ ~OXMLCell()

rptxml::OXMLCell::~OXMLCell ( )
overridevirtual

Definition at line 83 of file xmlCell.cxx.

Member Function Documentation

◆ characters()

void rptxml::OXMLCell::characters ( const OUString &  rChars)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 239 of file xmlCell.cxx.

◆ createFastChildContext()

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

◆ endFastElement()

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

◆ GetOwnImport()

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

Definition at line 228 of file xmlCell.cxx.

◆ operator=()

OXMLCell & rptxml::OXMLCell::operator= ( const OXMLCell )
privatedelete

◆ setComponent()

void rptxml::OXMLCell::setComponent ( const css::uno::Reference< css::report::XReportComponent > &  _xComponent)

Definition at line 233 of file xmlCell.cxx.

Referenced by rptxml::OXMLFixedContent::endFastElement().

◆ setContainsShape()

void rptxml::OXMLCell::setContainsShape ( bool  _bContainsShapes)

Definition at line 253 of file xmlCell.cxx.

Member Data Documentation

◆ m_bContainsShape

bool rptxml::OXMLCell::m_bContainsShape
private

Definition at line 37 of file xmlCell.hxx.

◆ m_nCurrentCount

sal_Int32 rptxml::OXMLCell::m_nCurrentCount
private

Definition at line 36 of file xmlCell.hxx.

◆ m_pCell

OXMLCell* rptxml::OXMLCell::m_pCell
private

Definition at line 33 of file xmlCell.hxx.

◆ m_pContainer

OXMLTable* rptxml::OXMLCell::m_pContainer
private

Definition at line 32 of file xmlCell.hxx.

◆ m_sStyleName

OUString rptxml::OXMLCell::m_sStyleName
private

Definition at line 34 of file xmlCell.hxx.

◆ m_sText

OUString rptxml::OXMLCell::m_sText
private

Definition at line 35 of file xmlCell.hxx.

◆ m_xComponent

css::uno::Reference< css::report::XReportComponent > rptxml::OXMLCell::m_xComponent
private

Definition at line 31 of file xmlCell.hxx.


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