LibreOffice Module sc (master) 1
|
#include <xmlsceni.hxx>
Public Member Functions | |
ScXMLTableScenarioContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList) | |
virtual | ~ScXMLTableScenarioContext () 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 | |
OUString | sComment |
Color | aBorderColor |
ScRangeList | aScenarioRanges |
bool | bDisplayBorder |
bool | bCopyBack |
bool | bCopyStyles |
bool | bCopyFormulas |
bool | bIsActive |
bool | bProtected |
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 29 of file xmlsceni.hxx.
ScXMLTableScenarioContext::ScXMLTableScenarioContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList | ||
) |
Definition at line 34 of file xmlsceni.cxx.
References aBorderColor, aScenarioRanges, bCopyBack, bCopyFormulas, bCopyStyles, bDisplayBorder, bIsActive, bProtected, COL_BLACK(), formula::FormulaGrammar::CONV_OOO, sax::Converter::convertColor(), ScXMLImport::GetDocument(), ScRangeStringConverter::GetRangeListFromString(), ScXMLImportContext::GetScImport(), IsXMLToken(), ScXMLImport::LockSolarMutex(), sComment, TABLE, XML_BORDER_COLOR, XML_COMMENT, XML_COPY_BACK, XML_COPY_FORMULAS, XML_COPY_STYLES, XML_DISPLAY_BORDER, XML_ELEMENT, XML_IS_ACTIVE, XML_PROTECTED, XML_SCENARIO_RANGES, and XML_TRUE.
|
overridevirtual |
Definition at line 91 of file xmlsceni.cxx.
References ScXMLImportContext::GetScImport(), and ScXMLImport::UnlockSolarMutex().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 96 of file xmlsceni.cxx.
References aBorderColor, ScRange::aEnd, ScDocument::ApplyFlagsTab(), aScenarioRanges, ScRange::aStart, Attrib, bCopyBack, bCopyFormulas, bCopyStyles, bDisplayBorder, bIsActive, bProtected, ScAddress::Col(), ScXMLImportContext::GetScImport(), i, NONE, Protected, ScAddress::Row(), Scenario, sComment, ScDocument::SetActiveScenario(), ScDocument::SetScenario(), ScDocument::SetScenarioData(), ShowFrame, ScRangeList::size(), TwoWay, and Value.
|
private |
Definition at line 33 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 34 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 36 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 38 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 37 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 35 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 39 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 40 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().
|
private |
Definition at line 32 of file xmlsceni.hxx.
Referenced by endFastElement(), and ScXMLTableScenarioContext().