summaryrefslogtreecommitdiff
path: root/sc/source
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-29use the local setting aware method for the UI, fdo#64754Markus Mohrhard1-11/+17
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 Waa14-26/+26
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold3-3/+3
2013-06-28convert pdf security page to .uiCaolán McNamara2-10/+10
2013-06-28Further MCE workTor Lillqvist2-8/+7
2013-06-28More OOXML Markup Compatibility and Extensibility (MCE) supportTor Lillqvist2-4/+4
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 Yoshida2-2/+2
2013-06-27These should be ifdef, per compiler warnings.Kohei Yoshida2-2/+2
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-27I forgot to pass the string param objects.Kohei Yoshida1-2/+2
2013-06-27Remove duplicate code blocks.Kohei Yoshida3-23/+2
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-27coverity#1027641 Dereference after null checkNorbert Thiebaud1-20/+23
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks6-199/+339
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