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

#include <xmlsorti.hxx>

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

Public Member Functions

 ScXMLSortContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLDatabaseRangeContext *pTempDatabaseRangeContext)
 
virtual ~ScXMLSortContext () 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 AddSortField (std::u16string_view sFieldNumber, std::u16string_view sDataType, std::u16string_view sOrder)
 
- 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

ScXMLDatabaseRangeContextpDatabaseRangeContext
 
css::uno::Sequence< css::util::SortField > aSortFields
 
css::table::CellAddress aOutputPosition
 
LanguageTagODF maLanguageTagODF
 
OUString sAlgorithm
 
sal_Int16 nUserListIndex
 
bool bCopyOutputData
 
bool bBindFormatsToContent
 
bool bIsCaseSensitive
 
bool bEnabledUserList
 

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

Constructor & Destructor Documentation

◆ ScXMLSortContext()

ScXMLSortContext::ScXMLSortContext ( ScXMLImport rImport,
const rtl::Reference< sax_fastparser::FastAttributeList > &  rAttrList,
ScXMLDatabaseRangeContext pTempDatabaseRangeContext 
)

◆ ~ScXMLSortContext()

ScXMLSortContext::~ScXMLSortContext ( )
overridevirtual

Definition at line 106 of file xmlsorti.cxx.

Member Function Documentation

◆ AddSortField()

void ScXMLSortContext::AddSortField ( std::u16string_view  sFieldNumber,
std::u16string_view  sDataType,
std::u16string_view  sOrder 
)

◆ createFastChildContext()

uno::Reference< xml::sax::XFastContextHandler > SAL_CALL ScXMLSortContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

◆ endFastElement()

void SAL_CALL ScXMLSortContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Member Data Documentation

◆ aOutputPosition

css::table::CellAddress ScXMLSortContext::aOutputPosition
private

Definition at line 37 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().

◆ aSortFields

css::uno::Sequence<css::util::SortField> ScXMLSortContext::aSortFields
private

Definition at line 36 of file xmlsorti.hxx.

Referenced by AddSortField(), and endFastElement().

◆ bBindFormatsToContent

bool ScXMLSortContext::bBindFormatsToContent
private

Definition at line 42 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().

◆ bCopyOutputData

bool ScXMLSortContext::bCopyOutputData
private

Definition at line 41 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().

◆ bEnabledUserList

bool ScXMLSortContext::bEnabledUserList
private

Definition at line 44 of file xmlsorti.hxx.

Referenced by AddSortField(), and endFastElement().

◆ bIsCaseSensitive

bool ScXMLSortContext::bIsCaseSensitive
private

Definition at line 43 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().

◆ maLanguageTagODF

LanguageTagODF ScXMLSortContext::maLanguageTagODF
private

Definition at line 38 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().

◆ nUserListIndex

sal_Int16 ScXMLSortContext::nUserListIndex
private

Definition at line 40 of file xmlsorti.hxx.

Referenced by AddSortField(), and endFastElement().

◆ pDatabaseRangeContext

ScXMLDatabaseRangeContext* ScXMLSortContext::pDatabaseRangeContext
private

Definition at line 34 of file xmlsorti.hxx.

Referenced by endFastElement().

◆ sAlgorithm

OUString ScXMLSortContext::sAlgorithm
private

Definition at line 39 of file xmlsorti.hxx.

Referenced by endFastElement(), and ScXMLSortContext().


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