summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida3-40/+54
2013-06-27Make this a member method too.Kohei Yoshida2-64/+74
2013-06-27Make this a member method of ScColumn.Kohei Yoshida2-10/+10
2013-06-27We don't need this formula group vector.Kohei Yoshida2-8/+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 Yoshida6-29/+279
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida6-0/+56
2013-06-27Remove these unused files.Kohei Yoshida6-188/+0
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida3-173/+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 Yoshida2-6/+102
2013-06-27Remove this inheritance.Kohei Yoshida1-23/+8
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida4-14/+127
2013-06-27I forgot to pass the string param objects.Kohei Yoshida1-2/+2
2013-06-27Remove duplicate code blocks.Kohei Yoshida4-24/+2
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida5-8/+35
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 Yoshida7-124/+188
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida3-11/+46
2013-06-27Avoid redundant if branches.Kohei Yoshida3-5/+23
2013-06-27Updated coreAndras Timar1-0/+0
2013-06-27coverity#1027641 Dereference after null checkNorbert Thiebaud1-20/+23
2013-06-27Updated coreKhaled Hosny1-0/+0
2013-06-27Always embed 14 standard Postscript fonts in PDFKhaled Hosny12-314/+22
2013-06-27Fix fdo#65847 - avoid infinite recursion in style resolution.Thorsten Behrens4-20/+33
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks9-208/+362
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 Meeks6-23/+43
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 Xian6-695/+1293
2013-06-27fix nanosecond computationLionel Elie Mamane1-58/+43
2013-06-27fix crash when parsing empty stringLionel Elie Mamane1-1/+6
2013-06-27Seems people prefer enumerations in the wiki for bugs.Thorsten Behrens1-1/+1
2013-06-27fdo#66171 ListBox correctly save empty or zero BoundColumnLionel Elie Mamane4-6/+17
2013-06-27Updated corepje335_NL1-0/+0
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile17-52/+48
2013-06-27use standard row spacingCaolán McNamara1-1/+5
2013-06-27add missing VclBuilder::stringmap argument to some builder functionsCaolán McNamara8-9/+13
2013-06-27improve performance switching modules in large Libraries fdo#66148Noel Power1-9/+32
2013-06-27Revert "tweak object catalog to improve switching modules in large Libraries"Noel Power1-28/+9
2013-06-27Use larger (96*96) icons for templatesStefan Knorr6-6/+6
2013-06-27Related: #i122356# quote rdb path, windows spaces in pathsJürgen Schmidt1-2/+2
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand12-21/+34
2013-06-27tweak object catalog to improve switching modules in large LibrariesNoel Power1-9/+28
2013-06-27coverity#1027391 : Dead default in switchNorbert Thiebaud1-11/+6