summaryrefslogtreecommitdiff
path: root/sc/source/core/inc/bcaslot.hxx
AgeCommit message (Expand)Author
2021-09-05no need to allocate ColumnSpanSet with unique_ptrNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-12Prevent BroadcastRecalcOnRefMoveHandler copiesStephan Bergmann
2019-09-26loplugin:constmethod in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen
2018-03-15loplugin:useuniqueptr in ScBroadcastAreaSlotMachineNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-15Change HardRecalcState to enum classTor Lillqvist
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-07Fix typo in comments: et -> edTakeshi Abe
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-23Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRangeJulien Nabet
2015-03-01unusedcode.easy: remove ScBroadcastAreaSlotMachine::AreaBroadcastInRangeJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida
2014-11-18Unindent.Kohei Yoshida
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-15Use listener's listening range when re-activating area listeners.Kohei Yoshida
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida