summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table3.cxx
AgeCommit message (Expand)Author
2021-09-09tdf#142579 Consider cond. format background colors in color filterSamuel Mehrbrodt
2021-09-09tdf#142580 Consider cond. format text colors in color filterSamuel Mehrbrodt
2021-09-09tdf#142579 Consider color scale background colors in color filterSamuel Mehrbrodt
2021-06-28crashtesting: on export of fdo84621-4.ods to xlsCaolán McNamara
2021-06-28tdf#76258 Various fixes for color filterSamuel Mehrbrodt
2021-06-28tdf#76258 Filter by colorsSamuel Mehrbrodt
2020-09-09Check range before accessing Calc sort userlistThorsten Behrens
2020-07-07don't add a cell to a non-existent column (tdf#104865)Luboš Luňák
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
2018-04-10vlookup - optimize SC_EQUAL and NOT_EQUAL.Michael Meeks