summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpretercontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-11use unique_ptr for ScLookupCacheMapNoel Grandin1-6/+11
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis1-0/+19
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-0/+7
2018-11-15declare/init nContextIdx only when NDEBUG is undefinedDennis Francis1-0/+2
2018-11-15Cache the vConditions array...Dennis Francis1-0/+148
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen1-1/+1
2018-10-10make VLOOKUP in Calc thread-safeLuboš Luňák1-0/+32