summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus
AgeCommit message (Expand)AuthorFilesLines
2021-02-08Remove unneeded breaksAndrea Gelmini1-8/+0
2021-01-16make the Color constructors explicitly specify transparencyNoel1-1/+1
2021-01-03Try GetShortPathNameW workaround for Unicode paths with orcusMike Kaganski1-4/+32
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-10-20use tools::Long in scNoel1-1/+1
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScRange::Parse never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-14both branches dereference ScDocument* argCaolán McNamara1-1/+1
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida2-30/+59
2020-06-05have just one way to set expander imageCaolán McNamara1-2/+2
2020-05-25clang-format sc with under 5-percent lines of changeMuhammet Kara1-7/+6
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin2-2/+2
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-27Use lambda expression here instead of a function object.Kohei Yoshida1-12/+6
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida2-14/+9
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida1-9/+3
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida1-2/+17
2019-08-21Return std::unique_ptr directly.Kohei Yoshida1-2/+2
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida3-5/+16
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part3Noel Grandin1-1/+1
2019-05-13drop some unneeded includesCaolán McNamara1-2/+0
2019-04-29weld ScXMLSourceDlgCaolán McNamara1-33/+30
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen2-8/+6
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov1-36/+23
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen4-17/+4
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-2/+2
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen1-0/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen2-0/+2
2018-09-06tdf#116453: One less argument to pass to ScOrcusStyles.Kohei Yoshida2-9/+14
2018-09-05tdf#116453: Pick up non-UTF8 encoding and use it for string values.Kohei Yoshida2-25/+77
2018-09-01Update orcus to 0.14.0.Kohei Yoshida2-89/+238
2018-08-01Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-24Changes to orcus for implementing XML data providerVikas Mahato2-5/+5
2018-06-20push the data from the temporary storage to the document for XML sourceMarkus Mohrhard1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin1-1/+0
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-02-06Import cell borders as best as we can from orcus.Kohei Yoshida1-5/+30