Age | Commit message (Expand) | Author | Files | Lines |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin | 38 | -645/+532 |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke | 34 | -94/+0 |
2016-04-17 | remove define for ERRORBOX | Markus Mohrhard | 1 | -3/+1 |
2016-04-16 | fix last mdds perf problem in MatConcat, tdf#88849 | Markus Mohrhard | 3 | -15/+67 |
2016-04-16 | fix crash in perfcheck | Markus Mohrhard | 1 | -8/+3 |
2016-04-16 | switch to a row based storage | Markus Mohrhard | 1 | -7/+16 |
2016-04-16 | make the test case smaller to limit runtime | Markus Mohrhard | 1 | -1/+1 |
2016-04-16 | add test case for smaller MatConcat case, related tdf#88849 | Markus Mohrhard | 1 | -3/+33 |
2016-04-16 | add missing test file | Markus Mohrhard | 1 | -0/+0 |
2016-04-15 | tdf#97499 Fixed containers parameters clearing #5 | tymyjan | 1 | -1/+1 |
2016-04-15 | add test for tdf#88849 | Markus Mohrhard | 1 | -0/+30 |
2016-04-15 | fix calc perfcheck build | Markus Mohrhard | 1 | -1/+1 |
2016-04-15 | add test for tdf#72240 | Markus Mohrhard | 1 | -0/+43 |
2016-04-15 | fix InsertTab and DeleteTab in ScMarkData, tdf#72240 | Markus Mohrhard | 1 | -9/+18 |
2016-04-15 | add CVE-2016-0122 test | Caolán McNamara | 8 | -0/+6 |
2016-04-15 | typo: Aggegration -> Aggregation | Andras Timar | 1 | -7/+7 |
2016-04-14 | -Werror=logical-op (GCC 6) | Stephan Bergmann | 1 | -1/+1 |
2016-04-14 | loplugin:passstuffbyref in sc | Noel Grandin | 46 | -68/+68 |
2016-04-14 | no need to call rowHidden and rowFiltered repeatedly, tdf#90659 | Markus Mohrhard | 3 | -10/+22 |
2016-04-13 | Missing spacing in Show Detail dialog | Adolfo Jayme Barrientos | 1 | -1/+2 |
2016-04-13 | tdf#94306 remove unused boost dependencies | Jochen Nitschke | 2 | -2/+0 |
2016-04-13 | tdf#96996 sc: fix the data pilot | Michael Stahl | 2 | -3/+6 |
2016-04-13 | tdf#97087 Give comprehensible names to timers | Muhammet Kara | 1 | -1/+1 |
2016-04-13 | Fix non-OpenCL builds | Stephan Bergmann | 1 | -1/+5 |
2016-04-13 | Stop assigning null to intrusive_ptr | Takeshi Abe | 1 | -2/+0 |
2016-04-12 | move xls export code from shared xls + xlsx part of code | Markus Mohrhard | 1 | -17/+42 |
2016-04-12 | Move clew/clew.h into external, too | Stephan Bergmann | 5 | -7/+8 |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann | 3 | -6/+6 |
2016-04-12 | fix crash in test | Markus Mohrhard | 1 | -1/+1 |
2016-04-12 | fix broken test | Markus Mohrhard | 1 | -2/+2 |
2016-04-12 | xls does not allow 3D refs in cond format formulas, tdf#62770 | Markus Mohrhard | 1 | -0/+4 |
2016-04-12 | conditional format formulas don't support 3d refs in xls, tdf#62770 | Markus Mohrhard | 1 | -3/+3 |
2016-04-12 | better variable names for range name case in xls formula import | Markus Mohrhard | 1 | -14/+15 |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann | 2 | -6/+6 |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann | 1 | -2/+2 |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann | 1 | -1/+1 |
2016-04-12 | lp#1566050: prevent cyclic reference zombies | Bjoern Michaelsen | 1 | -0/+1 |
2016-04-12 | clang-tidy performance-unnecessary-value-param in sc | Noel Grandin | 27 | -90/+90 |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke | 18 | -24/+0 |
2016-04-12 | clang-tidy performance-unnecessary-value-param in xmloff | Noel Grandin | 2 | -4/+4 |
2016-04-11 | clang-tidy performance-unnecessary-value-param in formula | Noel Grandin | 2 | -6/+6 |
2016-04-11 | tdf#84938 replace #defined constants with enum class | Jochen Nitschke | 3 | -45/+49 |
2016-04-11 | tdf#94306 replace boost::noncopyable r.. to sdext | Jochen Nitschke | 3 | -12/+16 |
2016-04-11 | loplugin:constantparam | Noel Grandin | 10 | -19/+19 |
2016-04-10 | tdf#94429, tdf#92198, tdf#95233: STYLE in conditional formatting | Markus Mohrhard | 1 | -3/+15 |
2016-04-09 | coverity#738785 reorg to silence Uninitialized pointer field | Caolán McNamara | 2 | -51/+52 |
2016-04-09 | add test case for tdf#96549 | Markus Mohrhard | 2 | -0/+44 |
2016-04-09 | import all formatting properties for column style, tdf#96549 | Markus Mohrhard | 2 | -17/+4 |
2016-04-09 | add test case for tdf#98554 | Markus Mohrhard | 2 | -0/+56 |
2016-04-09 | use the better color import method also for databars, tdf#98554 | Markus Mohrhard | 1 | -21/+3 |