LibreOffice Module sc (master) 1
|
#include <XMLCalculationSettingsContext.hxx>
Public Member Functions | |
ScXMLCalculationSettingsContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList) | |
virtual | ~ScXMLCalculationSettingsContext () 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 |
void | SetNullDate (const css::util::Date &aDate) |
void | SetIterationStatus (const bool bValue) |
void | SetIterationCount (const sal_Int32 nValue) |
void | SetIterationEpsilon (const double fValue) |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) 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 | |
css::util::Date | aNullDate |
double | fIterationEpsilon |
sal_Int32 | nIterationCount |
sal_uInt16 | nYear2000 |
utl::SearchParam::SearchType | eSearchType |
bool | bIsIterationEnabled |
bool | bCalcAsShown |
bool | bIgnoreCase |
bool | bLookUpLabels |
bool | bMatchWholeCell |
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 XMLCalculationSettingsContext.hxx.
ScXMLCalculationSettingsContext::ScXMLCalculationSettingsContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList | ||
) |
Definition at line 35 of file XMLCalculationSettingsContext.cxx.
References aNullDate, bCalcAsShown, bIgnoreCase, bLookUpLabels, bMatchWholeCell, sax::Converter::convertNumber(), eSearchType, IsXMLToken(), utl::SearchParam::Normal, nYear2000, Regexp, utl::SearchParam::Regexp, TABLE, utl::SearchParam::Wildcard, XML_AUTOMATIC_FIND_LABELS, XML_CASE_SENSITIVE, XML_ELEMENT, XML_FALSE, XML_NULL_YEAR, XML_PRECISION_AS_SHOWN, XML_SEARCH_CRITERIA_MUST_APPLY_TO_WHOLE_CELL, XML_TRUE, XML_USE_REGULAR_EXPRESSIONS, and XML_USE_WILDCARDS.
|
overridevirtual |
Definition at line 92 of file XMLCalculationSettingsContext.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 96 of file XMLCalculationSettingsContext.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), TABLE, XML_ELEMENT, XML_ITERATION, and XML_NULL_DATE.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 111 of file XMLCalculationSettingsContext.cxx.
References aNullDate, bCalcAsShown, bIgnoreCase, bIsIterationEnabled, bLookUpLabels, bMatchWholeCell, utl::SearchParam::ConvertToBool(), eSearchType, fIterationEpsilon, ScXMLImport::GetDocument(), ScXMLImportContext::GetScImport(), nIterationCount, nYear2000, SC_UNO_CALCASSHOWN, SC_UNO_IGNORECASE, SC_UNO_ITERCOUNT, SC_UNO_ITERENABLED, SC_UNO_ITEREPSILON, SC_UNO_LOOKUPLABELS, SC_UNO_MATCHWHOLE, SC_UNO_NULLDATE, SC_UNO_REGEXENABLED, SC_UNO_WILDCARDSENABLED, ScDocument::SetDocOptions(), and ScDocOptions::SetYear2000().
|
inline |
Definition at line 53 of file XMLCalculationSettingsContext.hxx.
References nIterationCount, and nValue.
Referenced by ScXMLIterationContext::ScXMLIterationContext().
|
inline |
Definition at line 54 of file XMLCalculationSettingsContext.hxx.
References fIterationEpsilon.
Referenced by ScXMLIterationContext::ScXMLIterationContext().
|
inline |
Definition at line 52 of file XMLCalculationSettingsContext.hxx.
References bIsIterationEnabled.
Referenced by ScXMLIterationContext::ScXMLIterationContext().
|
inline |
Definition at line 51 of file XMLCalculationSettingsContext.hxx.
References aNullDate.
Referenced by ScXMLNullDateContext::ScXMLNullDateContext().
|
private |
Definition at line 31 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), ScXMLCalculationSettingsContext(), and SetNullDate().
|
private |
Definition at line 37 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().
|
private |
Definition at line 38 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().
|
private |
Definition at line 36 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and SetIterationStatus().
|
private |
Definition at line 39 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().
|
private |
Definition at line 40 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().
|
private |
Definition at line 35 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().
|
private |
Definition at line 32 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and SetIterationEpsilon().
|
private |
Definition at line 33 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and SetIterationCount().
|
private |
Definition at line 34 of file XMLCalculationSettingsContext.hxx.
Referenced by endFastElement(), and ScXMLCalculationSettingsContext().