summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-11-12add MAXIFS testcaseZdeněk Crhonek1-0/+5801
2016-11-12add LEFTB test caseZdeněk Crhonek1-0/+1195
2016-11-12add MEDIAN test caseZdeněk Crhonek1-0/+4409
2016-11-12Guarantee that InterpretFormulaGroup() is always called first.Kohei Yoshida1-15/+16
2016-11-12add REPLACE test caseZdeněk Crhonek1-0/+1213
2016-11-12Resolves: tdf#93415 use proper sheet separator in ADDRESS A1 notationEike Rathke1-1/+13
2016-11-11Dump the formula string here which is also useful.Kohei Yoshida1-1/+14
2016-11-11sc: OUString cleanupMichael Stahl1-19/+15
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh5-13/+77
2016-11-11tdf#103632 - sc: OOB sort fields unit test.Michael Meeks1-1/+32
2016-11-11tdf#103632 - sc: tolerate OOB sort fields from UNO API.Michael Meeks1-0/+8
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis1-2/+5
2016-11-11tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek1-1/+1
2016-11-11tdf#36038 QA test export/import extended LCID to ExcelLaurent Balland-Poirier2-0/+43
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin18-29/+27
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-8/+8
2016-11-10Make sure we pass the top-left corner address.Kohei Yoshida1-1/+1
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann1-3/+3
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-2/+2
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis12-89/+477
2016-11-10clarify class documentationEike Rathke1-6/+12
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida2-31/+47
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe1-1/+1
2016-11-10Don't let multiple JunitTests operate in parallel on ScDDELinksObj.odsStephan Bergmann2-1/+1
2016-11-09assert a supposed-to-be-fixed condition, tdf#89957 relatedEike Rathke1-1/+9
2016-11-09make MS Excel 2003 XML filter tests great again!David Tardon5-17/+19
2016-11-09fix typoDavid Tardon1-1/+1
2016-11-09tdf#102370 QA test exponent without sign during export to ExcelLaurent Balland-Poirier2-1/+26
2016-11-09Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheetsEike Rathke1-1/+5
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-11-08Ensure that the string array is null when no strings present.Kohei Yoshida2-7/+51
2016-11-08try and auto-silence coverity#1394273 Use after freeCaolán McNamara1-4/+10
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin11-27/+26
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke10-42/+42
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara19-381/+77
2016-11-07officecfg: add .uno:SignPDF labelMiklos Vajna1-1/+6
2016-11-07Fix typos (also in the code)Andrea Gelmini1-1/+1
2016-11-07tdf#92160 - sc: limit search results to 1000 entries.Michael Meeks3-12/+79
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin1-6/+6
2016-11-07inherit from ScXMLImportContextNoel Grandin51-547/+255
2016-11-07loplugin:expandablemethods in scNoel Grandin73-541/+196
2016-11-07Avoid crash when calling a Worksheet's ShowDataForm()Takeshi Abe1-2/+2
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud19-77/+381
2016-11-05add LENB test caseZdeněk Crhonek1-0/+1235
2016-11-05add MID and MIDB test caseZdeněk Crhonek2-0/+2266
2016-11-05add LOWER test caseZdeněk Crhonek1-0/+1270
2016-11-05add NUMBERVALUE test caseZdeněk Crhonek1-0/+1181
2016-11-05add PROPER test caseZdeněk Crhonek1-0/+1214
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida3-17/+35
2016-11-05Log cell range references.Kohei Yoshida3-3/+38