summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann7-87/+85
2014-12-14fdo#39440 eliminate redundant conditionMichael Weghorn1-1/+1
2014-12-12Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara1-1/+1
2014-12-11fdo#86572: Increment row position *only when* the row ref is relative.Kohei Yoshida1-2/+5
2014-12-11WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist1-1/+1
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara1-2/+6
2014-12-11resolved fdo#87237 propagate error values through matrix comparisonsEike Rathke1-44/+52
2014-12-11coverity#703983 Unchecked return valueCaolán McNamara1-1/+1
2014-12-11fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis1-1/+1
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida7-14/+58
2014-12-11fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke1-3/+5
2014-12-10Typo: postion(s)=>position(s)Julien Nabet2-2/+2
2014-12-09remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke1-13/+0
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke3-27/+33
2014-12-09add a comment about side effects and whether we want them or notEike Rathke1-0/+4
2014-12-09fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-2/+2
2014-12-09fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-2/+2
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-12-09changed timers to idlesJennifer Liebel1-2/+2
2014-12-09removed unused timeout definesTobias Madl1-1/+0
2014-12-09changed timers to idleJennifer Liebel1-1/+1
2014-12-09fdo#73695 prevent use of invalidated iterator due to re-entranceEike Rathke1-0/+3
2014-12-09fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-1/+1
2014-12-09fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-1/+1
2014-12-09changed timers to idleJennifer Liebel1-5/+5
2014-12-09changed timers to idlesJennifer Liebel1-10/+7
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke2-18/+24
2014-12-09Bin the dummy interpreter (which was ifdeffed out anyway)Tor Lillqvist1-50/+0
2014-12-09Don't use of the broken "Software" group interpreterTor Lillqvist3-7/+16
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-2/+2
2014-12-09assert the "impossible"Eike Rathke1-10/+34
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke1-0/+1
2014-12-09prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERSEike Rathke1-6/+43
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke4-18/+23
2014-12-08coverity#735379 annotate to dismiss Copy-paste errorCaolán McNamara1-1/+2
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-1/+1
2014-12-08don't update range name if ref not in update range, fdo#85304Markus Mohrhard1-0/+3
2014-12-08we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2-0/+10
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-0/+1
2014-12-07coverity#707985 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-12-07handle all fill cases correctly, fdo#86754Markus Mohrhard1-1/+1
2014-12-07improve formattingMarkus Mohrhard1-2/+6
2014-12-07we need the original context that contains the data, fdo#85856Markus Mohrhard1-2/+1
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida8-6/+263
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke2-12/+13
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke1-1/+4
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke1-7/+4
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2-10/+12
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal1-0/+2