summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos1-0/+2
2016-04-19tdf#99329 : By default show sum and average statusbar functions...Dennis Francis1-18/+25
2016-04-19cppcheck: silence known conditions warnings in scJochen Nitschke3-10/+4
2016-04-19const as const can, tdf#99322 follow-upEike Rathke2-3/+3
2016-04-19sc: fix loplugin:passstuffbyrefMiklos Vajna1-1/+1
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke5-6/+55
2016-04-19use the column style for as default, tdf#71897Markus Mohrhard3-5/+10
2016-04-19setting the properties through uno is not necessary anymoreMarkus Mohrhard1-4/+0
2016-04-19hard code value for scrollbar to tabbar ratio, tdf#89058Markus Mohrhard1-3/+1
2016-04-19don't try to open in new window by default, tdf#70959Markus Mohrhard1-1/+2
2016-04-18Resolves: tdf#99322 re-establish group area listeners after update referenceEike Rathke1-0/+8
2016-04-18tdf#99371 fix for DDE link update via Function WizardMartin Nathansen4-6/+16
2016-04-18cppcheck: silence known condition warning in sc vbahelperJochen Nitschke1-2/+1
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-2/+2
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 Mohrhard2-12/+63
2016-04-16switch to a row based storageMarkus Mohrhard1-7/+16
2016-04-15fix InsertTab and DeleteTab in ScMarkData, tdf#72240Markus Mohrhard1-9/+18
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 Grandin32-46/+46
2016-04-14no need to call rowHidden and rowFiltered repeatedly, tdf#90659Markus Mohrhard3-10/+22
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-12Avoid reserved identifiersStephan Bergmann2-4/+4
2016-04-12fix crash in testMarkus Mohrhard1-1/+1
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-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen1-0/+1
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin22-84/+84
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke17-23/+0
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin2-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin1-3/+3
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke2-38/+44
2016-04-11loplugin:constantparamNoel Grandin6-14/+14
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 McNamara1-50/+22
2016-04-09import all formatting properties for column style, tdf#96549Markus Mohrhard2-17/+4
2016-04-09use the better color import method also for databars, tdf#98554Markus Mohrhard1-21/+3
2016-04-09work around Excel theme color bug, tdf#98554Markus Mohrhard1-2/+5
2016-04-08lok context menu: Expose context menuPranav Kant2-2/+10
2016-04-07coverity#1358119 Uninitialized scalar fieldCaolán McNamara1-1/+6