LibreOffice Module sc (master) 1
|
#include <xmlcondformat.hxx>
Public Member Functions | |
ScXMLIconSetFormatContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScConditionalFormat *pFormat) | |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) 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 | |
ScIconSetFormatData * | mpFormatData |
ScConditionalFormat * | mpParent |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 108 of file xmlcondformat.hxx.
ScXMLIconSetFormatContext::ScXMLIconSetFormatContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScConditionalFormat * | pFormat | ||
) |
Definition at line 555 of file xmlcondformat.cxx.
References ScConditionalFormat::AddEntry(), aName, sax::Converter::convertBool(), ScIconSetFormatData::eIconSetType, eType, ScIconSetMap::eType, ScIconSetFormat::g_IconSetMap, ScXMLImportContext::GetScImport(), IconSet_3Arrows, ScIconSetFormatData::mbShowValue, mpFormatData, mpParent, ScIconSetMap::pName, ScIconSetFormat::SetIconSetData(), XML_ELEMENT, XML_ICON_SET_TYPE, and XML_SHOW_VALUE.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 609 of file xmlcondformat.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), ScIconSetFormatData::m_Entries, mpFormatData, mpParent, ScColorScaleEntry::SetRepaintCallback(), XML_ELEMENT, and XML_FORMATTING_ENTRY.
|
private |
Definition at line 110 of file xmlcondformat.hxx.
Referenced by createFastChildContext(), and ScXMLIconSetFormatContext().
|
private |
Definition at line 111 of file xmlcondformat.hxx.
Referenced by createFastChildContext().