summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)Author
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
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-12-23fix crash when erasing entry while iterating through vectorMarkus Mohrhard
2013-12-23iterators are not pointersEike Rathke
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2012-08-04SfxBroadcaster: fix STL conversion:Michael Stahl
2012-07-28convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara
2012-07-02re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-19Remove unused codeElton Chung
2012-02-05Remove unused codeElton Chung