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

#include <xmlcoli.hxx>

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

Public Member Functions

 ScXMLTableColsContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, const bool bHeader, const bool bGroup)
 
virtual ~ScXMLTableColsContext () 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
 
- 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

sal_Int32 nHeaderStartCol
 
sal_Int32 nHeaderEndCol
 
sal_Int32 nGroupStartCol
 
sal_Int32 nGroupEndCol
 
bool bHeader
 
bool bGroup
 
bool bGroupDisplay
 

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 42 of file xmlcoli.hxx.

Constructor & Destructor Documentation

◆ ScXMLTableColsContext()

ScXMLTableColsContext::ScXMLTableColsContext ( ScXMLImport rImport,
const rtl::Reference< sax_fastparser::FastAttributeList > &  rAttrList,
const bool  bHeader,
const bool  bGroup 
)

◆ ~ScXMLTableColsContext()

ScXMLTableColsContext::~ScXMLTableColsContext ( )
overridevirtual

Definition at line 165 of file xmlcoli.cxx.

Member Function Documentation

◆ createFastChildContext()

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

◆ endFastElement()

void SAL_CALL ScXMLTableColsContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Member Data Documentation

◆ bGroup

bool ScXMLTableColsContext::bGroup
private

Definition at line 49 of file xmlcoli.hxx.

Referenced by endFastElement(), and ScXMLTableColsContext().

◆ bGroupDisplay

bool ScXMLTableColsContext::bGroupDisplay
private

Definition at line 50 of file xmlcoli.hxx.

Referenced by endFastElement(), and ScXMLTableColsContext().

◆ bHeader

bool ScXMLTableColsContext::bHeader
private

Definition at line 48 of file xmlcoli.hxx.

Referenced by endFastElement(), and ScXMLTableColsContext().

◆ nGroupEndCol

sal_Int32 ScXMLTableColsContext::nGroupEndCol
private

Definition at line 47 of file xmlcoli.hxx.

Referenced by endFastElement().

◆ nGroupStartCol

sal_Int32 ScXMLTableColsContext::nGroupStartCol
private

Definition at line 46 of file xmlcoli.hxx.

Referenced by endFastElement(), and ScXMLTableColsContext().

◆ nHeaderEndCol

sal_Int32 ScXMLTableColsContext::nHeaderEndCol
private

Definition at line 45 of file xmlcoli.hxx.

Referenced by endFastElement().

◆ nHeaderStartCol

sal_Int32 ScXMLTableColsContext::nHeaderStartCol
private

Definition at line 44 of file xmlcoli.hxx.

Referenced by endFastElement(), and ScXMLTableColsContext().


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