summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-06-27coverity#1038296 Missing break in switchNorbert Thiebaud
2013-06-26fdo#65856 allow shift cells in paste special for copy-modeWinfried Donkers
2013-06-26convert calculation settings dialog to .ui formatCaolán McNamara
2013-06-26fix OptionString to set a correct item sizeCaolán McNamara
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-25Avoid ID number clash.Kohei Yoshida
2013-06-25Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.Wang Lei
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida
2013-06-25unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist
2013-06-25WaE: private field 'mrCells' is not usedTor Lillqvist
2013-06-25WaE: private field 'mbDateTime' is not usedTor Lillqvist
2013-06-25WaE: implicit conversion of NULL constant to 'bool'Tor Lillqvist
2013-06-25WaE: private field 'mrAttrs' is not usedTor Lillqvist
2013-06-25WaE: unused variable 'itEnd'Tor Lillqvist
2013-06-24Replace more characters functions with rtl/character.hxxArnaud Versini
2013-06-24Temporarily disable failing tests. Will look into it later.Kohei Yoshida
2013-06-24Fix incorrect merge.Kohei Yoshida
2013-06-24Turn off column storage debugging.Kohei Yoshida
2013-06-24Use position objects for more efficient element value lookups.Kohei Yoshida
2013-06-24Prevent crash during on-line spell checking.Kohei Yoshida
2013-06-24Fix my wrong logic in row info iteration.Kohei Yoshida
2013-06-24Make them officially non-copyable.Kohei Yoshida
2013-06-24A little more cleanup.Kohei Yoshida
2013-06-24Rename parameter names for consistency.Kohei Yoshida
2013-06-24Incorrect way to initialize a multi_type_vector.Kohei Yoshida
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida
2013-06-24Avoid having formula cell directly update text attributes.Kohei Yoshida
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida
2013-06-24Remove unused method.Kohei Yoshida
2013-06-24Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida
2013-06-24Fix ScCellIterator, which also fixes matrix handling in the formula engine.Kohei Yoshida
2013-06-24Add Dump() method to ScMatrix, which is useful when debugging.Kohei Yoshida
2013-06-24Update references on all cells.Kohei Yoshida
2013-06-24Fix the horizontal cell iterator.Kohei Yoshida
2013-06-24Same fix for fill series & some cleanup.Kohei Yoshida
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida
2013-06-24Don't forget to return true if we are successful.Kohei Yoshida
2013-06-24Have the clone handler handle the text attr array as well.Kohei Yoshida
2013-06-24Use template functions to remove these duplicate code blocks.Kohei Yoshida
2013-06-24When deleting cells, be sure to delete the corresponding cell attrs as well.Kohei Yoshida
2013-06-24Don't bail out on good condition.Kohei Yoshida
2013-06-24Leave the RowInfo's for empty cells unfilled.Kohei Yoshida
2013-06-24Fix a bug in the find area position code for the upward direction.Kohei Yoshida
2013-06-24Compiler warnings.Kohei Yoshida
2013-06-24Remove these file entries.Kohei Yoshida
2013-06-24Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.Kohei Yoshida