summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-59/+57
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-29/+29
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-4/+21
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida1-1/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+9
2014-08-25fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-2/+14
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-51/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-2/+36
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke1-2/+2
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-6/+3
2014-07-01New loplugin:stringconcatStephan Bergmann1-3/+2
2014-06-25remove whitespaceMarkus Mohrhard1-27/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-45/+0
2014-05-28ODS load perf: avoid re-compiling an already free'd pCode with ScCompiler.Michael Meeks1-20/+31
2014-05-28ODS load perf: accelerate CompileXML for formula by stringify and compare.Michael Meeks1-3/+44
2014-05-27do not replace a General format with a General formatEike Rathke1-3/+14
2014-05-26Revert "ODS load perf: accelerate CompileXML for formula by stringify and...Stephan Bergmann1-43/+3
2014-05-24sc: constify GetCellGroup.Michael Meeks1-1/+1
2014-05-24ODS load perf: remove left-over / debugging getenv.Michael Meeks1-3/+1
2014-05-24ODS load perf: accelerate CompileXML for formula by stringify and compare.Michael Meeks1-3/+45
2014-05-15coverity#1213244 Dereference null return valueCaolán McNamara1-1/+2
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida1-0/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida1-1/+1
2014-05-06fdo#77944: Put updated formula cells into undo document.Kohei Yoshida1-1/+1
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-4/+20
2014-04-28unusedcode.easy: remove SwapWithinGroupJulien Nabet1-41/+0
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida1-0/+5
2014-04-11fdo#77307: Compare external formula tokens correctly.Kohei Yoshida1-0/+9
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-47/+29
2014-03-28bRefSizeChanged is always falseCaolán McNamara1-2/+1
2014-03-28coverity#1078506 troubling Logically dead codeCaolán McNamara1-2/+1
2014-03-25fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida1-1/+1
2014-03-24coverity#1078504: Remove logically dead code.Kohei Yoshida1-44/+0
2014-03-20More code that's specific to OpenCL kernel pre-compilation.Kohei Yoshida1-2/+8
2014-03-20Disable kernel pre-compilation for now.Kohei Yoshida1-1/+1
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-3/+22
2014-03-14fdo#72741 - swap values only inside a formula group.Michael Meeks1-2/+42
2014-03-12Let's not leak here.Kohei Yoshida1-0/+1
2014-03-12coverity#1158232 Fix ownership of NamedDBs::insert argumentStephan Bergmann1-1/+6
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-0/+6
2014-03-07Initialize OpenCL device on the main thread when pre-compiling kernels.Kohei Yoshida1-1/+1
2014-03-07Disable pre-compilation of OpenCL kernels for now.Kohei Yoshida1-3/+1
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-0/+15
2014-03-05Separate the OpenCL kernel state flag to get it to function correctly.Kohei Yoshida1-3/+4
2014-03-05Fix incorrect group calc state check.Kohei Yoshida1-28/+16
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1