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

#include <xmldrani.hxx>

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

Public Member Functions

 ScXMLSubTotalFieldContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLSubTotalRuleContext *pSubTotalRuleContext)
 
virtual ~ScXMLSubTotalFieldContext () 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

ScXMLSubTotalRuleContextpSubTotalRuleContext
 
OUString sFieldNumber
 
OUString sFunction
 

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 239 of file xmldrani.hxx.

Constructor & Destructor Documentation

◆ ScXMLSubTotalFieldContext()

ScXMLSubTotalFieldContext::ScXMLSubTotalFieldContext ( ScXMLImport rImport,
const rtl::Reference< sax_fastparser::FastAttributeList > &  rAttrList,
ScXMLSubTotalRuleContext pSubTotalRuleContext 
)

Definition at line 777 of file xmldrani.cxx.

References sFieldNumber, sFunction, TABLE, XML_ELEMENT, XML_FIELD_NUMBER, and XML_FUNCTION.

◆ ~ScXMLSubTotalFieldContext()

ScXMLSubTotalFieldContext::~ScXMLSubTotalFieldContext ( )
overridevirtual

Definition at line 800 of file xmldrani.cxx.

Member Function Documentation

◆ endFastElement()

void SAL_CALL ScXMLSubTotalFieldContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Member Data Documentation

◆ pSubTotalRuleContext

ScXMLSubTotalRuleContext* ScXMLSubTotalFieldContext::pSubTotalRuleContext
private

Definition at line 241 of file xmldrani.hxx.

Referenced by endFastElement().

◆ sFieldNumber

OUString ScXMLSubTotalFieldContext::sFieldNumber
private

Definition at line 242 of file xmldrani.hxx.

Referenced by endFastElement(), and ScXMLSubTotalFieldContext().

◆ sFunction

OUString ScXMLSubTotalFieldContext::sFunction
private

Definition at line 243 of file xmldrani.hxx.

Referenced by endFastElement(), and ScXMLSubTotalFieldContext().


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