summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)Author
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
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-06simplify SfxListener::EndListening and StartListeningNoel Grandin
2014-05-28This needs to be debugged and understood, not just randomly "fixed"Tor Lillqvist
2014-05-28Try to avoid "attempt to erase from container with a past-the-end iterator"Tor Lillqvist