summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-0/+6
2021-05-20tdf#76258 Skip automatic colors in color filter popupSamuel Mehrbrodt1-2/+4
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis1-37/+17
2021-05-13tdf#142214: autocomplete: do not search across empty blocksDennis Francis1-8/+20
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt1-6/+2
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga1-2/+4
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-6/+22
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-2/+3
2021-03-12tdf#137626 XLSX import: fix missing datetime filtersBalazs Varga1-0/+8
2021-02-23delete from mdds in reverse order (tdf#139820)Luboš Luňák1-1/+2
2021-02-23Revert ""delete" also empty Calc cells if it helps mdds (tdf#139820)"Luboš Luňák1-34/+1
2021-02-19"delete" also empty Calc cells if it helps mdds (tdf#139820)Luboš Luňák1-1/+34
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2020-10-20use tools::Long in scNoel1-5/+5
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-3/+3
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara1-3/+3
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara1-7/+7
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara1-2/+2
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara1-129/+129
2020-09-15DetachFormulaCellsHandler never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-15EndListeningTo always dereferences its argumentCaolán McNamara1-3/+3
2020-09-15StartListeningTo always dereferences its argumentCaolán McNamara1-1/+1
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara1-3/+3
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara1-6/+6
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin1-12/+14
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-3/+3
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-56/+56
2020-06-09delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák1-2/+8
2020-04-15loplugin:buriedassign in scNoel Grandin1-6/+7
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-20/+20
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-21/+21
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin1-6/+6
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-11revert some consts to placate coverity Uncaught exceptionsCaolán McNamara1-2/+2
2019-06-27Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-06-08loplugin:unusedfieldsNoel Grandin1-3/+1
2019-05-21Resolves: tdf#125109 prefer edit format's acceptance patterns and YMD orderEike Rathke1-3/+49
2019-05-20cache mdds positions also in CopyTextAttrsFromClipHandler (tdf#112000)Luboš Luňák1-6/+25
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák1-5/+2
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-1/+1
2019-03-28tdf#120660: Populate rNewSharedRows even if no FC...Dennis Francis1-14/+52
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin1-2/+2
2019-03-18Listening when grouping in ScColumn::AttachNewFormulaCells(), (tdf#123736)Eike Rathke1-8/+41
2019-03-17Reget position_type as the block or type may have changed, tdf#123736 relatedEike Rathke1-0/+3
2019-03-16Related: tdf#123736 re-establish listeners also for vector unsharingEike Rathke1-9/+102