summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2013-06-29only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-06-29no need to have this class in the header fileMarkus Mohrhard1-0/+18
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard2-4/+167
2013-06-28This is obviously a mistake, & caused Calc to crash on Ctrl-D.Kohei Yoshida1-2/+2
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa5-8/+8
2013-06-28WaE: using directive refers to implicitly-defined namespace 'std'Tor Lillqvist1-1/+1
2013-06-28Apple has the header in a different pathTor Lillqvist1-0/+4
2013-06-27Revert "These should be ifdef, per compiler warnings."Kohei Yoshida1-1/+1
2013-06-27These should be ifdef, per compiler warnings.Kohei Yoshida1-1/+1
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida1-3/+3
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida2-21/+21
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida1-195/+204
2013-06-27Reduce indentation to a sane level.Kohei Yoshida1-97/+86
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida2-56/+1
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida2-20/+15
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida1-35/+1
2013-06-27More on shared formula cell handling.Kohei Yoshida2-11/+55
2013-06-27Handle formula cells in SwapCell().Kohei Yoshida1-12/+29
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida2-38/+46
2013-06-27Make this a member method too.Kohei Yoshida1-64/+72
2013-06-27Make this a member method of ScColumn.Kohei Yoshida1-10/+8
2013-06-27We don't need this formula group vector.Kohei Yoshida1-6/+1
2013-06-27Extract this code block into an own function.Kohei Yoshida1-86/+98
2013-06-27Don't forget to transfer this too when splitting group.Kohei Yoshida1-0/+1
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida2-26/+194
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida3-0/+43
2013-06-27Remove these unused files.Kohei Yoshida3-118/+0
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida2-169/+84
2013-06-27Adopt CopyByCloneHandler to ParseBlock().Kohei Yoshida1-79/+138
2013-06-27CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().Kohei Yoshida1-8/+10
2013-06-27Let's not forget to store the position afterward.Kohei Yoshida1-3/+10
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida1-6/+98
2013-06-27Remove this inheritance.Kohei Yoshida1-23/+8
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida3-14/+105
2013-06-27Remove duplicate code blocks.Kohei Yoshida1-1/+0
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida3-8/+31
2013-06-27Move a common if statement into the function.Kohei Yoshida1-6/+8
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida4-124/+183
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida2-11/+44
2013-06-27Avoid redundant if branches.Kohei Yoshida2-5/+22
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks5-187/+334
2013-06-27return is a statement not a function.Michael Meeks1-32/+32
2013-06-27Use new method for returning values.Michael Meeks1-17/+4
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks2-19/+25
2013-06-27cleanup conditionals.Michael Meeks2-24/+31
2013-06-27avoid srand / time / rand calls.Michael Meeks1-4/+1
2013-06-27more work on formula interpretation.Jing Xian5-695/+1283
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand2-2/+4
2013-06-27coverity#1038296 Missing break in switchNorbert Thiebaud1-0/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara3-8/+12