summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-1/+3
2014-11-24svl: convert DBG_ASSERTs in SfxListenerMichael Stahl1-12/+5
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida1-0/+9
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl1-0/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-29/+0
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-4/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher2-8/+4
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert1-15/+18
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-1/+23
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-06simplify SfxListener::EndListening and StartListeningNoel Grandin1-11/+9
2014-05-28This needs to be debugged and understood, not just randomly "fixed"Tor Lillqvist1-3/+1
2014-05-28Try to avoid "attempt to erase from container with a past-the-end iterator"Tor Lillqvist1-1/+3
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann2-26/+0
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2-10/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7
2013-12-23fix crash when erasing entry while iterating through vectorMarkus Mohrhard1-1/+2
2013-12-23iterators are not pointersEike Rathke1-3/+3
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky1-46/+47
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky1-15/+34
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky1-3/+6
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr1-10/+0
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann1-1/+2
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida1-6/+24
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida1-2/+6
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida5-353/+92