summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartarr.cxx
AgeCommit message (Expand)Author
2019-10-15new loplugin:bufferaddNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke
2017-12-01loplugin:unusedfieldsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05unused variableJochen Nitschke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-19loplugin:unusedmethods in sc/Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-27coverity#1187667 Dereference null return valueCaolán McNamara
2013-11-14Translate German commentsPhilipp Weissenbacher
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-01remove use of #pragma optimizeLuboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl
2012-06-09Remove superfluous include commentsThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-05-28Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida
2011-05-28More on replacing String with rtl::OUString.Kohei Yoshida
2011-05-28Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko