summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)Author
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
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-24svl: convert DBG_ASSERTs in SfxListenerMichael Stahl
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin