summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)Author
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-07make more symbols private in calcNoel Grandin
2023-08-14tdf#156677 if CheckComputeDependencies failed in expanded range...Caolán McNamara
2023-02-23Resolves: tdf#153767 Try harder to import OOXML bool shared formula resultEike Rathke
2022-09-02no need to use unique_ptr for this map in sc::FormulaGroupAreaListenerNoel Grandin
2022-08-26Fix typosAndrea Gelmini
2022-08-25try harder to ensure InterpretCellsIfNeeded() interprets (tdf#150499)Luboš Luňák
2021-11-26tdf#133996 speed up opening of ODS with autofilter + conditional formattingNoel Grandin
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-05Fix crash if conditional format triggers recursion with iterations enabledEike Rathke
2021-09-04inline ScTokenArray into ScFormulaCellGroupNoel Grandin
2021-09-04flatten ScFormulaCellGroupNoel Grandin
2021-06-21loplugin:finalclasses in sc/incNoel Grandin
2021-06-04loplugin:unusedmethodsNoel Grandin
2021-04-02Work around assert() in circular reference within group calc, tdf#141146Eike Rathke
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-17ScFormulaCell always has a ScDocument&Caolán McNamara
2020-09-16ScFormulaCell ctor variants never called with null ScDocument*Caolán McNamara
2020-09-16ScFormulaCell ctor variant never called with null ScDocument*Caolán McNamara
2020-09-15EndListeningTo always dereferences its argumentCaolán McNamara
2020-09-15StartListeningTo always dereferences its argumentCaolán McNamara
2020-09-13ScFormulaCell ctor variant always dereferences its ScDocument argCaolán McNamara
2020-09-13ScFormulaCell ctor variant never passed a null ScDocumentCaolán McNamara
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/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-03-13state explicitly how ownership of ScFormulaCell::pCode worksLuboš Luňák
2019-02-05Allow computing spans of formula-groupsDennis Francis
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák
2018-11-14Reorder ScFormulaCell membersDennis Francis
2018-11-12Make MaybeInterpret, NeedsInterpret, IsDirtyOrInTableOpDirty inlineDennis Francis
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-08-16remove mempoolNoel Grandin
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke
2018-07-06Generalize FG cycle detection for...Dennis Francis
2018-06-21Do dependency computation checks for OpenCL and...Dennis Francis
2018-06-15clean up calc'c choosing between threading and OpenCLLuboš Luňák
2018-05-24Calc threading : Check for "self" references...Dennis Francis
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen
2018-05-14use optional ScInterpreterContext if possibleLuboš Luňák
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-16Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke