summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartarr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+5
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-3/+3
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke1-6/+0
2017-12-01loplugin:unusedfieldsNoel Grandin1-3/+1
2017-11-29loplugin:unusedmethodsNoel Grandin1-38/+0
2017-11-10loplugin:unusedmethodsNoel Grandin1-14/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-4/+2
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-7/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05unused variableJochen Nitschke1-1/+0
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+2
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-4/+5
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-6/+3
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-6/+0
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-5/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-13/+21
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-121/+114
2014-06-25remove whitespaceMarkus Mohrhard1-8/+0
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard1-22/+14
2014-03-03Remove visual noise from scAlexander Wilms1-14/+14
2014-02-27coverity#1187667 Dereference null return valueCaolán McNamara1-1/+1
2013-11-14Translate German commentsPhilipp Weissenbacher1-13/+10
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-4/+0
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-6/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+2
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-71/+45
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-8/+5
2013-01-01remove use of #pragma optimizeLuboš Luňák1-8/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-30fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-10/+10
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-28Removed dependency on ScCollection from ScChartCollection.Kohei Yoshida1-35/+44
2011-05-28More on replacing String with rtl::OUString.Kohei Yoshida1-20/+30
2011-05-28Use bool and rtl::OUString in ScChartCollection et. al.Kohei Yoshida1-13/+14
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-19/+19
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida1-4/+4
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-28/+28
2011-01-17removal of dead codeEd Dean1-85/+0
2011-01-07cppcheck: Reduce variable scope in chartarr.cxxNigel Hawkins1-3/+2
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-3/+3