summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-6/+6
2019-11-22make some classes module-privateNoel Grandin1-1/+1
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2018-08-09remove Calc's software interpreterLuboš Luňák1-10/+0
2018-07-27do not keep incorrect calc values in the cacheLuboš Luňák1-0/+2
2018-06-21discard cached cell values if the cell changesLuboš Luňák1-0/+2
2018-05-18tdf#42949 Fix IWYU warnings in sc/inc/f*Gabor Kelemen1-3/+0
2017-08-11Add a unit test to be used to test parallelised calculations in CalcTor Lillqvist1-0/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo1-2/+3
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-1/+0
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+2
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-2/+3
2015-10-27loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-02-07We (will) need ScCalcConfig also for formula groupsTor Lillqvist1-2/+9
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist1-1/+2
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-15Remove global variable SymbolTable::nR and make the code re-entrant.Kohei Yoshida1-8/+2
2014-11-27Fix OpenCL-less buildTor Lillqvist1-1/+6
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-1/+1
2014-11-25remove boost/unordered_map.hpp include from types.hxx.Kohei Yoshida1-1/+1
2014-11-13Missing includeStephan Bergmann1-0/+1
2014-11-06Add also parameters for the opcode subset to enableOpenCL()Tor Lillqvist1-1/+2
2014-10-03Let's consistently spell OpenCL as 'OpenCL'.Kohei Yoshida1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+18
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-20Some cosmetics.Kohei Yoshida1-0/+3
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-2/+2
2014-03-05Fix incorrect group calc state check.Kohei Yoshida1-0/+3
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida1-1/+3
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard1-1/+1
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard1-0/+1
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-2/+4
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-0/+13
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-1/+0
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-2/+0
2013-10-29Correct way to try to enable OpenCL in unit test.Kohei Yoshida1-1/+2
2013-10-28Remove duplicated code blocks.Kohei Yoshida1-0/+3
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida1-2/+36
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida1-1/+0
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-2/+2
2013-10-04Move this string pool code to svl.Kohei Yoshida1-4/+3
2013-09-19Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida1-1/+1