summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
AgeCommit message (Expand)Author
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-05-30no need to use unique_ptr for tokens in ScChartListenerNoel Grandin
2022-03-29sc: fix use after free in ScChart2DataSequence::ExternalRefListenerMichael Stahl
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
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-09compact namespace in scNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel 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-27loplugin:finalclasses in scNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
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 Add unittests for ScChartListenerCollectionTobias Lippert
2015-08-04fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRangeTobias Lippert
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-03-06idle includes and enum useJennifer Liebel
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-09changed timers to idlesJennifer Liebel
2014-11-15fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida