summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Handle zero or empty cells properly when using OpenCL for divisionTor Lillqvist1-0/+5
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-1/+12
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-8/+1
2015-01-06Check number of cells referenced by group instead of group sizeTor Lillqvist1-1/+8
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke1-2/+11
2014-12-16construct grouped ScFormulaCell with bDirty=true, fdo#79249 relatedEike Rathke1-1/+1
2014-12-16fdo#87119: Don't use of the broken "Software" group interpreterTor Lillqvist1-1/+3
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-02Reduce scope level.Kohei Yoshida1-19/+20
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-0/+10
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist1-3/+4
2014-11-25More efficient way to check & insert listener into ptr_map.Kohei Yoshida1-4/+8
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-6/+53
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-2/+4
2014-11-18Use group area listeners during ODS import.Kohei Yoshida1-2/+0
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-0/+6
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-8/+44
2014-11-06Don't use OpenCL unless the group is long enoughTor Lillqvist1-0/+6
2014-10-30Log the state as an integer, not as a byte with value 0, 1 or 2Tor Lillqvist1-1/+1
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