summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-14tdf#89972: also copy external reference statusMike Kaganski1-0/+3
2015-02-10Handle zero or empty cells properly when using OpenCL for divisionTor Lillqvist1-1/+6
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+4
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-4/+0
2015-01-06Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+4
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-4/+5
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-1/+11
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-0/+3
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+2
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-18/+18
2014-05-24sc: constify GetCellGroup.Michael Meeks1-1/+1
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida1-1/+1
2014-04-28unusedcode.easy: remove SwapWithinGroupJulien Nabet1-1/+0
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida1-0/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-1/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-20More code that's specific to OpenCL kernel pre-compilation.Kohei Yoshida1-0/+4
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
2014-03-14fdo#72741 - swap values only inside a formula group.Michael Meeks1-0/+1
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-0/+1
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-0/+1
2014-03-05Separate the OpenCL kernel state flag to get it to function correctly.Kohei Yoshida1-1/+3
2014-02-28fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida1-8/+14
2014-02-26remove unused code ScFormulaCell::HasColRowName()Noel Grandin1-1/+0
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-6/+6
2014-02-25remove unused code ScFormulaCell::GetErrorOrStringNoel Grandin1-1/+0
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-3/+3
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-3/+3
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida1-1/+4
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-1/+5
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-0/+3
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist1-4/+2
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-5/+10
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist1-0/+3
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist1-7/+2
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-2/+3
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-0/+5
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-0/+7
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida1-0/+9
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-4/+5
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida1-0/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-3/+3