summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* coverity#1038296 Missing break in switchNorbert Thiebaud2013-06-271-0/+1
* fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers2013-06-261-1/+1
* convert calculation settings dialog to .ui formatCaolán McNamara2013-06-268-258/+384
* fix OptionString to set a correct item sizeCaolán McNamara2013-06-261-3/+29
* coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara2013-06-269-18/+42
* Avoid ID number clash.Kohei Yoshida2013-06-251-2/+2
* Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.Wang Lei2013-06-251-1/+0
* cleanup options dialog, and add an option for formula grouping.Michael Meeks2013-06-258-56/+119
* The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida2013-06-252-38/+90
* unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power2013-06-253-3/+22
* WaE: private field 'mnIndex' is not usedTor Lillqvist2013-06-251-1/+0
* WaE: private field 'mrCells' is not usedTor Lillqvist2013-06-251-2/+1
* WaE: private field 'mbDateTime' is not usedTor Lillqvist2013-06-251-2/+0
* WaE: implicit conversion of NULL constant to 'bool'Tor Lillqvist2013-06-251-1/+1
* WaE: private field 'mrAttrs' is not usedTor Lillqvist2013-06-251-2/+1
* WaE: unused variable 'itEnd'Tor Lillqvist2013-06-251-1/+1
* Replace more characters functions with rtl/character.hxxArnaud Versini2013-06-241-4/+4
* Temporarily disable failing tests. Will look into it later.Kohei Yoshida2013-06-241-3/+3
* Fix incorrect merge.Kohei Yoshida2013-06-241-1/+0
* Turn off column storage debugging.Kohei Yoshida2013-06-241-1/+1
* Use position objects for more efficient element value lookups.Kohei Yoshida2013-06-241-20/+19
* Prevent crash during on-line spell checking.Kohei Yoshida2013-06-243-5/+32
* Fix my wrong logic in row info iteration.Kohei Yoshida2013-06-241-8/+10
* Make them officially non-copyable.Kohei Yoshida2013-06-242-4/+5
* A little more cleanup.Kohei Yoshida2013-06-241-95/+89
* Rename parameter names for consistency.Kohei Yoshida2013-06-242-61/+62
* Incorrect way to initialize a multi_type_vector.Kohei Yoshida2013-06-241-1/+1
* Don't allow outside code to set text attributes.Kohei Yoshida2013-06-245-33/+12
* Avoid having formula cell directly update text attributes.Kohei Yoshida2013-06-241-15/+2
* Add more calls to CellStorageModified() when it's called for.Kohei Yoshida2013-06-244-17/+70
* Remove unused method.Kohei Yoshida2013-06-242-42/+0
* Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida2013-06-243-0/+42
* Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida2013-06-243-22/+74
* Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida2013-06-244-21/+18
* Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida2013-06-242-3/+3
* Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida2013-06-242-0/+58
* Update references on all cells.Kohei Yoshida2013-06-241-7/+20
* Fix the horizontal cell iterator.Kohei Yoshida2013-06-242-24/+61
* Same fix for fill series & some cleanup.Kohei Yoshida2013-06-241-16/+3
* We need to clone the source cell value to prevent crash.Kohei Yoshida2013-06-243-21/+65
* Don't forget to return true if we are successful.Kohei Yoshida2013-06-241-0/+1
* Have the clone handler handle the text attr array as well.Kohei Yoshida2013-06-245-67/+120
* Use template functions to remove these duplicate code blocks.Kohei Yoshida2013-06-241-227/+79
* When deleting cells, be sure to delete the corresponding cell attrs as well.Kohei Yoshida2013-06-241-4/+16
* Don't bail out on good condition.Kohei Yoshida2013-06-242-2/+1
* Leave the RowInfo's for empty cells unfilled.Kohei Yoshida2013-06-244-4/+20
* Fix a bug in the find area position code for the upward direction.Kohei Yoshida2013-06-242-27/+36
* Compiler warnings.Kohei Yoshida2013-06-242-2/+3
* Remove these file entries.Kohei Yoshida2013-06-241-2/+0
* Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida2013-06-243-526/+0