summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2013-06-27avoid srand / time / rand calls.Michael Meeks
2013-06-27more work on formula interpretation.Jing Xian
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand
2013-06-27coverity#1038296 Missing break in switchNorbert Thiebaud
2013-06-26fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers
2013-06-26convert calculation settings dialog to .ui formatCaolán McNamara
2013-06-26fix OptionString to set a correct item sizeCaolán McNamara
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-25Avoid ID number clash.Kohei Yoshida
2013-06-25Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.Wang Lei
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida
2013-06-25unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist
2013-06-25WaE: private field 'mrCells' is not usedTor Lillqvist
2013-06-25WaE: private field 'mbDateTime' is not usedTor Lillqvist
2013-06-25WaE: implicit conversion of NULL constant to 'bool'Tor Lillqvist
2013-06-25WaE: private field 'mrAttrs' is not usedTor Lillqvist
2013-06-25WaE: unused variable 'itEnd'Tor Lillqvist
2013-06-24Replace more characters functions with rtl/character.hxxArnaud Versini
2013-06-24Temporarily disable failing tests. Will look into it later.Kohei Yoshida
2013-06-24Fix incorrect merge.Kohei Yoshida
2013-06-24Turn off column storage debugging.Kohei Yoshida
2013-06-24Use position objects for more efficient element value lookups.Kohei Yoshida
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida
2013-06-24Fix my wrong logic in row info iteration.Kohei Yoshida