summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Updated coreAndras Timar
2013-06-27coverity#1027641 Dereference after null checkNorbert Thiebaud
2013-06-27Updated coreKhaled Hosny
2013-06-27Always embed 14 standard Postscript fonts in PDFKhaled Hosny
2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens
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
2013-06-27avoid srand / time / rand calls.Michael Meeks
2013-06-27more work on formula interpretation.Jing Xian
2013-06-27fix nanosecond computationLionel Elie Mamane
2013-06-27fix crash when parsing empty stringLionel Elie Mamane
2013-06-27Seems people prefer enumerations in the wiki for bugs.Thorsten Behrens
2013-06-27fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane
2013-06-27Updated corepje335_NL
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
2013-06-27use standard row spacingCaolán McNamara
2013-06-27add missing VclBuilder::stringmap argument to some builder functionsCaolán McNamara
2013-06-27improve performance switching modules in large Libraries fdo#66148Noel Power
2013-06-27Revert "tweak object catalog to improve switching modules in large Libraries"Noel Power
2013-06-27Use larger (96*96) icons for templatesStefan Knorr
2013-06-27Related: #i122356# quote rdb path, windows spaces in pathsJürgen Schmidt
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand
2013-06-27tweak object catalog to improve switching modules in large LibrariesNoel Power
2013-06-27coverity#1027391 : Dead default in switchNorbert Thiebaud