summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-14tdf#124270 : improve formula-group cycle detectionDennis Francis1-2/+9
2019-05-10Apply duration format for such newly entered formula cellsEike Rathke1-0/+5
2019-04-12loplugin:unusedmethodsNoel Grandin1-18/+0
2019-03-21Increase the life-cycle of threads in thread-pool...Dennis Francis1-2/+4
2019-03-13state explicitly how ownership of ScFormulaCell::pCode worksLuboš Luňák1-0/+3
2019-03-12don't let two unique_ptr's handle the same ScTokenArrayLuboš Luňák1-4/+4
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-3/+2
2019-02-11tdf#121388 : Disable threading and dep evaluation for IF...Dennis Francis1-1/+18
2019-02-05sc: fix -Werror,-Wshadow (Android)Miklos Vajna1-4/+4
2019-02-05Allow computing spans of formula-groupsDennis Francis1-44/+72
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2019-01-28avoid a calc threads assert because of an undetected cyclic dependencyLuboš Luňák1-1/+2
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-30/+26
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák1-8/+31
2018-12-03make sure opencl is not used from withing ocTableOpLuboš Luňák1-0/+4
2018-11-29calc threads cycle detection should not break computing a valueLuboš Luňák1-1/+3
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-11-25drop unused FormulaVectorDisabledNotInSoftwareSubsetNoel Grandin1-3/+0
2018-11-22--enable-dbgutil --disable-assert-always-abort fixesStephan Bergmann1-3/+3
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-19coverity#1441441 Uncaught exceptionCaolán McNamara1-1/+1
2018-11-15loplugin:staticmethods in scNoel Grandin1-3/+3
2018-11-15Cache the vConditions array...Dennis Francis1-10/+15
2018-11-14Fix typoAndrea Gelmini1-1/+1
2018-11-14make sure ScConditionEntry::Interpret() doesn't confuse calc threadingLuboš Luňák1-0/+15
2018-11-14$SC_FORCE_CALCULATION to force Calc use opencl/threads for everythingLuboš Luňák1-5/+40
2018-11-14Reorder ScFormulaCell membersDennis Francis1-66/+66
2018-11-13don't access deleted cellsLuboš Luňák1-0/+4
2018-11-12Make MaybeInterpret, NeedsInterpret, IsDirtyOrInTableOpDirty inlineDennis Francis1-27/+0
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-4/+0
2018-11-07loplugin:collapseif in scNoel Grandin1-10/+4
2018-10-15loplugin:constfields in scNoel Grandin1-9/+9
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák1-1/+2
2018-10-10fix detection of self-referencesLuboš Luňák1-3/+6
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák1-1/+4
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin1-1/+1
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák1-2/+16
2018-08-22replace StackCleaner with std::unique_ptrNoel Grandin1-15/+2
2018-08-16remove mempoolNoel Grandin1-2/+0
2018-08-09remove Calc's software interpreterLuboš Luňák1-9/+6
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-2/+20
2018-07-18Related: tdf#118735 WEBSERVICE preserve the hybrid string result, if possibleEike Rathke1-0/+5
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-2/+1
2018-07-06Generalize FG cycle detection for...Dennis Francis1-17/+57
2018-07-06Use cycle guard for calls to InterpretTail tooDennis Francis1-4/+8
2018-07-05sc: Prefer std::vector to std::dequeTakeshi Abe1-9/+8
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin1-1/+1
2018-06-26More Implicit intersection computationDennis Francis1-13/+47
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-4/+3