Age | Commit message (Expand) | Author | Files | Lines |
2015-03-21 | Resolves: tdf#89958 filter ends with / does not end with correction | Eike Rathke | 1 | -5/+5 |
2015-03-09 | Fix bugs in the OpenCL implementation of some statistical functions | Tor Lillqvist | 1 | -0/+12 |
2015-03-09 | Resolves tdf#80137 Paste array formula into range pastes as non-array formula | Henry Castro | 1 | -1/+1 |
2015-02-27 | Resolves: tdf#81659 handle expand reference edge correctly | Eike Rathke | 1 | -0/+29 |
2015-02-21 | tdf#89436 fix ScHorizontalAttrIterator performance | László Németh | 1 | -17/+35 |
2015-02-17 | Revert "tdf#89436 fix ScHorizontalAttrIterator performance" | László Németh | 1 | -30/+17 |
2015-02-17 | tdf#89436 fix ScHorizontalAttrIterator performance | László Németh | 1 | -17/+30 |
2015-02-17 | Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listener | Eike Rathke | 2 | -3/+23 |
2015-02-14 | tdf#89004 improve performance of document data collection | Ursache Vladimir | 1 | -42/+16 |
2015-02-10 | Handle zero or empty cells properly when using OpenCL for division | Tor Lillqvist | 2 | -1/+10 |
2015-02-04 | Check number of cells referenced by group instead of group size | Tor Lillqvist | 1 | -1/+12 |
2015-01-23 | fix abuse of OUStringBuffer(int) ctor | Eike Rathke | 2 | -2/+4 |
2015-01-22 | don't access empty range list, could be rhbz#1180312 | Eike Rathke | 1 | -0/+3 |
2015-01-16 | fdo#88398: Handle group listeners correctly when splitting formula group. | Kohei Yoshida | 4 | -8/+86 |
2015-01-12 | only delete cell content for CELLTYPE_NONE, fdo#88200 | Markus Mohrhard | 2 | -3/+14 |
2015-01-07 | we want to compare two different cells, fdo#85353 | Markus Mohrhard | 1 | -1/+1 |
2015-01-07 | fdo#81286 : Instant updates in SUM/AVERAGE in status bar | Deena Francis | 1 | -1/+1 |
2015-01-07 | Revert "Check number of cells referenced by group instead of group size" | Tor Lillqvist | 1 | -8/+1 |
2015-01-06 | Better fix for fdo#87558: Duplication in Last Used Functions sidebar list | Julien Nabet | 1 | -2/+2 |
2015-01-06 | Check number of cells referenced by group instead of group size | Tor Lillqvist | 1 | -1/+8 |
2014-12-22 | fdo#85258 differentiate between empty cell and empty result in matrix | Eike Rathke | 1 | -4/+23 |
2014-12-22 | Resolves fdo#87558: Duplication in Last Used Functions sidebar list | Julien Nabet | 1 | -1/+4 |
2014-12-18 | fdo#68385 update references only if cut originates from the same document | Eike Rathke | 1 | -5/+10 |
2014-12-18 | Resolves: fdo#86978 append formula cells to track instead of tree | Eike Rathke | 2 | -2/+15 |
2014-12-16 | Resolves: fdo#87245 crash because clip doc doesn't own DocumentPool | Caolán McNamara | 1 | -1/+1 |
2014-12-16 | construct grouped ScFormulaCell with bDirty=true, fdo#79249 related | Eike Rathke | 1 | -1/+1 |
2014-12-16 | fdo#87119: Don't use of the broken "Software" group interpreter | Tor Lillqvist | 1 | -1/+3 |
2014-12-10 | Deteremine the script type of source cell during paste replication. | Kohei Yoshida | 7 | -14/+58 |
2014-12-11 | fdo#86215 pool new ScPatternAttr if source and destination are different docs | Eike Rathke | 1 | -3/+5 |
2014-12-09 | in ScFormulaCell dtor remove cell also from FormulaTrack | Eike Rathke | 1 | -0/+1 |
2014-12-08 | coverity#1257111 Uninitialized pointer field | Caolán McNamara | 1 | -0/+1 |
2014-12-08 | we need the SdrPage for deleting the notes, fdo#86166 | Markus Mohrhard | 2 | -0/+10 |
2014-12-07 | add ReorderParam.mbHasHeaders to include in Undo range mark | Eike Rathke | 1 | -0/+1 |
2014-12-07 | handle all fill cases correctly, fdo#86754 | Markus Mohrhard | 1 | -1/+1 |
2014-12-07 | we need the original context that contains the data, fdo#85856 | Markus Mohrhard | 1 | -2/+1 |
2014-12-06 | Fix incorrect adjustment of range references during sort. | Kohei Yoshida | 4 | -4/+202 |
2014-12-05 | Ctrl+A and Data Sort took ages to broadcast ALL cells | Eike Rathke | 2 | -12/+13 |
2014-12-05 | trim also empty leading column ranges, fdo#81501 follow-up | Eike Rathke | 1 | -1/+4 |
2014-12-05 | actually use identical code for both byRow and byCol, fdo#81501 follow-up | Eike Rathke | 1 | -7/+4 |
2014-12-05 | Fix high memory usage when sorting cells in Calc. (fdo#81501) | Supreme Aryal | 1 | -0/+2 |
2014-12-05 | loplugin:unusedvariablecheck | Stephan Bergmann | 1 | -3/+0 |
2014-12-05 | -Werror,-Wshadow | Stephan Bergmann | 1 | -6/+8 |
2014-12-05 | Create 2 variants of SortReorderByRow. | Kohei Yoshida | 1 | -107/+211 |
2014-12-05 | Extract this code block into an own function. | Kohei Yoshida | 1 | -100/+126 |
2014-12-05 | I got the terms 'union' and 'intersection' mixed up. | Kohei Yoshida | 1 | -6/+6 |
2014-12-03 | remove boolean parameter default from ScDocument::SetDirty | Eike Rathke | 2 | -5/+5 |
2014-12-03 | get rid of defaulted boolean parameters in ScColumn::SetDirty() | Eike Rathke | 1 | -1/+1 |
2014-12-02 | Double blank lines... | Kohei Yoshida | 1 | -1/+0 |
2014-12-02 | Let's not forget to move the comment too. | Kohei Yoshida | 1 | -2/+4 |
2014-12-02 | Put this inside the bulk broadcast scope. | Kohei Yoshida | 1 | -1/+1 |