1. ec0080c Turn off column storage debugging. by Kohei Yoshida · 11 years ago
  2. 4347e3b Adjusted the patch against mdds 0.9.0. by Kohei Yoshida · 11 years ago
  3. bb7d5ce These patches are in the upstream. by Kohei Yoshida · 11 years ago
  4. 878f467 Update internal mdds to 0.9.0. by Kohei Yoshida · 11 years ago
  5. 21a1bce Use position objects for more efficient element value lookups. by Kohei Yoshida · 11 years ago
  6. 2c92a92 Prevent crash during on-line spell checking. by Kohei Yoshida · 11 years ago
  7. cf02151 Fix my wrong logic in row info iteration. by Kohei Yoshida · 11 years ago
  8. e639e30 Make them officially non-copyable. by Kohei Yoshida · 11 years ago
  9. b139123 A little more cleanup. by Kohei Yoshida · 11 years ago
  10. 359f33c Rename parameter names for consistency. by Kohei Yoshida · 11 years ago
  11. 9186ae0 Incorrect way to initialize a multi_type_vector. by Kohei Yoshida · 11 years ago
  12. 92a78a0 Don't allow outside code to set text attributes. by Kohei Yoshida · 11 years ago
  13. 5f188d6 Avoid having formula cell directly update text attributes. by Kohei Yoshida · 11 years ago
  14. 7a522da Add more calls to CellStorageModified() when it's called for. by Kohei Yoshida · 11 years ago
  15. 33a417f Remove unused method. by Kohei Yoshida · 11 years ago
  16. 91f7e9e Fix a bug in "find all" search, and a test to catch it in the future. by Kohei Yoshida · 11 years ago
  17. 8a39b8c Turns out ScHorizontalIterator was still broken. Fix it for real. by Kohei Yoshida · 11 years ago
  18. 66d3f24 Make sure to set the cloned formula cells dirty during undo / redo. by Kohei Yoshida · 11 years ago
  19. 2a1c5ab Fix ScCellIterator, which also fixes matrix handling in the formula engine. by Kohei Yoshida · 11 years ago
  20. df90b9e Add Dump() method to ScMatrix, which is useful when debugging. by Kohei Yoshida · 11 years ago
  21. 57538e5 Update references on all cells. by Kohei Yoshida · 11 years ago
  22. e3b9168 Fix the horizontal cell iterator. by Kohei Yoshida · 11 years ago
  23. 2a5ea9e Same fix for fill series & some cleanup. by Kohei Yoshida · 11 years ago
  24. 458df36 We need to clone the source cell value to prevent crash. by Kohei Yoshida · 11 years ago
  25. 3b0c069 Don't forget to return true if we are successful. by Kohei Yoshida · 11 years ago
  26. b6a6a26 Have the clone handler handle the text attr array as well. by Kohei Yoshida · 11 years ago
  27. 65be1e2 Use template functions to remove these duplicate code blocks. by Kohei Yoshida · 11 years ago
  28. 6ea5392 When deleting cells, be sure to delete the corresponding cell attrs as well. by Kohei Yoshida · 11 years ago
  29. 1fe76b4 Don't bail out on good condition. by Kohei Yoshida · 11 years ago
  30. cb4a478 Leave the RowInfo's for empty cells unfilled. by Kohei Yoshida · 11 years ago
  31. 3b3b0c0 Fix a bug in the find area position code for the upward direction. by Kohei Yoshida · 11 years ago
  32. 341a4c8 Compiler warnings. by Kohei Yoshida · 11 years ago
  33. 76ca152 Remove these file entries. by Kohei Yoshida · 11 years ago
  34. 8b252f3 Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest. by Kohei Yoshida · 11 years ago
  35. dabeb3d Move ScEditDataArray out of cell.?xx and into its own files. by Kohei Yoshida · 11 years ago
  36. dcf04c5 CELLTYPE_DESTROYED no longer relevant. Chuck it. by Kohei Yoshida · 11 years ago
  37. 46419cd ScFormulaCell is no longer a child class of ScBaseCell. by Kohei Yoshida · 11 years ago
  38. c008dc48 Switch to using multi_type_vector for cell storage. by Kohei Yoshida · 11 years ago
  39. 75dec25 Add new cell container to ScColumn. by Kohei Yoshida · 11 years ago
  40. e9c5eb6 Re-org the headers a bit. In column?.cxx, column.hxx must be the first. by Kohei Yoshida · 11 years ago
  41. 77ec473 Reduce dependency on mtvelements.hxx header. by Kohei Yoshida · 11 years ago