LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScXMLExternalRefCellTextContext Class Reference

#include <xmlexternaltabi.hxx>

Inheritance diagram for ScXMLExternalRefCellTextContext:
[legend]
Collaboration diagram for ScXMLExternalRefCellTextContext:
[legend]

Public Member Functions

 ScXMLExternalRefCellTextContext (ScXMLImport &rImport, ScXMLExternalRefCellContext &rParent)
 
virtual ~ScXMLExternalRefCellTextContext () override
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 
virtual void SAL_CALL characters (const OUString &rChars) override
 
- Public Member Functions inherited from ScXMLImportContext
 ScXMLImportContext (SvXMLImport &rImport)
 
- 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 Attributes

ScXMLExternalRefCellContextmrParent
 
OUStringBuffer maCellStrBuf
 

Additional Inherited Members

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

Detailed Description

Definition at line 115 of file xmlexternaltabi.hxx.

Constructor & Destructor Documentation

◆ ScXMLExternalRefCellTextContext()

ScXMLExternalRefCellTextContext::ScXMLExternalRefCellTextContext ( ScXMLImport rImport,
ScXMLExternalRefCellContext rParent 
)

Definition at line 356 of file xmlexternaltabi.cxx.

References mrParent.

◆ ~ScXMLExternalRefCellTextContext()

ScXMLExternalRefCellTextContext::~ScXMLExternalRefCellTextContext ( )
overridevirtual

Definition at line 364 of file xmlexternaltabi.cxx.

Member Function Documentation

◆ characters()

void SAL_CALL ScXMLExternalRefCellTextContext::characters ( const OUString &  rChars)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 368 of file xmlexternaltabi.cxx.

References maCellStrBuf.

◆ endFastElement()

void SAL_CALL ScXMLExternalRefCellTextContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 373 of file xmlexternaltabi.cxx.

References maCellStrBuf, mrParent, and ScXMLExternalRefCellContext::SetCellString().

Member Data Documentation

◆ maCellStrBuf

OUStringBuffer ScXMLExternalRefCellTextContext::maCellStrBuf
private

Definition at line 129 of file xmlexternaltabi.hxx.

Referenced by characters(), and endFastElement().

◆ mrParent

ScXMLExternalRefCellContext& ScXMLExternalRefCellTextContext::mrParent
private

Definition at line 127 of file xmlexternaltabi.hxx.

Referenced by endFastElement().


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