summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)Author
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-02-21Some more unit conversion unificationMike Kaganski
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin
2020-05-24inline some use-once typedefsNoel Grandin
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
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-10-01loplugin:stringadd in scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
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-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-02-28use less COLORDATA_RGBNoel Grandin
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek
2018-02-02loplugin:singlevalfieldsNoel Grandin
2017-10-31convert XclStrFlags to scoped enumNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
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-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-10loplugin:constantparam in scNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
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
2015-12-20tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin