LibreOffice Module sc (master) 1
|
#include <xmldrani.hxx>
Public Member Functions | |
ScXMLSubTotalRuleContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLDatabaseRangeContext *pTempDatabaseRangeContext) | |
virtual | ~ScXMLSubTotalRuleContext () 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 |
void | AddSubTotalColumn (const css::sheet::SubTotalColumn &rSubTotalColumn) |
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 | |
ScXMLDatabaseRangeContext * | pDatabaseRangeContext |
ScSubTotalRule | aSubTotalRule |
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 214 of file xmldrani.hxx.
ScXMLSubTotalRuleContext::ScXMLSubTotalRuleContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLDatabaseRangeContext * | pTempDatabaseRangeContext | ||
) |
Definition at line 728 of file xmldrani.cxx.
References aSubTotalRule, ScSubTotalRule::nSubTotalRuleGroupFieldNumber, TABLE, XML_ELEMENT, and XML_GROUP_BY_FIELD_NUMBER.
|
overridevirtual |
Definition at line 748 of file xmldrani.cxx.
|
inline |
Definition at line 232 of file xmldrani.hxx.
References ScSubTotalRule::aSubTotalColumns, and aSubTotalRule.
Referenced by ScXMLSubTotalFieldContext::endFastElement().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 752 of file xmldrani.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), TABLE, XML_ELEMENT, and XML_SUBTOTAL_FIELD.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 771 of file xmldrani.cxx.
References ScXMLDatabaseRangeContext::AddSubTotalRule(), aSubTotalRule, and pDatabaseRangeContext.
|
private |
Definition at line 217 of file xmldrani.hxx.
Referenced by AddSubTotalColumn(), endFastElement(), and ScXMLSubTotalRuleContext().
|
private |
Definition at line 216 of file xmldrani.hxx.
Referenced by endFastElement().