summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
AgeCommit message (Expand)Author
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
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-12use isFinite() instead of !isNan()Eike Rathke
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-14Remove outdated commentsLaurent Balland-Poirier
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-23loplugin:constantparam in scNoel Grandin
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2016-01-13sc: replace boost::ptr_map with std::mapMichael Stahl
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-09-18boost->stdCaolán McNamara