summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartlis.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-11-19crashtesting: assert the failure which will cause tdf129410-1.ods to crashCaolán McNamara1-2/+2
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-42/+42
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-3/+3
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-3/+3
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+1
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-15/+10
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin1-28/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-3/+0
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin1-2/+2
2018-07-04simplify ScChartListenerCollection listener managementNoel Grandin1-67/+19
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-0/+1
2018-04-21loplugin:unusedmethodsNoel Grandin1-7/+0
2018-04-10loplugin:unusedfield improvementsNoel Grandin1-24/+3
2018-03-26loplugin:useuniqueptr in ScChartListenerNoel Grandin1-7/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-4/+4
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+2
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-30Translate German comments (leftovers)Johnny_M1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-3/+1
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-5/+9
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+2
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-3/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-5/+0
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-47/+56
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-18boost->stdCaolán McNamara1-8/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-8/+8
2015-09-17boost->stdCaolán McNamara1-8/+8
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert1-34/+8
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+2
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1