summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Fix incorrect merge.Kohei Yoshida1-1/+0
2013-06-24Turn off column storage debugging.Kohei Yoshida1-1/+1
2013-06-24Adjusted the patch against mdds 0.9.0.Kohei Yoshida3-28/+28
2013-06-24These patches are in the upstream.Kohei Yoshida3-46/+0
2013-06-24Update internal mdds to 0.9.0.Kohei Yoshida2-2/+2
2013-06-24Use position objects for more efficient element value lookups.Kohei Yoshida1-20/+19
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida3-5/+32
2013-06-24Fix my wrong logic in row info iteration.Kohei Yoshida1-8/+10
2013-06-24Make them officially non-copyable.Kohei Yoshida2-4/+5
2013-06-24A little more cleanup.Kohei Yoshida1-95/+89
2013-06-24Rename parameter names for consistency.Kohei Yoshida2-61/+62
2013-06-24Incorrect way to initialize a multi_type_vector.Kohei Yoshida1-1/+1
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida5-33/+12
2013-06-24Avoid having formula cell directly update text attributes.Kohei Yoshida1-15/+2
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida4-17/+70
2013-06-24Remove unused method.Kohei Yoshida2-42/+0
2013-06-24Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida3-0/+42
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida3-22/+74
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida4-21/+18
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida2-3/+3
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida2-0/+58
2013-06-24Update references on all cells.Kohei Yoshida1-7/+20
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida2-24/+61
2013-06-24Same fix for fill series & some cleanup.Kohei Yoshida1-16/+3
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida3-21/+65
2013-06-24Don't forget to return true if we are successful.Kohei Yoshida1-0/+1
2013-06-24Have the clone handler handle the text attr array as well.Kohei Yoshida5-67/+120
2013-06-24Use template functions to remove these duplicate code blocks.Kohei Yoshida1-227/+79
2013-06-24When deleting cells, be sure to delete the corresponding cell attrs as well.Kohei Yoshida1-4/+16
2013-06-24Don't bail out on good condition.Kohei Yoshida2-2/+1
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida4-4/+20
2013-06-24Fix a bug in the find area position code for the upward direction.Kohei Yoshida2-27/+36
2013-06-24Compiler warnings.Kohei Yoshida2-2/+3
2013-06-24Remove these file entries.Kohei Yoshida1-2/+0
2013-06-24Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida3-526/+0
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida20-127/+171
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida6-26/+5
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida12-46/+12
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida53-5566/+7885
2013-06-24Add new cell container to ScColumn.Kohei Yoshida1-0/+4
2013-06-24Re-org the headers a bit. In column?.cxx, column.hxx must be the first.Kohei Yoshida2-27/+27
2013-06-24Reduce dependency on mtvelements.hxx header.Kohei Yoshida4-12/+23