summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Resolves: tdf#137248 Fix wrong condition breaking non-group interpretEike Rathke1-4/+4
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-4/+4
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-1/+1
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-57/+57
2020-09-13ScFormulaCell ctor variant never passed a null ScDocumentCaolán McNamara1-1/+1
2020-09-10detect if a cell still needs interpreting after Interpret()Luboš Luňák1-2/+26
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-5/+5
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-61/+61
2020-06-23tdf#133699 Slow sorting of a columnNoel Grandin1-2/+1
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák1-2/+0
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-9/+9
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-4/+5
2019-12-17Resolves tdf#129127: do a safe swap of patternsDennis Francis1-0/+2
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-4/+4
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-15/+15
2019-11-07tdf#124270 : improve formula-group cycle detectionDennis Francis1-0/+10
2019-10-26Fallback gracefully if intergroup dependencies found when...Dennis Francis1-5/+12
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-11/+11
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-2/+2
2019-07-20cid#1448415 Pointer to local outside scopeCaolán McNamara1-2/+2
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-1/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-3/+3
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-4/+7
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-44/+34
2019-02-05Allow computing spans of formula-groupsDennis Francis1-9/+191
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-3/+3
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-4/+4
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-3/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-16Resolves: tdf#119623 record group positions also for top cellsEike Rathke1-6/+10
2018-10-15loplugin:constfields in scNoel Grandin1-9/+9
2018-10-04reserve space before appending to vector in a loopNoel Grandin1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26More Implicit intersection computationDennis Francis1-1/+2
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-1/+1
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-1/+1
2018-01-31Improve performance when looking for draw objects anchored to cellsSamuel Mehrbrodt1-8/+10
2018-01-25Updating images should not depend on unrelated conditionSamuel Mehrbrodt1-15/+17
2018-01-23tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt1-0/+16
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-24sc: compact ScColumnAshod Nakashian1-8/+12
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-4/+3
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1