LibreOffice Module sc (master) 1
|
#include <xmlrowi.hxx>
Public Member Functions | |
ScXMLTableRowContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList) | |
virtual | ~ScXMLTableRowContext () override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) 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 |
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 | |
OUString | sStyleName |
OUString | sVisibility |
sal_Int32 | nRepeatedRows |
bool | bHasCell |
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 27 of file xmlrowi.hxx.
ScXMLTableRowContext::ScXMLTableRowContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList | ||
) |
Definition at line 49 of file xmlrowi.cxx.
References ScMyTables::AddRow(), ScXMLImport::GetDocument(), ScSheetLimits::GetMaxRowCount(), ScXMLImportContext::GetScImport(), ScDocument::GetSheetLimits(), ScXMLImport::GetTables(), GetXMLToken(), utl::ConfigManager::IsFuzzing(), nRepeatedRows, ScMyTables::SetRowStyle(), sStyleName, sVisibility, TABLE, XML_DEFAULT_CELL_STYLE_NAME, XML_ELEMENT, XML_NUMBER_ROWS_REPEATED, XML_STYLE_NAME, XML_VISIBILITY, and XML_VISIBLE.
|
overridevirtual |
Definition at line 99 of file xmlrowi.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 104 of file xmlrowi.cxx.
References bHasCell, sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), nRepeatedRows, TABLE, XML_COVERED_TABLE_CELL, XML_ELEMENT, and XML_TABLE_CELL.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 138 of file xmlrowi.cxx.
References ScMyTables::AddRow(), ScSheetSaveData::AddRowStyle(), any, bHasCell, bVisible, CTF_SC_ROWHEIGHT, CTF_SC_ROWOPTIMALHEIGHT, XMLTableStyleContext::FillPropertySet(), XMLTableStyleContext::FindProperty(), SvXMLStylesContext::FindStyleChildContext(), ScMyTables::GetCurrentRow(), ScMyTables::GetCurrentSheet(), ScMyTables::GetCurrentXSheet(), ScXMLImport::GetDoc(), ScXMLImport::GetDocument(), XMLTableStyleContext::GetLastSheet(), ScXMLImport::GetRecalcRowRanges(), ScXMLImportContext::GetScImport(), ScXMLImport::GetTables(), i, IsXMLToken(), XMLPropertyState::maValue, ScDocument::MaxRow(), nRepeatedRows, SC_ISFILTERED, SC_UNONAME_OHEIGHT, XMLTableStyleContext::SetLastSheet(), ScDocumentImport::setRowsVisible(), sStyleName, sVisibility, XML_COLLAPSE, and XML_FILTER.
|
private |
Definition at line 32 of file xmlrowi.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 31 of file xmlrowi.hxx.
Referenced by createFastChildContext(), endFastElement(), and ScXMLTableRowContext().
|
private |
Definition at line 29 of file xmlrowi.hxx.
Referenced by endFastElement(), and ScXMLTableRowContext().
|
private |
Definition at line 30 of file xmlrowi.hxx.
Referenced by endFastElement(), and ScXMLTableRowContext().