summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-22bool improvementsStephan Bergmann2-2/+2
2014-01-22fix-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke2-21/+29
2014-01-22some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7Eike Rathke5-21/+21
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke1-4/+6
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-3/+8
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-2/+2
2014-01-20sal_Bool->boolNoel Grandin1-2/+2
2014-01-20sal_Bool->bool and remove unnecessary param on ScConsData::InitDataNoel Grandin1-13/+10
2014-01-20sal_Bool->boolNoel Grandin1-1/+1
2014-01-20sal_Bool->boolNoel Grandin1-1/+1
2014-01-19more build fixesMarkus Mohrhard1-0/+4
2014-01-19CID#1158216: resource leakMarkus Mohrhard1-0/+1
2014-01-19CID#1157787: new[]/delete mismatchMarkus Mohrhard1-8/+8
2014-01-17Follow-up (micro-?)optimisationTor Lillqvist1-5/+15
2014-01-17Avoid some global statics that drag in lots of code in the static linking caseTor Lillqvist1-23/+14
2014-01-17sal_Bool->boolNoel Grandin1-4/+4
2014-01-17sal_Bool->boolNoel Grandin1-1/+1
2014-01-17Fix function return typesStephan Bergmann2-42/+36
2014-01-17bool improvementsStephan Bergmann2-5/+5