summaryrefslogtreecommitdiff
path: root/svl/source/notify/SfxBroadcaster.cxx
AgeCommit message (Expand)Author
2024-11-02tdf#145538 Range based for loop cannot be used in SfxBroadcaster.cxxAdesola Samuel
2024-08-27tdf#158556 prevent lambda from allocating on heapNoel Grandin
2024-03-07tdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin
2023-08-11fix SfxBroadcaster::ForAllListenersNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin
2022-07-01small optimisationNoel Grandin
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-03remove pimpl in SfxBroadcaster/SfxListenerNoel Grandin
2018-06-15tdf#94792 performance regression for xlsx with chart with >1000 data labelsNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-03-17cleanup double includes and declarationsJochen Nitschke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
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-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert