summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-55/+55
2014-12-12Resolves: fdo#87245 crash because clip doc doesn't own DocumentPoolCaolán McNamara1-1/+1
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara1-2/+6
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#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 idleJennifer Liebel1-1/+1
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-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke2-18/+24
2014-12-09Don't use of the broken "Software" group interpreterTor Lillqvist1-1/+3
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-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 Yoshida4-4/+202
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
2014-12-05loplugin:unusedvariablecheckStephan Bergmann1-3/+0
2014-12-05-Werror,-WshadowStephan Bergmann1-6/+8
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida1-107/+211
2014-12-05Extract this code block into an own function.Kohei Yoshida1-100/+126
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida1-6/+6
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon1-0/+23
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke2-3/+3
2014-12-03do not construct an ScAddress on each iterationEike Rathke1-1/+6
2014-12-03slightly speed-up things by using ScTable accessEike Rathke1-5/+11
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke2-3/+3
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-5/+5
2014-12-03get rid of defaulted boolean parameters in ScColumn::SetDirty()Eike Rathke1-1/+1
2014-12-02Double blank lines...Kohei Yoshida1-1/+0