summaryrefslogtreecommitdiff
path: root/sc/source/core/data/listenercontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-03loplugin:constantparamNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2016-04-19const as const can, tdf#99322 follow-upEike Rathke1-1/+1
2016-04-19sc: fix loplugin:passstuffbyrefMiklos Vajna1-1/+1
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke1-0/+10
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida1-0/+9
2014-03-15Unregister all listeners first then re-register them.Kohei Yoshida1-27/+17
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-2/+22
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-2/+2
2013-06-24Reduce dependency on mtvelements.hxx header.Kohei Yoshida1-4/+7
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-2/+12
2013-05-20Do the same trick when getting broadcasters during mass formula cell deletion.Kohei Yoshida1-1/+6
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-0/+12
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-2/+2
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+19
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-0/+32