summaryrefslogtreecommitdiff
path: root/sc/source/core/data/bcaslot.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-2/+2
2017-04-12drop document_io_logring.txt and use global loggingCaolán McNamara1-1/+1
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin1-3/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-5/+5
2016-11-09Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheetsEike Rathke1-1/+5
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-6/+6
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke1-5/+7
2016-09-27sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke1-0/+3
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara1-0/+9
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-3/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+3
2016-02-08loplugin:unusedmethodsNoel Grandin1-24/+0
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-8/+10
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-3/+3
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-12/+11
2015-08-12Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke1-5/+15
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke1-1/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-23Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRangeJulien Nabet1-51/+0
2015-03-01unusedcode.easy: remove ScBroadcastAreaSlotMachine::AreaBroadcastInRangeJulien Nabet1-24/+0
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-3/+23
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida1-6/+6
2014-11-25fdo#86615: Track dependent formulas after bulk-broadcasting...Kohei Yoshida1-0/+4
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+24
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+1
2014-11-21Dump formula group listener info.Kohei Yoshida1-6/+22
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-0/+100
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-18/+98
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida1-0/+56
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida1-2/+12
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+0
2014-09-02check for empty slots' valid NULL pointer, fdo#79441Eike Rathke1-1/+2
2014-08-14correct references after sort, fdo#79441Eike Rathke1-8/+25
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-4/+13
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-33/+0
2014-03-15Use listener's listening range when re-activating area listeners.Kohei Yoshida1-5/+12
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+42
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida1-5/+5
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard1-11/+11
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr1-3/+3
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-1/+1
2012-12-12reworked solution for i#118012 crash during deletion of rowsEike Rathke1-83/+100