summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
AgeCommit message (Expand)Author
2020-10-20use tools::Long in scNoel
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-04-30loplugin:makeshared in scNoel Grandin
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-29remove XclRoot::GetDocRefNoel Grandin
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-07-08tdf#126192 (Related) Translate automatic chart axis labels in xlsGabor Kelemen
2019-06-28tdf#126030 (related) Translate automatic chart title in XLS chartsGabor Kelemen
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-12-05tdf#51671, implement feature to disable legend entry for seriesMarkus Mohrhard
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin
2018-08-07CID 1438378: Use correct specializationMike Kaganski
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-03-26forcepoint #32 survive missing value rangeCaolán McNamara
2018-03-26forcepoint #29 detect illegal self series addCaolán McNamara
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek
2018-01-17Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-20ofz#4334 Null-dereference READCaolán McNamara
2017-11-10Replace lists by vectors in xichart/xipivot (sc)Julien Nabet
2017-11-03ofz#4043 Null-deference READCaolán McNamara
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis