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

#include <xmlcondformat.hxx>

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

Classes

struct  CacheEntry
 
struct  CondFormatData
 

Public Member Functions

 ScXMLConditionalFormatsContext (ScXMLImport &rImport)
 
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
 

Public Attributes

std::array< CacheEntry, 4 > maCache
 
std::vector< CondFormatDatamvCondFormatData
 

Private Member Functions

 DECL_LINK (FormatDeletedHdl, ScConditionalFormat *, void)
 

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 26 of file xmlcondformat.hxx.

Constructor & Destructor Documentation

◆ ScXMLConditionalFormatsContext()

ScXMLConditionalFormatsContext::ScXMLConditionalFormatsContext ( ScXMLImport rImport)

Member Function Documentation

◆ createFastChildContext()

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

◆ DECL_LINK()

ScXMLConditionalFormatsContext::DECL_LINK ( FormatDeletedHdl  ,
ScConditionalFormat ,
void   
)
private

◆ endFastElement()

void SAL_CALL ScXMLConditionalFormatsContext::endFastElement ( sal_Int32  nElement)
overridevirtual

Member Data Documentation

◆ maCache

std::array<CacheEntry, 4> ScXMLConditionalFormatsContext::maCache

Definition at line 53 of file xmlcondformat.hxx.

Referenced by ScXMLConditionalFormatContext::endFastElement().

◆ mvCondFormatData

std::vector<CondFormatData> ScXMLConditionalFormatsContext::mvCondFormatData

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