LibreOffice Module sc (master) 1
|
#include <xmlexternaltabi.hxx>
Public Member Functions | |
ScXMLExternalRefRowContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLExternalTabData &rRefInfo) | |
virtual | ~ScXMLExternalRefRowContext () 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 |
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 | |
ScXMLImport & | mrScImport |
ScXMLExternalTabData & | mrExternalRefInfo |
sal_Int32 | mnRepeatRowCount |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 65 of file xmlexternaltabi.hxx.
ScXMLExternalRefRowContext::ScXMLExternalRefRowContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLExternalTabData & | rRefInfo | ||
) |
Definition at line 147 of file xmlexternaltabi.cxx.
References ScXMLExternalTabData::mnCol, mnRepeatRowCount, mrExternalRefInfo, TABLE, XML_ELEMENT, and XML_NUMBER_ROWS_REPEATED.
|
overridevirtual |
Definition at line 170 of file xmlexternaltabi.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 174 of file xmlexternaltabi.cxx.
References sax_fastparser::castToFastAttributeList(), mrExternalRefInfo, mrScImport, TABLE, XML_COVERED_TABLE_CELL, XML_ELEMENT, and XML_TABLE_CELL.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 186 of file xmlexternaltabi.cxx.
References i, ScXMLExternalTabData::mnCol, mnRepeatRowCount, ScXMLExternalTabData::mnRow, ScXMLExternalTabData::mpCacheTable, and mrExternalRefInfo.
|
private |
Definition at line 83 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefRowContext().
|
private |
Definition at line 82 of file xmlexternaltabi.hxx.
Referenced by createFastChildContext(), endFastElement(), and ScXMLExternalRefRowContext().
|
private |
Definition at line 81 of file xmlexternaltabi.hxx.
Referenced by createFastChildContext().