summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xechart.cxx
AgeCommit message (Expand)Author
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
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-02-03sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)Chris Sherlock
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-24Support regression curve name in old binary XLS XP/2k/2k3 format.Tomaž Vajngerl
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara