LibreOffice Module sc (master) 1
|
#include <xmlcoli.hxx>
Public Member Functions | |
ScXMLTableColsContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, const bool bHeader, const bool bGroup) | |
virtual | ~ScXMLTableColsContext () 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 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 | |
sal_Int32 | nHeaderStartCol |
sal_Int32 | nHeaderEndCol |
sal_Int32 | nGroupStartCol |
sal_Int32 | nGroupEndCol |
bool | bHeader |
bool | bGroup |
bool | bGroupDisplay |
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 42 of file xmlcoli.hxx.
ScXMLTableColsContext::ScXMLTableColsContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
const bool | bHeader, | ||
const bool | bGroup | ||
) |
Definition at line 138 of file xmlcoli.cxx.
References bGroup, bGroupDisplay, bHeader, ScMyTables::GetCurrentColCount(), ScXMLImport::GetTables(), IsXMLToken(), nGroupStartCol, nHeaderStartCol, TABLE, XML_DISPLAY, XML_ELEMENT, and XML_FALSE.
Referenced by createFastChildContext().
|
overridevirtual |
Definition at line 165 of file xmlcoli.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 169 of file xmlcoli.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), ScXMLTableColsContext(), TABLE, XML_ELEMENT, XML_TABLE_COLUMN, XML_TABLE_COLUMN_GROUP, XML_TABLE_COLUMNS, and XML_TABLE_HEADER_COLUMNS.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 198 of file xmlcoli.cxx.
References bGroup, bGroupDisplay, bHeader, ScOutlineTable::GetColArray(), ScMyTables::GetCurrentColCount(), ScMyTables::GetCurrentSheet(), ScMyTables::GetCurrentXSheet(), ScXMLImport::GetDocument(), ScDocument::GetOutlineTable(), ScXMLImportContext::GetScImport(), ScXMLImport::GetTables(), ScOutlineArray::Insert(), nGroupEndCol, nGroupStartCol, nHeaderEndCol, and nHeaderStartCol.
|
private |
Definition at line 49 of file xmlcoli.hxx.
Referenced by endFastElement(), and ScXMLTableColsContext().
|
private |
Definition at line 50 of file xmlcoli.hxx.
Referenced by endFastElement(), and ScXMLTableColsContext().
|
private |
Definition at line 48 of file xmlcoli.hxx.
Referenced by endFastElement(), and ScXMLTableColsContext().
|
private |
Definition at line 47 of file xmlcoli.hxx.
Referenced by endFastElement().
|
private |
Definition at line 46 of file xmlcoli.hxx.
Referenced by endFastElement(), and ScXMLTableColsContext().
|
private |
Definition at line 45 of file xmlcoli.hxx.
Referenced by endFastElement().
|
private |
Definition at line 44 of file xmlcoli.hxx.
Referenced by endFastElement(), and ScXMLTableColsContext().