summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-1/+1
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-2/+2
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-285/+288
2020-05-24inline some use-once typedefsNoel Grandin1-2/+1
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin1-59/+59
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-56/+56
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-2/+2
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-1/+1
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-1/+1
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-6/+6
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-41/+31
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-6/+6
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-4/+2
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-3/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-02-28use less COLORDATA_RGBNoel Grandin1-4/+1
2018-02-26use less RGB_COLORDATANoel Grandin1-1/+1
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek1-4/+9
2018-02-02loplugin:singlevalfieldsNoel Grandin1-3/+2
2017-10-31convert XclStrFlags to scoped enumNoel Grandin1-3/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-08-02tdf#90352: set/handle LinkNumberFormatToSource property in xls...Dennis Francis1-1/+5
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+3
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-3/+3
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-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-3/+3
2016-09-10loplugin:constantparam in scNoel Grandin1-5/+5
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-3/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-27/+27
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-03-23loplugin:constantparam in scNoel Grandin1-3/+3
2016-01-13sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-4/+8
2015-12-20tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-7/+7
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2