summaryrefslogtreecommitdiff
path: root/sc/inc/interpretercontext.hxx
AgeCommit message (Expand)Author
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-08-11use unique_ptr for ScLookupCacheMapNoel Grandin
2019-11-28fix a few places using SCROW/SCCOL datatypes incorrectlyNoel Grandin
2019-10-18cid#1454847 : introduce an explicit constructor...Dennis Francis
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis
2019-10-01Thread a group of formula-groups together if possibleDennis Francis
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák
2018-11-15declare/init nContextIdx only when NDEBUG is undefinedDennis Francis
2018-11-15Cache the vConditions array...Dennis Francis
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák
2018-06-15move SetNumberFormat() calls out of calc threadsLuboš Luňák
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis
2017-11-21Move token-cache for doubles to ScInterpreterContext...Dennis Francis
2017-11-21Introduce ScInterpreterContextTor Lillqvist