summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-1/+1
2019-07-20loplugin:referencecasting in scNoel Grandin1-2/+2
2019-07-08tdf#126192 (Related) Translate automatic chart axis labels in xlsGabor Kelemen1-1/+1
2019-06-28tdf#126030 (related) Translate automatic chart title in XLS chartsGabor Kelemen1-1/+3
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov1-16/+21
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-3/+0
2018-12-05tdf#51671, implement feature to disable legend entry for seriesMarkus Mohrhard1-1/+15
2018-10-10do not needlessly create ScTokenArray copies in Calc input filtersLuboš Luňák1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin1-1/+1
2018-08-07CID 1438378: Use correct specializationMike Kaganski1-1/+1
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-2/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-1/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2018-03-26forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-03-26forcepoint #29 detect illegal self series addCaolán McNamara1-0/+5
2018-02-26use less RGB_COLORDATANoel Grandin1-4/+4
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-4/+4
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek1-8/+10
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-3/+3
2017-11-20ofz#4334 Null-dereference READCaolán McNamara1-1/+1
2017-11-10Replace lists by vectors in xichart/xipivot (sc)Julien Nabet1-20/+20
2017-11-03ofz#4043 Null-deference READCaolán McNamara1-2/+2
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis1-3/+12
2017-07-27tdf#90510 : Override default point label placement setting...Dennis Francis1-4/+9
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-4/+5
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin1-6/+6
2016-10-12use isFinite() instead of !isNan()Eike Rathke1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-3/+3
2016-07-14Remove outdated commentsLaurent Balland-Poirier1-6/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-13/+13
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-8/+8
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-4/+0