summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table4.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-4/+19
2021-03-11tdf#89754 - don't increment non different consecutive date cellsAndreas Heinisch1-0/+7
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+3
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-22Fix typosAndrea Gelmini1-1/+1
2020-11-17tdf#137624 sc: autofill mixed sequences in merged cellsAttila Szűcs1-22/+53
2020-11-17tdf#113500 sc: fix autofill of same mixed valuesAttila Szűcs1-15/+0
2020-11-05tdf#137653 tdf#137624 sc: fix autofill user list sequencesAttila Szűcs1-11/+25
2020-10-30tdf#137625 sc: autofill user list sequences in merged cellsAttila Szűcs1-19/+127
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-26tdf#137621 sc: autofill bool sequences in merged cellsAttila Szűcs1-1/+10
2020-10-20use tools::Long in scNoel1-29/+29
2020-10-09Clean-up: Initialized a variable to something.Attila Szűcs1-1/+1
2020-10-09tdf#137205 sc: autofill date sequences in merged cellsAttila Szűcs1-31/+111
2020-10-05tdf#88782 sc: autofill number sequences in merged cellsAttila Szűcs1-9/+162
2020-09-30loplugin:reducevarscope in scNoel1-1/+1
2020-09-30tdf#40993 tdf#59585 sc fill: copy merged cell structureAttila Szűcs1-7/+53
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-1/+1
2020-09-21tdf#129606: Round the mean of the two subtractionsMike Kaganski1-1/+2
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-1/+1
2020-09-16ScTable ctor never called with a null ScDocument*Caolán McNamara1-32/+32
2020-09-15StartListeningTo always dereferences its argumentCaolán McNamara1-2/+1
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-2/+2
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-174/+174
2020-06-18delay and batch calls to StartListeningFormulaCells() (tdf#132165)Luboš Luňák1-0/+21
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-08tdf#129606: limit precision in ScTable::FillAnalyseMike Kaganski1-2/+5
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-1/+1
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin1-4/+4
2019-09-05Resolves: tdf#126577 stop filling a series when threshold is reachedEike Rathke1-100/+176
2019-05-10tdf#125051: fix spellchecking on CalcNoel Grandin1-19/+10
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-2/+2
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-0/+2
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-18/+12
2019-01-29tdf#89998 set increment for percent values to 1%Martin van Zijl1-7/+24
2019-01-18use unique_ptr in scNoel Grandin1-5/+2
2018-11-16loplugin:buriedassign in scNoel Grandin1-2/+4
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-15/+0
2018-10-10ColumnSpanSet variant optimized for just one ScRangeLuboš Luňák1-1/+0
2018-09-27loplugin:useuniqueptr in ScTable::FillAutoNoel Grandin1-5/+4
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-02-03TypedWhichId in scNoel Grandin1-6/+6
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-31/+31
2017-12-24sc: compact ScColumnAshod Nakashian1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-7/+7
2017-12-03tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001Daniel1-20/+47
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2