LibreOffice Module sc (master) 1
|
#include <xmlcondformat.hxx>
Public Member Functions | |
ScXMLConditionalFormatContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLConditionalFormatsContext &rParent) | |
virtual | ~ScXMLConditionalFormatContext () 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 | |
std::unique_ptr< ScConditionalFormat > | mxFormat |
ScXMLConditionalFormatsContext & | mrParent |
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 58 of file xmlcondformat.hxx.
ScXMLConditionalFormatContext::ScXMLConditionalFormatContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLConditionalFormatsContext & | rParent | ||
) |
Definition at line 78 of file xmlcondformat.cxx.
References formula::FormulaGrammar::CONV_ODF, ScXMLImport::GetDocument(), ScRangeStringConverter::GetRangeListFromString(), ScXMLImportContext::GetScImport(), mrParent, mxFormat, XML_ELEMENT, and XML_TARGET_RANGE_ADDRESS.
|
overridevirtual |
Definition at line 370 of file xmlcondformat.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 111 of file xmlcondformat.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), mxFormat, XML_COLOR_SCALE, XML_CONDITION, XML_DATA_BAR, XML_DATE_IS, XML_ELEMENT, and XML_ICON_SET.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 234 of file xmlcondformat.cxx.
References ScDocument::AddCondFormat(), ScCompiler::CompileString(), ScFormatEntry::Condition, Direct, Equal, ScDocument::GetCondFormList(), ScMyTables::GetCurrentSheet(), ScXMLImport::GetDocument(), ScConditionalFormatList::GetFormat(), ScConditionalFormat::GetKey(), ScXMLImportContext::GetScImport(), ScXMLImport::GetTables(), formula::FormulaGrammar::GRAM_ODFF, HasOneSingleFullyRelativeReference(), HasRelRefIgnoringSheet0Relative(), ScXMLConditionalFormatsContext::maCache, mrParent, ScXMLConditionalFormatsContext::mvCondFormatData, mxFormat, nIndex, ScAddress::Parse(), SAL_MAX_INT64, and ScCompiler::SetGrammar().
|
private |
Definition at line 75 of file xmlcondformat.hxx.
Referenced by endFastElement().
|
private |
Definition at line 73 of file xmlcondformat.hxx.
Referenced by createFastChildContext(), endFastElement(), and ScXMLConditionalFormatContext().