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

#include <xmlsorti.hxx>

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

Public Member Functions

 ScXMLSortByContext (ScXMLImport &rImport, sal_Int32 nElement, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLSortContext *pTempSortContext)
 
virtual ~ScXMLSortByContext () 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

ScXMLSortContextpSortContext
 
OUString sFieldNumber
 
OUString sDataType
 
OUString sOrder
 

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 62 of file xmlsorti.hxx.

Constructor & Destructor Documentation

◆ ScXMLSortByContext()

ScXMLSortByContext::ScXMLSortByContext ( ScXMLImport rImport,
sal_Int32  nElement,
const rtl::Reference< sax_fastparser::FastAttributeList > &  rAttrList,
ScXMLSortContext pTempSortContext 
)

◆ ~ScXMLSortByContext()

ScXMLSortByContext::~ScXMLSortByContext ( )
overridevirtual

Definition at line 235 of file xmlsorti.cxx.

Member Function Documentation

◆ endFastElement()

void SAL_CALL ScXMLSortByContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 239 of file xmlsorti.cxx.

References ScXMLSortContext::AddSortField(), pSortContext, sDataType, sFieldNumber, and sOrder.

Member Data Documentation

◆ pSortContext

ScXMLSortContext* ScXMLSortByContext::pSortContext
private

Definition at line 64 of file xmlsorti.hxx.

Referenced by endFastElement().

◆ sDataType

OUString ScXMLSortByContext::sDataType
private

Definition at line 67 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortByContext().

◆ sFieldNumber

OUString ScXMLSortByContext::sFieldNumber
private

Definition at line 66 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortByContext().

◆ sOrder

OUString ScXMLSortByContext::sOrder
private

Definition at line 68 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortByContext().


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