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