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