summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus/interface.cxx
AgeCommit message (Expand)Author
2021-12-20tdf#103331: Make styles attributes optional.Kohei Yoshida
2021-12-16Update liborcus to 0.17.2.Kohei Yoshida
2021-11-09Remove this hard-coded "Default" style name in CalcKevin Suo
2021-11-08tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-11-03This aParentName can be constKevin Suo
2021-11-01tdf#138475: also set font size/weight/posture for CJK/CTL languages...Kevin Suo
2021-09-12clang:optin.performance.Padding in scNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-10-20use tools::Long in scNoel
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-14both branches dereference ScDocument* argCaolán McNamara
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-06tdf#116453: One less argument to pass to ScOrcusStyles.Kohei Yoshida
2018-09-05tdf#116453: Pick up non-UTF8 encoding and use it for string values.Kohei Yoshida
2018-09-01Update orcus to 0.14.0.Kohei Yoshida
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-24Changes to orcus for implementing XML data providerVikas Mahato
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-02delete colordata.hxxNoel Grandin
2018-02-06Import cell borders as best as we can from orcus.Kohei Yoshida
2018-02-06Import distributed text alignment settings correctly from orcus.Kohei Yoshida
2018-02-03Ignore the alpha value in font colors.Kohei Yoshida
2018-02-02Correctly import solid fill color.Kohei Yoshida
2017-12-22coverity#1426736 Uninitialized scalar fieldCaolán McNamara
2017-12-20coverity#1426736 Uninitialized scalar fieldCaolán McNamara
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19Pick up sheet-local named expressions as well.Kohei Yoshida
2017-12-18Defer cell value insertion until later.Kohei Yoshida
2017-12-18Pick up global named expressions.Kohei Yoshida
2017-12-18Handle per-cell settings of cell formats.Kohei Yoshida
2017-12-18Implement a reference resolver for orcus.Kohei Yoshida