summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)Author
2022-04-01lok: CopyCellNotesHandler: use the cloned objectDennis Francis
2020-07-06Allow print-twips version of ScDocument::GetNeededSize()...Dennis Francis
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis
2019-10-01Thread a group of formula-groups together if possibleDennis Francis
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-08-07tdf#126673 Auto-fit column and auto-fit row don't work with line breakNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid reset SetUpdateModeNoel Grandin
2019-06-03Avoid overflow with large row heightsStephan Bergmann
2019-05-31Avoid overflow in ScColumn::GetOptimalColWidthStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-05-16cache mdds access in ScTable::ValidQuery() (tdf#80853)Luboš Luňák
2019-05-15cache cell positions when opening standard filter in calc (tdf#80853)Luboš Luňák
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin
2019-03-04tdf#121040 sc: use pixel-per-twips in X for horizontal value conversionSerge Krot
2019-02-28avoid std::out_of_range thrown by mdds (tdf#122643)Luboš Luňák
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov
2019-02-05Allow computing spans of formula-groupsDennis Francis
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2018-12-14Encapsulate ScFunctionData members and abuse WelfordRunner membersEike Rathke
2018-12-13Use ScFunctionData::update() and getResult() instead of direct member accessEike Rathke
2018-12-11Resolves: tdf#46119 implement GeneralFunction_VAR, VARP, STDEV and STDEVPEike Rathke
2018-12-07Find actual data area inside the main-range...Dennis Francis
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák
2018-11-14make sure ScConditionEntry::Interpret() doesn't confuse calc threadingLuboš Luňák
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-11-07loplugin:collapseif in scNoel Grandin
2018-10-29sc: fix: range/step calculation for progress barSerge Krot
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-11loplugin:unusedmethodsNoel Grandin
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák
2018-07-06Generalize FG cycle detection for...Dennis Francis
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis
2018-06-21discard cached cell values if the cell changesLuboš Luňák
2018-06-09properly go to next row when walking mdds containerLuboš Luňák
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák
2018-05-24optimize ScColumn::HandleRefArrayForParallelism()libreoffice-6-1-branch-pointLuboš Luňák
2018-05-24avoid CELLTYPE_EDIT for calc's threaded calculationsLuboš Luňák
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-27tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin