summaryrefslogtreecommitdiff
path: root/svl/source/notify
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-28fixincludeguards.sh: svlThomas Arnhold1-2/+2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa7-42/+0
2012-08-04SfxBroadcaster: fix STL conversion:Michael Stahl1-20/+47
2012-07-28convert SfxListenerArr_Impl from SvPtrarr to std::vectorCaolán McNamara2-60/+23
2012-07-02re-base on ALv2 code.Michael Meeks5-118/+73
2012-06-21re-base on ALv2 code.Michael Meeks5-124/+79
2012-06-08Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::dequeNoel Grandin1-26/+19
2012-02-27Removed unused codeSzabolcs Dezsi1-28/+0
2012-02-19Remove unused codeElton Chung1-74/+0
2012-02-05Remove unused codeElton Chung2-27/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz3-5/+0
2011-11-27remove include of pch header from svlNorbert Thiebaud9-18/+0
2011-07-31callcatcher: remove unused codeCaolán McNamara1-21/+0
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky8-112/+48
2011-03-02Add osl/diagnose.h includeThomas Arnhold1-0/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-14Remove class SfxCancelManagerJoseph Powers1-203/+0
2011-01-13removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong i...Carsten Driesner1-1/+1
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko6-287/+12