summaryrefslogtreecommitdiff
path: root/sc/source/core/data/bcaslot.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-13use more std::make_uniqueNoel Grandin1-2/+2
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-22/+13
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+1
2018-12-14avoid possible expensive repetitive formula group changes (tdf#102364)Luboš Luňák1-0/+1
2018-11-24remove unused sc::ListenerGroupType::SingleNoel Grandin1-4/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-2/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-15loplugin:constfields in scNoel Grandin1-4/+4
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-03sc: Eliminate the case of MAXROWCOUNT_DEFINE <= 65536Takeshi Abe1-12/+0
2018-03-15loplugin:useuniqueptr in ScBroadcastAreaSlotMachineNoel Grandin1-15/+9
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-15Change HardRecalcState to enum classTor Lillqvist1-4/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+2
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-8/+4
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