summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)Author
2022-07-01small optimisationNoel Grandin
2022-03-06make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-06-10small optimisation in SvtListener::EndListeningNoel Grandin
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin
2020-07-01Fix typosAndrea Gelmini
2020-07-01tdf#132454 some more improvementsNoel Grandin
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák
2020-06-25optimize SvtBroadcaster::Normalize() a bit more (tdf#132454)Luboš Luňák
2020-06-24optimize SvtBroadcaster::Normalize() (tdf#132454)Luboš Luňák
2020-03-23Fix typosAndrea Gelmini
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, optimise listenerNoel Grandin
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin
2018-10-05fix iterator invalidation assertNoel Grandin
2018-10-02fix bug in SvtListener copy constructorNoel Grandin
2018-10-02SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin
2018-10-02minor optimisation to SvtBroadcaster::AddNoel Grandin
2018-10-02fix bug in SvtBroadcaster copy constructorNoel Grandin
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin
2018-10-01scatter some asserts in SvtBroadcasterNoel Grandin
2018-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-15tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann
2017-08-24SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet
2017-08-17Fix typosAndrea Gelmini
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-03-25Fix typosAndrea Gelmini
2017-03-17cleanup double includes and declarationsJochen Nitschke
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2016-02-09Remove excess newlinesChris Sherlock
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-06-29tdf#68016 Write fixture for current behaviour of SfxListenerTobias Lippert