summaryrefslogtreecommitdiff
path: root/sc/source/core/data
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 Waa2-3/+3
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida1-3/+3
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida1-9/+9
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida1-195/+204
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida1-1/+0
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-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 Yoshida3-0/+182
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida1-9/+1
2013-06-27Avoid redundant if branches.Kohei Yoshida2-5/+22
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks2-3/+3
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
2013-06-25Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.Wang Lei1-1/+0
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks1-2/+5
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida1-3/+3
2013-06-25WaE: private field 'mrCells' is not usedTor Lillqvist1-2/+1
2013-06-25WaE: private field 'mbDateTime' is not usedTor Lillqvist1-2/+0
2013-06-25WaE: implicit conversion of NULL constant to 'bool'Tor Lillqvist1-1/+1
2013-06-25WaE: private field 'mrAttrs' is not usedTor Lillqvist1-2/+1
2013-06-25WaE: unused variable 'itEnd'Tor Lillqvist1-1/+1
2013-06-24Fix incorrect merge.Kohei Yoshida1-1/+0
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida2-5/+25
2013-06-24Fix my wrong logic in row info iteration.Kohei Yoshida1-8/+10
2013-06-24Make them officially non-copyable.Kohei Yoshida1-1/+0