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