summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth1-3/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-2/+2
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-20sal_uLong to sal_uInt32/sal_uInt64Matteo Casalin1-3/+3
2016-05-19clang-tidy misc-unused-raiiNoel Grandin1-2/+2
2016-03-24Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-18ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1
2016-03-15Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()Eike Rathke1-19/+29
2016-01-27tdf#96222: Don't attempt to handle matrix formulas as formula groupsTor Lillqvist1-0/+6
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-1/+5
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky1-1/+1
2015-12-01Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-7/+16
2015-12-01add DebugCalculationEntry::mnGroupEike Rathke1-5/+26
2015-12-01add DebugCalculationEntry::mnRecursionEike Rathke1-7/+11
2015-12-01add DebugCalculation::storeResultError()Eike Rathke1-3/+11
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+1
2015-11-21solve 6/8 cases of the dreaded conditional logical format in matrix resultsEike Rathke1-7/+40
2015-11-20sc: One more place needed when one wants to enable the S/W interpreter.Jan Holesovsky1-1/+1
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-67/+67
2015-10-27loplugin:unusedmethodsNoel Grandin1-11/+0
2015-10-26Make OpenCL listener global, to avoid perf. cost of copying it around.Michael Meeks1-1/+1
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-2/+1
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-4/+7
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-7/+4
2015-09-30Probably good to move the more complicates test after the light-weight onesTor Lillqvist1-3/+3
2015-09-29Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29cTor Lillqvist1-3/+0
2015-09-18boost->stdCaolán McNamara1-4/+4
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+4
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist1-64/+0
2015-09-15Split formula group for OpenCL up into smaller bits when necessaryTor Lillqvist1-18/+116
2015-09-08aTopPos is not used for anything as far as I can seeTor Lillqvist1-2/+0
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke1-2/+0
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke1-0/+4
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist1-4/+0
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-4/+4
2015-08-18add a simple formula cell calculation chain dumperEike Rathke1-0/+133
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-11tdf#39468 Translate German Comments - sc/source/core/data/Phillip Sz1-1/+1
2015-07-07call ScTokenArray::AdjustReferenceOnCopy() in ScFormulaCell clone, tdf#92468Eike Rathke1-0/+3
2015-06-21TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()Eike Rathke1-12/+6
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-11recompile TableRef formulas only after position was updated, tdf#91842Eike Rathke1-2/+4
2015-06-10tdf#89972: also copy external reference statusMike Kaganski1-5/+13
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara1-2/+6