summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)AuthorFilesLines
2021-06-10small optimisation in SvtListener::EndListeningNoel Grandin1-1/+1
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin1-3/+2
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-1/+0
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer3-47/+22
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin2-82/+55
2020-07-01Fix typosAndrea Gelmini1-1/+1
2020-07-01tdf#132454 some more improvementsNoel Grandin1-9/+84
2020-06-26optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454)Luboš Luňák1-33/+43
2020-06-25optimize SvtBroadcaster::Normalize() a bit more (tdf#132454)Luboš Luňák1-4/+11
2020-06-24optimize SvtBroadcaster::Normalize() (tdf#132454)Luboš Luňák1-2/+19
2020-03-23Fix typosAndrea Gelmini1-1/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen2-2/+0
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, part1Noel Grandin1-3/+3
2019-05-16tdf#125254 Performance: A spreadsheet opens too slow, optimise listenerNoel Grandin1-12/+7
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov2-16/+11
2018-10-06try to fix SvtBroadcaster on macOSNoel Grandin1-42/+32
2018-10-05fix iterator invalidation assertNoel Grandin1-6/+8
2018-10-02fix bug in SvtListener copy constructorNoel Grandin1-2/+1
2018-10-02SvtBroadcaster unify the normal and PrepareForDestruction pathsNoel Grandin1-32/+40
2018-10-02minor optimisation to SvtBroadcaster::AddNoel Grandin1-6/+8
2018-10-02fix bug in SvtBroadcaster copy constructorNoel Grandin1-22/+10
2018-10-01fix bug in SvtListener::CopyAllBroadcastersNoel Grandin1-0/+1
2018-10-01SvtBroadcaster no need to uniqueNoel Grandin1-4/+0
2018-10-01scatter some asserts in SvtBroadcasterNoel Grandin1-0/+7
2018-10-01don't call back into the SvtBroadcaster when dyingNoel Grandin2-5/+15
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-15tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin1-5/+24
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara1-4/+4
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann1-3/+4
2017-08-24SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet1-1/+1
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin1-8/+39
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara4-4/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-17cleanup double includes and declarationsJochen Nitschke1-1/+0
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin2-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-4/+4
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet2-5/+7
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin2-4/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-07-06loplugin:unusedmethods svlNoel Grandin1-5/+0
2015-06-29tdf#68016 Write fixture for current behaviour of SfxListenerTobias Lippert1-1/+4
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin1-2/+3
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-2/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-10/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-0/+1
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida2-49/+89