summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dociter.cxx
AgeCommit message (Expand)Author
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-02-03tdf#140014 calc crash on COUNTIFNoel Grandin
2021-02-02Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist
2021-01-22Related tdf#139782 sc: Make sure column exists before accessing itMichael Weghorn
2021-01-22tdf#139782 sc: Don't try to access unallocated columnMichael Weghorn
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-13ScDBQueryDataIterator is never passed a null ScDocumentCaolán McNamara
2020-09-13establish ScValueIterator::pDoc is never nullCaolán McNamara
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-04-23tdf#132278 crash after opening an old fileNoel Grandin
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-29ofz#20904 check boundsCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-21ScQueryParam can be allocated inline in ScQueryCellIteratorNoel Grandin
2019-11-20Turn useless OSL_FAIL/OSL_ENSURE into assert()Eike Rathke
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis
2019-10-16sc: rowcol: migrate the Sc*IteratorNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-06-21crashtesting: failure importing gnome545630-1.xlsxCaolán McNamara
2019-04-22crashtesting: failure on export of ooo40197-1.sxc to xlsxCaolán McNamara
2019-04-18crashtesting: failure on import of ooo6593-5.stcNoel Grandin
2019-04-15Related: tdf#50916 create valid empty ScHorizontalCellIterator when...Mike Kaganski
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin
2019-03-27return unique_ptr from CreateAttrIteratorNoel Grandin
2019-03-26flatten TabRangesNoel Grandin
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov
2019-01-24loplugin:constparams in scNoel Grandin
2018-12-13sc: Use std::find() to simplify codeTakeshi Abe
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-29sc: fix: range/step calculation for progress barSerge Krot
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin
2018-06-29tdf#118086: calc: invalid row autoheight fixedVasily Melenchuk
2018-06-22use ScInterpreterContext in ScValueIteratorLuboš Luňák
2018-06-14Remove now unused ScCellIterator::hasEmptyData()Eike Rathke
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-05-09tdf#117433 count empty cells properly with COUNTIF.Winfried Donkers