summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-07-31add TAN, TANH test caseZdeněk Crhonek2-0/+4848
2016-07-30add SUMSQ test caseZdeněk Crhonek1-0/+2464
2016-07-30add FREQUENCY testcaseZdeněk Crhonek1-0/+8378
2016-07-30loplugin:cppunitassertequalsMarkus Mohrhard3-8/+8
2016-07-30missing nullptr checkMarkus Mohrhard1-1/+1
2016-07-30add TRUNC test caseZdeněk Crhonek1-0/+2363
2016-07-29tdf#88793 EDITING, subtotals don't apply formattingArul Michael1-1/+2
2016-07-29tdf#91665 l10n: Replace string list by separate strings in ScPrintUIOptionsMuhammet Kara3-30/+70
2016-07-29sc lok: add parameters for column/row resizeHenry Castro3-4/+74
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke5-13/+16
2016-07-29tdf#101166 treat argument PayType for Calc function RATE as boolean.Winfried Donkers2-14/+14
2016-07-29add missing uui dependency for opencl testMarkus Mohrhard1-0/+1
2016-07-29tdf#97831 follow up : remove unused arguments from stackWinfried Donkers2-558/+632
2016-07-29limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke1-5/+10
2016-07-29use div() instead of /0 to content ubsanCaolán McNamara1-4/+4
2016-07-29disallow Random Number when entire sheet is selected, tdf#60056 relatedEike Rathke1-0/+2
2016-07-29Resolves: tdf#60056 disallow Fill when entire sheet is selectedEike Rathke3-0/+22
2016-07-29move range detection to ScViewData::SelectionFillDOOM()Eike Rathke2-5/+12
2016-07-29add SUBTOTAL test caseZdeněk Crhonek1-0/+2743
2016-07-29add sQRTPI test caeZdeněk Crhonek1-0/+2317
2016-07-29add SIGN test caseZdeněk Crhonek1-0/+2460
2016-07-29add SUM test caseZdeněk Crhonek1-0/+2413
2016-07-29add SIN test caseZdeněk Crhonek1-0/+2424
2016-07-28add SINH test caseZdeněk Crhonek1-0/+2460
2016-07-28write the customWidth property also to XLSMarkus Mohrhard2-1/+2
2016-07-28tdf#100946 Fix width calculation and add customWidth support (.xlsx)Bartosz Kosiorek8-8/+122
2016-07-28GSoC Emoji ControlAkshay Deep5-0/+7
2016-07-28add SQRT test caseZdeněk Crhonek1-0/+2317
2016-07-28add SEC test caseZdeněk Crhonek1-0/+2303
2016-07-28use n prefix for numeric variableMarkus Mohrhard2-10/+10
2016-07-28tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keysBartosz Kosiorek4-4/+39
2016-07-28Add various uui dependencyGiuseppe Castagno9-0/+9
2016-07-28add SECH test caseZdeněk Crhonek1-0/+2303
2016-07-28add SERIESSUM test caseZdeněk Crhonek1-0/+2598
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke4-1/+30
2016-07-28add another uui dependencyCaolán McNamara1-0/+1
2016-07-28add another uui dependencyCaolán McNamara1-0/+1
2016-07-28add some uui component dependenciesCaolán McNamara1-0/+1
2016-07-28add some uui component dependenciesCaolán McNamara1-0/+1
2016-07-28add some uui component dependenciesCaolán McNamara2-0/+2
2016-07-28Revert "temp tinderbox fix"Caolán McNamara8-0/+8
2016-07-28use div() instead of /0 to content ubsanCaolán McNamara1-4/+4
2016-07-28Bin leftover dead declarationTor Lillqvist1-1/+0
2016-07-28display the SearchAll() and ReplaceAll() results for notes, tdf#65334 relatedEike Rathke3-13/+47
2016-07-27add uui component to some other placesCaolán McNamara1-0/+1
2016-07-27use div() instead of /0 to content ubsanCaolán McNamara1-2/+2
2016-07-27use HasCellNotes() when looping and searching for notes, tdf#65334 follow-upEike Rathke1-8/+39
2016-07-27add WORKDAY.INTL test caseZdeněk Crhonek1-0/+2341
2016-07-27use GetCellArea() also in SearchAll() and ReplaceAll(), tdf#65334 follow-upEike Rathke1-2/+8
2016-07-27do not search in empty string if there is no note, tdf#65334 follow-upEike Rathke1-5/+14