summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)Author
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
2017-12-07loplugin:constparamsNoel Grandin
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist
2017-11-21First steps for Calc parallelismTor Lillqvist
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-05-24Clean up a commentTor Lillqvist
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2017-04-19Add Dump() method to ScFormulaCell.Kohei Yoshida
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke
2016-06-09change number format for formula results if of different typeEike Rathke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke
2016-02-19new loplugin: find write-only fieldsNoel Grandin