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

#include <xmlFixedContent.hxx>

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

Public Member Functions

 OXMLFixedContent (ORptFilter &rImport, OXMLCell &_rCell, OXMLTable *_pContainer, OXMLFixedContent *_pInP=nullptr)
 
virtual ~OXMLFixedContent () 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
 
- 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
 

Private Member Functions

 OXMLFixedContent (const OXMLFixedContent &)=delete
 
OXMLFixedContentoperator= (const OXMLFixedContent &)=delete
 

Private Attributes

OUString m_sPageText
 
OUString m_sLabel
 
OXMLCellm_rCell
 
OXMLFixedContentm_pInP
 
bool m_bFormattedField
 

Additional Inherited Members

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

Detailed Description

Definition at line 29 of file xmlFixedContent.hxx.

Constructor & Destructor Documentation

◆ OXMLFixedContent() [1/2]

rptxml::OXMLFixedContent::OXMLFixedContent ( const OXMLFixedContent )
privatedelete

Referenced by createFastChildContext().

◆ OXMLFixedContent() [2/2]

rptxml::OXMLFixedContent::OXMLFixedContent ( ORptFilter rImport,
OXMLCell _rCell,
OXMLTable _pContainer,
OXMLFixedContent _pInP = nullptr 
)

Definition at line 104 of file xmlFixedContent.cxx.

◆ ~OXMLFixedContent()

rptxml::OXMLFixedContent::~OXMLFixedContent ( )
overridevirtual

Definition at line 116 of file xmlFixedContent.cxx.

Member Function Documentation

◆ characters()

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

Reimplemented from SvXMLImportContext.

Definition at line 196 of file xmlFixedContent.cxx.

References m_sLabel, and m_sPageText.

◆ createFastChildContext()

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

◆ endFastElement()

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

◆ operator=()

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

Member Data Documentation

◆ m_bFormattedField

bool rptxml::OXMLFixedContent::m_bFormattedField
private

Definition at line 35 of file xmlFixedContent.hxx.

Referenced by createFastChildContext(), and endFastElement().

◆ m_pInP

OXMLFixedContent* rptxml::OXMLFixedContent::m_pInP
private

Definition at line 34 of file xmlFixedContent.hxx.

Referenced by endFastElement().

◆ m_rCell

OXMLCell& rptxml::OXMLFixedContent::m_rCell
private

Definition at line 33 of file xmlFixedContent.hxx.

Referenced by createFastChildContext(), and endFastElement().

◆ m_sLabel

OUString rptxml::OXMLFixedContent::m_sLabel
private

Definition at line 32 of file xmlFixedContent.hxx.

Referenced by characters(), and endFastElement().

◆ m_sPageText

OUString rptxml::OXMLFixedContent::m_sPageText
private

Definition at line 31 of file xmlFixedContent.hxx.

Referenced by characters(), createFastChildContext(), and endFastElement().


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