summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/bcaslot.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-15loplugin:useuniqueptr in ScBroadcastAreaSlotMachineNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-08-15Change HardRecalcState to enum classTor Lillqvist1-1/+1
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-3/+3
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-19/+19
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-6/+6
2016-12-07Fix typo in comments: et -> edTakeshi Abe1-1/+1
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-4/+7
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke1-1/+1
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara1-0/+1
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke1-3/+4
2016-02-08loplugin:unusedmethodsNoel Grandin1-5/+0
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-3/+5
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-3/+3
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-3/+3
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-13/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-23Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRangeJulien Nabet1-3/+0
2015-03-01unusedcode.easy: remove ScBroadcastAreaSlotMachine::AreaBroadcastInRangeJulien Nabet1-1/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-9/+9
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida1-2/+4
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+5
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist1-1/+1
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-0/+2
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-20/+37
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida1-0/+8
2014-11-18Unindent.Kohei Yoshida1-18/+18
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida1-0/+9
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-2/+4
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-03-15Use listener's listening range when re-activating area listeners.Kohei Yoshida1-2/+12
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+4
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard1-10/+10
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr1-1/+1
2012-12-12reworked solution for i#118012 crash during deletion of rowsEike Rathke1-8/+45
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-15/+15
2011-02-06port repository calc to boost unordered containersFridrich Štrba1-3/+3
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-15/+15