summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-7/+6
2015-02-03sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-66/+0
2014-03-17sc: prefer passing OUString by referenceNoel Grandin1-1/+1