summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-04-18tdf#90290: use custom asserter for formula checkStefan Weiberg1-407/+206
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin38-645/+532
2016-04-18clean-up: unused using declarations and includesJochen Nitschke34-94/+0
2016-04-17remove define for ERRORBOXMarkus Mohrhard1-3/+1
2016-04-16fix last mdds perf problem in MatConcat, tdf#88849Markus Mohrhard3-15/+67
2016-04-16fix crash in perfcheckMarkus Mohrhard1-8/+3
2016-04-16switch to a row based storageMarkus Mohrhard1-7/+16
2016-04-16make the test case smaller to limit runtimeMarkus Mohrhard1-1/+1
2016-04-16add test case for smaller MatConcat case, related tdf#88849Markus Mohrhard1-3/+33
2016-04-16add missing test fileMarkus Mohrhard1-0/+0
2016-04-15tdf#97499 Fixed containers parameters clearing #5tymyjan1-1/+1
2016-04-15add test for tdf#88849Markus Mohrhard1-0/+30
2016-04-15fix calc perfcheck buildMarkus Mohrhard1-1/+1
2016-04-15add test for tdf#72240Markus Mohrhard1-0/+43
2016-04-15fix InsertTab and DeleteTab in ScMarkData, tdf#72240Markus Mohrhard1-9/+18
2016-04-15add CVE-2016-0122 testCaolán McNamara8-0/+6
2016-04-15typo: Aggegration -> AggregationAndras Timar1-7/+7
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in scNoel Grandin46-68/+68
2016-04-14no need to call rowHidden and rowFiltered repeatedly, tdf#90659Markus Mohrhard3-10/+22
2016-04-13Missing spacing in Show Detail dialogAdolfo Jayme Barrientos1-1/+2
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-13tdf#96996 sc: fix the data pilotMichael Stahl2-3/+6
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-04-13Fix non-OpenCL buildsStephan Bergmann1-1/+5
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12move xls export code from shared xls + xlsx part of codeMarkus Mohrhard1-17/+42
2016-04-12Move clew/clew.h into external, tooStephan Bergmann5-7/+8
2016-04-12Avoid reserved identifiersStephan Bergmann3-6/+6
2016-04-12fix crash in testMarkus Mohrhard1-1/+1
2016-04-12fix broken testMarkus Mohrhard1-2/+2
2016-04-12xls does not allow 3D refs in cond format formulas, tdf#62770Markus Mohrhard1-0/+4
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard1-3/+3
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard1-14/+15
2016-04-12Avoid reserved identifierStephan Bergmann2-6/+6
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen1-0/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin27-90/+90
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke18-24/+0
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin2-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin2-6/+6
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke3-45/+49
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke3-12/+16
2016-04-11loplugin:constantparamNoel Grandin10-19/+19
2016-04-10tdf#94429, tdf#92198, tdf#95233: STYLE in conditional formattingMarkus Mohrhard1-3/+15
2016-04-09coverity#738785 reorg to silence Uninitialized pointer fieldCaolán McNamara2-51/+52
2016-04-09add test case for tdf#96549Markus Mohrhard2-0/+44
2016-04-09import all formatting properties for column style, tdf#96549Markus Mohrhard2-17/+4