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

#include <xmlexternaltabi.hxx>

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

Public Member Functions

 ScXMLExternalRefCellContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLExternalTabData &rRefInfo)
 
virtual ~ScXMLExternalRefCellContext () override
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) override
 
virtual css::uno::Reference< XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 
void SetCellString (const OUString &rStr)
 
- 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

ScXMLImportmrScImport
 
ScXMLExternalTabDatamrExternalRefInfo
 
OUString maCellString
 
double mfCellValue
 
sal_Int32 mnRepeatCount
 
sal_Int32 mnNumberFormat
 
sal_Int16 mnCellType
 
bool mbIsNumeric
 
bool mbIsEmpty
 

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 86 of file xmlexternaltabi.hxx.

Constructor & Destructor Documentation

◆ ScXMLExternalRefCellContext()

ScXMLExternalRefCellContext::ScXMLExternalRefCellContext ( ScXMLImport rImport,
const rtl::Reference< sax_fastparser::FastAttributeList > &  rAttrList,
ScXMLExternalTabData rRefInfo 
)

◆ ~ScXMLExternalRefCellContext()

ScXMLExternalRefCellContext::~ScXMLExternalRefCellContext ( )
overridevirtual

Definition at line 310 of file xmlexternaltabi.cxx.

Member Function Documentation

◆ createFastChildContext()

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

Reimplemented from SvXMLImportContext.

Definition at line 314 of file xmlexternaltabi.cxx.

References mrScImport, TEXT, XML_ELEMENT, and XML_P.

◆ endFastElement()

void SAL_CALL ScXMLExternalRefCellContext::endFastElement ( sal_Int32  nElement)
overridevirtual

◆ SetCellString()

void ScXMLExternalRefCellContext::SetCellString ( const OUString &  rStr)

Definition at line 351 of file xmlexternaltabi.cxx.

References maCellString.

Referenced by ScXMLExternalRefCellTextContext::endFastElement().

Member Data Documentation

◆ maCellString

OUString ScXMLExternalRefCellContext::maCellString
private

Definition at line 106 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), ScXMLExternalRefCellContext(), and SetCellString().

◆ mbIsEmpty

bool ScXMLExternalRefCellContext::mbIsEmpty
private

Definition at line 112 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), and ScXMLExternalRefCellContext().

◆ mbIsNumeric

bool ScXMLExternalRefCellContext::mbIsNumeric
private

Definition at line 111 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), and ScXMLExternalRefCellContext().

◆ mfCellValue

double ScXMLExternalRefCellContext::mfCellValue
private

Definition at line 107 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), and ScXMLExternalRefCellContext().

◆ mnCellType

sal_Int16 ScXMLExternalRefCellContext::mnCellType
private

Definition at line 110 of file xmlexternaltabi.hxx.

Referenced by ScXMLExternalRefCellContext().

◆ mnNumberFormat

sal_Int32 ScXMLExternalRefCellContext::mnNumberFormat
private

Definition at line 109 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), and ScXMLExternalRefCellContext().

◆ mnRepeatCount

sal_Int32 ScXMLExternalRefCellContext::mnRepeatCount
private

Definition at line 108 of file xmlexternaltabi.hxx.

Referenced by endFastElement(), and ScXMLExternalRefCellContext().

◆ mrExternalRefInfo

ScXMLExternalTabData& ScXMLExternalRefCellContext::mrExternalRefInfo
private

Definition at line 105 of file xmlexternaltabi.hxx.

Referenced by endFastElement().

◆ mrScImport

ScXMLImport& ScXMLExternalRefCellContext::mrScImport
private

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