summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartpos.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek1-4/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-13/+13
2020-04-15loplugin:buriedassign in scNoel Grandin1-8/+16
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-10-04Resolves: tdf#120238 remove wrong assert()Eike Rathke1-1/+0
2018-09-28loplugin:useuniqueptr in ScChartPositionMapNoel Grandin1-95/+38
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-3/+0
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-11/+10
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+3
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-8/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-2/+1
2017-02-01convert ScChartGlue to scoped enumNoel Grandin1-15/+15
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-6/+10
2016-10-12convert constants to scoped enumNoel Grandin1-18/+15
2016-02-08loplugin:unusedmethodsNoel Grandin1-7/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-04-23sc: sal_Bool->boolNoel Grandin1-10/+10
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-11/+10
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-01-20sal_Bool->boolNoel Grandin1-1/+1
2014-01-17sal_Bool->boolNoel Grandin1-1/+1
2013-11-14Translate German commentsPhilipp Weissenbacher1-22/+26
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-1/+1
2012-08-31fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-36/+35
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-03-28WaE: declaration of 'it' shadows a previous localIvan Timofeev1-2/+1
2012-03-28remove the wrongly placed semicolonIvan Timofeev1-1/+1
2012-03-28this iterator should point to where the insert should start to searchIvan Timofeev1-2/+2
2012-03-28there was Table::Insert, let's use map::insert as a replacementIvan Timofeev1-1/+1
2012-03-28if/else branches contain same codeIvan Timofeev1-20/+7
2012-03-28prevent potential crashesIvan Timofeev1-9/+15
2012-03-28do not touch first columnIvan Timofeev1-1/+1
2012-03-28remove unused includeIvan Timofeev1-2/+0
2012-03-28Convert tools/table.hxx to std::map in ScChartPositionMap class in SC moduleNoel Grandin1-67/+78
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-1/+1