summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)Author
2020-09-09Check range before accessing Calc sort userlistThorsten Behrens
2020-07-02don't add a cell to a non-existent column (tdf#104865)Luboš Luňák
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-03loplugin:constantparamNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-17OUStringBuffer use should be the other way round hereMike Kaganski
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-07-24convert AreaOverlapType to scoped enumNoel Grandin
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-24loplugin:constparams in scNoel Grandin
2018-12-20sc: Simplify RemoveSubTotalsHandler using std::setTakeshi Abe
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
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-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-23sc: speed-up: avoid usage of svl::SharedString where it is possibleSerge Krot
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-27UND->AND; ODER->ORMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14Remove MSVC workaround from 2002Stephan Bergmann
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin
2018-08-01loplugin:stringloop in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-13loplugin:useuniqueptr in ScSortInfoArrayNoel Grandin
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-17Only relevant whether mpTestEqualCondition is non-nullStephan Bergmann
2018-04-16Nitpick: a pointer is p...Eike Rathke
2018-04-16Resolves: tdf#116003 check presence of subtotal in group, tdf#107267 follow-upEike Rathke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-11Defer obtaining transliterator and collator...Dennis Francis
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin