summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Move token-cache for doubles to ScInterpreterContext...feature/calc-parallelDennis Francis1-1/+1
2017-11-21halve thread count if HT active for group interpreter tooDennis Francis1-0/+6
2017-11-21Thread the software interpreterDennis Francis1-6/+15
2017-11-21Check whether ScTokenArray::CheckToken() has disabled threading of the groupTor Lillqvist1-1/+1
2017-11-21Make threaded calculation the default (when OpenCL is not used)Tor Lillqvist1-4/+4
2017-11-21Introduce ScInterpreterContextTor Lillqvist1-14/+24
2017-11-21Move nInterpretLevel back to ScDocumentTor Lillqvist1-13/+13
2017-11-21Re-work how the thread-specific data in ScDocument worksTor Lillqvist1-1/+1
2017-11-21Use explicit flag to indicate threaded formula group calculation being activeTor Lillqvist1-4/+9
2017-11-21Assert that we don't call MaybeInterpret() in a threaded calculationTor Lillqvist1-0/+3
2017-11-21Set fill-column in Emacs mode lineTor Lillqvist1-1/+1
2017-11-21More work on the ScDependantsCalculatorTor Lillqvist1-22/+120
2017-11-21Use a static const bool when checking an env var for existenceTor Lillqvist1-1/+3
2017-11-21Make formula group weight take number of cells referenced into accountTor Lillqvist1-6/+7
2017-11-21Check whether it is the multi-threaded case explicitlyTor Lillqvist1-6/+7
2017-11-21Bin some YAGNI codeTor Lillqvist1-21/+4
2017-11-21Move formula tree manipulation out of multi-threaded parts of codeTor Lillqvist1-42/+91
2017-11-21Add "mutation guard" API for ScDocumentTor Lillqvist1-0/+3
2017-11-21First steps for Calc parallelismTor Lillqvist1-12/+207
2017-10-23loplugin:includeform: scStephan Bergmann1-27/+27
2017-09-27If we are going to avoid repeated calls to pDocument->GetRecursionHelper(),Tor Lillqvist1-7/+8
2017-09-25Make two slightly mysterious static local variables thread_localTor Lillqvist1-2/+2
2017-09-12Revert "Make two slightly mysterious static local variables thread_local"Tor Lillqvist1-2/+2
2017-09-12Make two slightly mysterious static local variables thread_localTor Lillqvist1-2/+2
2017-09-05Revert "Make two slightly mysterious static local variables thread_local"Tor Lillqvist1-2/+2
2017-09-04Make two slightly mysterious static local variables thread_localTor Lillqvist1-2/+2
2017-08-25Follow-up fix for aa7dc5fa1df23f1a9079305cb362aab018e94848Tor Lillqvist1-1/+1
2017-08-24loplugin:constparam in sc part4Noel Grandin1-2/+2
2017-08-22loplugin:constparam in sc part1Noel Grandin1-4/+4
2017-08-15Change HardRecalcState to enum classTor Lillqvist1-4/+4
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-07-19tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...Dennis Francis1-0/+4
2017-07-13tdf#108758 : do not write to undo document when...Dennis Francis1-2/+4
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+2
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+4
2017-06-22Bin a couple way too verbose SAL_INFOsTor Lillqvist1-17/+0
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-57/+58
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-17/+8
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-2/+12
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-5/+5
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-16/+8
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael1-1/+1
2017-05-15Typo: s/threashold/thresholdTor Lillqvist1-1/+1
2017-05-09Avoid adding unnecessary overhead to formula calculation.Kohei Yoshida1-6/+1
2017-04-30Let's be more specific about the threshold etc.Kohei1-1/+6
2017-04-30More fine-grained disabled vector states.Kohei1-2/+15
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-5/+1
2017-04-19Add Dump() method to ScFormulaCell.Kohei Yoshida1-0/+50
2017-04-05Letters are cheapTor Lillqvist1-19/+19
2017-04-05Clarify messageTor Lillqvist1-1/+1