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

#include <xmlfilti.hxx>

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

Classes

struct  ConnStackItem
 

Public Member Functions

 ScXMLFilterContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScQueryParam &rParam, ScXMLDatabaseRangeContext *pTempDatabaseRangeContext)
 
virtual ~ScXMLFilterContext () 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 OpenConnection (bool b)
 
void CloseConnection ()
 
bool GetConnection ()
 
- 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

ScQueryParammrQueryParam
 
ScXMLDatabaseRangeContextpDatabaseRangeContext
 
ScAddress aOutputPosition
 
ScRange aConditionSourceRangeAddress
 
bool bSkipDuplicates
 
bool bCopyOutputData
 
bool bConditionSourceRange
 
std::vector< ConnStackItemmaConnStack
 

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 34 of file xmlfilti.hxx.

Constructor & Destructor Documentation

◆ ScXMLFilterContext()

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

◆ ~ScXMLFilterContext()

ScXMLFilterContext::~ScXMLFilterContext ( )
overridevirtual

Definition at line 94 of file xmlfilti.cxx.

Member Function Documentation

◆ CloseConnection()

void ScXMLFilterContext::CloseConnection ( )

Definition at line 151 of file xmlfilti.cxx.

References maConnStack.

Referenced by ScXMLAndContext::endFastElement(), and ScXMLOrContext::endFastElement().

◆ createFastChildContext()

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

◆ endFastElement()

void SAL_CALL ScXMLFilterContext::endFastElement ( sal_Int32  nElement)
overridevirtual

◆ GetConnection()

bool ScXMLFilterContext::GetConnection ( )

◆ OpenConnection()

void ScXMLFilterContext::OpenConnection ( bool  b)

Definition at line 146 of file xmlfilti.cxx.

References maConnStack.

Referenced by ScXMLAndContext::ScXMLAndContext(), and ScXMLOrContext::ScXMLOrContext().

Member Data Documentation

◆ aConditionSourceRangeAddress

ScRange ScXMLFilterContext::aConditionSourceRangeAddress
private

Definition at line 46 of file xmlfilti.hxx.

Referenced by endFastElement(), and ScXMLFilterContext().

◆ aOutputPosition

ScAddress ScXMLFilterContext::aOutputPosition
private

Definition at line 45 of file xmlfilti.hxx.

Referenced by endFastElement(), and ScXMLFilterContext().

◆ bConditionSourceRange

bool ScXMLFilterContext::bConditionSourceRange
private

Definition at line 49 of file xmlfilti.hxx.

Referenced by endFastElement(), and ScXMLFilterContext().

◆ bCopyOutputData

bool ScXMLFilterContext::bCopyOutputData
private

Definition at line 48 of file xmlfilti.hxx.

Referenced by endFastElement(), and ScXMLFilterContext().

◆ bSkipDuplicates

bool ScXMLFilterContext::bSkipDuplicates
private

Definition at line 47 of file xmlfilti.hxx.

Referenced by endFastElement(), and ScXMLFilterContext().

◆ maConnStack

std::vector<ConnStackItem> ScXMLFilterContext::maConnStack
private

Definition at line 50 of file xmlfilti.hxx.

Referenced by CloseConnection(), GetConnection(), and OpenConnection().

◆ mrQueryParam

ScQueryParam& ScXMLFilterContext::mrQueryParam
private

Definition at line 42 of file xmlfilti.hxx.

Referenced by createFastChildContext(), and endFastElement().

◆ pDatabaseRangeContext

ScXMLDatabaseRangeContext* ScXMLFilterContext::pDatabaseRangeContext
private

Definition at line 43 of file xmlfilti.hxx.

Referenced by endFastElement().


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