Move token-cache for doubles to ScInterpreterContext...
commit2b12d3d11fe116d0fb886518ae831b9effd53284
authorDennis Francis <dennis.francis@collabora.co.uk>
Fri, 17 Nov 2017 10:00:35 +0000 (17 15:30 +0530)
committerDennis Francis <dennis.francis@collabora.co.uk>
Tue, 21 Nov 2017 10:39:44 +0000 (21 16:09 +0530)
tree878a6bbf5da46721f6311816920ea01dc308cd24
parent4284cdcc3e82bf2a6029ce2502c82605d9a74f86
Move token-cache for doubles to ScInterpreterContext...

...from ScInterpreter and in the s/w interpreter, create
a ScInterpreterContext for each thread for passing into
per thread ScInterpreter constructor.

Change-Id: I4e0abce043c7e1e70859efb2e5001fc284f416a9
13 files changed:
sc/inc/column.hxx
sc/inc/document.hxx
sc/inc/formulacell.hxx
sc/inc/interpretercontext.hxx
sc/inc/table.hxx
sc/source/core/data/column2.cxx
sc/source/core/data/documen2.cxx
sc/source/core/data/documen8.cxx
sc/source/core/data/formulacell.cxx
sc/source/core/data/table1.cxx
sc/source/core/inc/interpre.hxx
sc/source/core/tool/formulagroup.cxx
sc/source/core/tool/interpr4.cxx