summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen7.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-3/+3
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-24/+24
2019-09-01Fix '..'Andrea Gelmini1-3/+3
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-04-12loplugin:unusedmethodsNoel Grandin1-89/+0
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-14/+10
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-8/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-2/+0
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-3/+3
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist1-0/+3
2017-11-07LimitRangeToAvailableSheets: check ValidTab() firstEike Rathke1-3/+5
2017-11-06ofz#4052 limit listener range to actually available sheetsEike Rathke1-2/+69
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin1-1/+1
2017-08-24Resolves: tdf#93171 follow-up, notify dependents of subtotal formula cellsEike Rathke1-1/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-08-15Change HardRecalcState to enum classTor Lillqvist1-4/+4
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-30pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-5/+5
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-7/+7
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida1-1/+1
2016-09-27sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke1-0/+20
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-07-04Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara1-2/+2
2016-06-27SfxProgress::SetState always returns trueStephan Bergmann1-2/+0
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard1-58/+0
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin1-2/+2
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-1/+5
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-30tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke1-1/+1
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-4/+2
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-2/+3
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin1-1/+1
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke1-1/+4
2015-07-09simplify the logic a littleEike Rathke1-16/+12
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke1-6/+14
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-1/+1