summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartlis.cxx
AgeCommit message (Expand)Author
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-19crashtesting: assert the failure which will cause tdf129410-1.ods to crashCaolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin
2018-07-04simplify ScChartListenerCollection listener managementNoel Grandin
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen
2018-04-21loplugin:unusedmethodsNoel Grandin
2018-04-10loplugin:unusedfield improvementsNoel Grandin
2018-03-26loplugin:useuniqueptr in ScChartListenerNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-30Translate German comments (leftovers)Johnny_M
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara
2016-04-30Fix typosAndrea Gelmini
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara
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-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert
2015-07-04Fix typosAndrea Gelmini
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann