summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-28fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida1-0/+6
2014-02-26remove unused code ScFormulaCell::HasColRowName()Noel Grandin1-6/+0
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-6/+11
2014-02-25remove unused code ScFormulaCell::GetErrorOrStringNoel Grandin1-11/+0
2014-02-08fdo#74453: Only adjust tokens for top formula cells of formula group.Kohei Yoshida1-0/+8
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-7/+7
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-12/+12
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida1-4/+99
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-2/+37
2014-01-27better check for more formula token types, related fdo#74077Markus Mohrhard1-0/+12
2014-01-27we need to check that the content is equal as well, fdo#74077Markus Mohrhard1-0/+12
2014-01-24PostponedDirty also for RelNameEike Rathke1-3/+2
2014-01-24bring some sense into this translated commentEike Rathke1-4/+4
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-14/+22
2014-01-16fdo#73655: Don't adjust formula tokens on non-top shared formula cells.Kohei Yoshida1-0/+17
2014-01-14bool improvementsStephan Bergmann1-3/+3
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist1-10/+6
2014-01-07Add some more loggingTor Lillqvist1-8/+11
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke1-0/+7