summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dociter.cxx
AgeCommit message (Expand)Author
2022-06-26Don'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-06-18tdf#134019: ofz#20904 check boundsCaolán McNamara
2020-04-23tdf#132278 crash after opening an old fileNoel Grandin
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
2018-05-08Use format-table from the interpreter contextDennis Francis
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-23Enable binary search for numeric values againEike Rathke
2018-03-22loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-10Rename ScMatrix::IsString() to IsStringOrEmpty()Eike Rathke
2017-12-24sc: compact ScColumnAshod Nakashian
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin
2017-09-13rename ScAttrEntry.nRow to nEndRowNoel Grandin
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin