summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-28convert pdf security page to .uiCaolán McNamara
2013-06-28Further MCE workTor Lillqvist
2013-06-28More OOXML Markup Compatibility and Extensibility (MCE) supportTor Lillqvist
2013-06-28WaE: using directive refers to implicitly-defined namespace 'std'Tor Lillqvist
2013-06-28Apple has the header in a different pathTor Lillqvist
2013-06-27These test were removed by accident.Kohei Yoshida
2013-06-27Specify type for cppunit macros.Kohei Yoshida
2013-06-27Revert "These should be ifdef, per compiler warnings."Kohei Yoshida
2013-06-27These should be ifdef, per compiler warnings.Kohei Yoshida
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Rename a variable to something more meaningful.Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida
2013-06-27Reduce indentation to a sane level.Kohei Yoshida
2013-06-27Remove this old attempt of shared formula code.Kohei Yoshida
2013-06-27A little more detail in the method documentation.Kohei Yoshida
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida
2013-06-27More on shared formula cell handling.Kohei Yoshida
2013-06-27Handle formula cells in SwapCell().Kohei Yoshida
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida
2013-06-27Make this a member method too.Kohei Yoshida
2013-06-27Make this a member method of ScColumn.Kohei Yoshida
2013-06-27We don't need this formula group vector.Kohei Yoshida
2013-06-27Extract this code block into an own function.Kohei Yoshida
2013-06-27Don't forget to transfer this too when splitting group.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida
2013-06-27Remove these unused files.Kohei Yoshida
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida
2013-06-27Adopt CopyByCloneHandler to ParseBlock().Kohei Yoshida
2013-06-27CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().Kohei Yoshida
2013-06-27Let's not forget to store the position afterward.Kohei Yoshida
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida
2013-06-27Remove this inheritance.Kohei Yoshida
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida
2013-06-27I forgot to pass the string param objects.Kohei Yoshida
2013-06-27Remove duplicate code blocks.Kohei Yoshida
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida
2013-06-27Move a common if statement into the function.Kohei Yoshida
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida
2013-06-27Avoid redundant if branches.Kohei Yoshida
2013-06-27coverity#1027641 Dereference after null checkNorbert Thiebaud
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks
2013-06-27return is a statement not a function.Michael Meeks
2013-06-27Use new method for returning values.Michael Meeks
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks
2013-06-27cleanup conditionals.Michael Meeks