Age | Commit message (Expand) | Author | Files | Lines |
2013-06-25 | WaE: private field 'mrCells' is not used | Tor Lillqvist | 1 | -2/+1 |
2013-06-25 | WaE: private field 'mbDateTime' is not used | Tor Lillqvist | 1 | -2/+0 |
2013-06-25 | WaE: implicit conversion of NULL constant to 'bool' | Tor Lillqvist | 1 | -1/+1 |
2013-06-25 | WaE: private field 'mrAttrs' is not used | Tor Lillqvist | 1 | -2/+1 |
2013-06-25 | WaE: unused variable 'itEnd' | Tor Lillqvist | 1 | -1/+1 |
2013-06-24 | Replace more characters functions with rtl/character.hxx | Arnaud Versini | 2 | -8/+8 |
2013-06-24 | fdo#43460 framework,i18npool,accessibility: use isEmpty() | Jelle van der Waa | 5 | -20/+20 |
2013-06-24 | fdo#43460 sd,rsc,ucb,sdext: use isEmpty() | Jelle van der Waa | 6 | -13/+13 |
2013-06-24 | Temporarily disable failing tests. Will look into it later. | Kohei Yoshida | 1 | -3/+3 |
2013-06-24 | Fix incorrect merge. | Kohei Yoshida | 1 | -1/+0 |
2013-06-24 | Turn off column storage debugging. | Kohei Yoshida | 1 | -1/+1 |
2013-06-24 | Adjusted the patch against mdds 0.9.0. | Kohei Yoshida | 3 | -28/+28 |
2013-06-24 | These patches are in the upstream. | Kohei Yoshida | 3 | -46/+0 |
2013-06-24 | Update internal mdds to 0.9.0. | Kohei Yoshida | 2 | -2/+2 |
2013-06-24 | Use position objects for more efficient element value lookups. | Kohei Yoshida | 1 | -20/+19 |
2013-06-24 | Prevent crash during on-line spell checking. | Kohei Yoshida | 3 | -5/+32 |
2013-06-24 | Fix my wrong logic in row info iteration. | Kohei Yoshida | 1 | -8/+10 |
2013-06-24 | Make them officially non-copyable. | Kohei Yoshida | 2 | -4/+5 |
2013-06-24 | A little more cleanup. | Kohei Yoshida | 1 | -95/+89 |
2013-06-24 | Rename parameter names for consistency. | Kohei Yoshida | 2 | -61/+62 |
2013-06-24 | Incorrect way to initialize a multi_type_vector. | Kohei Yoshida | 1 | -1/+1 |
2013-06-24 | Don't allow outside code to set text attributes. | Kohei Yoshida | 5 | -33/+12 |
2013-06-24 | Avoid having formula cell directly update text attributes. | Kohei Yoshida | 1 | -15/+2 |
2013-06-24 | Add more calls to CellStorageModified() when it's called for. | Kohei Yoshida | 4 | -17/+70 |
2013-06-24 | Remove unused method. | Kohei Yoshida | 2 | -42/+0 |
2013-06-24 | Fix a bug in "find all" search, and a test to catch it in the future. | Kohei Yoshida | 3 | -0/+42 |
2013-06-24 | Turns out ScHorizontalIterator was still broken. Fix it for real. | Kohei Yoshida | 3 | -22/+74 |
2013-06-24 | Make sure to set the cloned formula cells dirty during undo / redo. | Kohei Yoshida | 4 | -21/+18 |
2013-06-24 | Fix ScCellIterator, which also fixes matrix handling in the formula engine. | Kohei Yoshida | 2 | -3/+3 |
2013-06-24 | Add Dump() method to ScMatrix, which is useful when debugging. | Kohei Yoshida | 2 | -0/+58 |
2013-06-24 | Update references on all cells. | Kohei Yoshida | 1 | -7/+20 |
2013-06-24 | Fix the horizontal cell iterator. | Kohei Yoshida | 2 | -24/+61 |
2013-06-24 | Same fix for fill series & some cleanup. | Kohei Yoshida | 1 | -16/+3 |
2013-06-24 | We need to clone the source cell value to prevent crash. | Kohei Yoshida | 3 | -21/+65 |
2013-06-24 | Don't forget to return true if we are successful. | Kohei Yoshida | 1 | -0/+1 |
2013-06-24 | Have the clone handler handle the text attr array as well. | Kohei Yoshida | 5 | -67/+120 |
2013-06-24 | Use template functions to remove these duplicate code blocks. | Kohei Yoshida | 1 | -227/+79 |
2013-06-24 | When deleting cells, be sure to delete the corresponding cell attrs as well. | Kohei Yoshida | 1 | -4/+16 |
2013-06-24 | Don't bail out on good condition. | Kohei Yoshida | 2 | -2/+1 |
2013-06-24 | Leave the RowInfo's for empty cells unfilled. | Kohei Yoshida | 4 | -4/+20 |
2013-06-24 | Fix a bug in the find area position code for the upward direction. | Kohei Yoshida | 2 | -27/+36 |
2013-06-24 | Compiler warnings. | Kohei Yoshida | 2 | -2/+3 |
2013-06-24 | Remove these file entries. | Kohei Yoshida | 1 | -2/+0 |
2013-06-24 | Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest. | Kohei Yoshida | 3 | -526/+0 |
2013-06-24 | Move ScEditDataArray out of cell.?xx and into its own files. | Kohei Yoshida | 20 | -127/+171 |
2013-06-24 | CELLTYPE_DESTROYED no longer relevant. Chuck it. | Kohei Yoshida | 6 | -26/+5 |
2013-06-24 | ScFormulaCell is no longer a child class of ScBaseCell. | Kohei Yoshida | 12 | -46/+12 |
2013-06-24 | Switch to using multi_type_vector for cell storage. | Kohei Yoshida | 53 | -5566/+7885 |
2013-06-24 | Add new cell container to ScColumn. | Kohei Yoshida | 1 | -0/+4 |
2013-06-24 | Re-org the headers a bit. In column?.cxx, column.hxx must be the first. | Kohei Yoshida | 2 | -27/+27 |