summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-02-02fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida3-0/+40
2014-02-02fix typoCaolán McNamara1-2/+2
2014-02-02fix dbgutil build (probably)Caolán McNamara1-2/+4
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida6-53/+110
2014-01-31Special case for formula cell fill down for quicker filling.Kohei Yoshida1-0/+7
2014-01-31Move this to its own method.Kohei Yoshida1-35/+47
2014-01-31Bit of a cleanup.Kohei Yoshida1-18/+12
2014-01-31Take advantage of segment-based hidden flag storage.Kohei Yoshida1-1/+10
2014-01-31Extract this code block into its own method.Kohei Yoshida1-166/+173
2014-01-31Speed up simple fill of formula cells. Vertical direction only.Kohei Yoshida2-58/+167
2014-01-31Move the code for "fill simple" to its own method.Kohei Yoshida1-42/+50
2014-01-31Slight optimization by avoiding to query for hidden state unnecessarily.Kohei Yoshida1-18/+32
2014-01-30Keep the standard row height situation under control.Kohei Yoshida1-12/+10
2014-01-30init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-upEike Rathke1-1/+2
2014-01-30This could cause crasher too.Kohei Yoshida1-0/+3
2014-01-30Prevent crash.Kohei Yoshida1-0/+3
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida4-0/+251
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers3-141/+183
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan3-14/+18
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida4-12/+17
2014-01-29fdo#74014: Add unit test for pasting an unformatted text into cells.Kohei Yoshida1-0/+11
2014-01-29fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida1-0/+25
2014-01-29Remove some redundant castsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann19-37/+37
2014-01-28Presumably "eType ==" is missing hereStephan Bergmann1-1/+1
2014-01-28fdo#74014: Better fix, to re-use existing method.Kohei Yoshida1-20/+0
2014-01-27fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida1-0/+20
2014-01-27fdo#69244: Avoid putting these cells in formula tree prematurely.Kohei Yoshida1-1/+1
2014-01-27Handle note instances during copy-n-pasting of single cell.Kohei Yoshida3-9/+45
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers3-28/+81
2014-01-27only put bounds in vector if range is outside of copy range, fdo#74041Markus Mohrhard1-18/+17
2014-01-27coverity#1038497 : Uninitialized scalar fieldNorbert Thiebaud1-4/+6
2014-01-27coverity#1103748 coverity#708009 coverity#708011-12Norbert Thiebaud1-45/+49
2014-01-27better check for more formula token types, related fdo#74077Markus Mohrhard1-0/+12
2014-01-27we need to check that the content is equal as well, fdo#74077Markus Mohrhard1-0/+12
2014-01-25This yields slightly better performance.Kohei Yoshida1-1/+1
2014-01-25Stop leaking all ScPostIt instances.Kohei Yoshida1-11/+8
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida9-16/+393
2014-01-24Use this scope tool instead.Kohei Yoshida1-3/+1
2014-01-24resolved fdo#73235 initialize reference flagsEike Rathke1-0/+1
2014-01-24coverity#1158180 Argument cannot be negativeCaolán McNamara1-1/+9
2014-01-24coverity#1158214 Assign instead of compareCaolán McNamara1-2/+1
2014-01-24coverity#1157757 Logically dead codeCaolán McNamara1-1/+1
2014-01-24PostponedDirty also for RelNameEike Rathke1-3/+2
2014-01-23What's up with this crap!?Kohei Yoshida1-2/+2
2014-01-24bring some sense into this translated commentEike Rathke1-4/+4
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke4-34/+44
2014-01-23fdo#73986: Don't forget to receive returned object from for_each.Kohei Yoshida1-1/+1
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1