summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-11-12add REPLACE test caseZdeněk Crhonek
2016-11-12Resolves: tdf#93415 use proper sheet separator in ADDRESS A1 notationEike Rathke
2016-11-11Dump the formula string here which is also useful.Kohei Yoshida
2016-11-11sc: OUString cleanupMichael Stahl
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh
2016-11-11tdf#103632 - sc: OOB sort fields unit test.Michael Meeks
2016-11-11tdf#103632 - sc: tolerate OOB sort fields from UNO API.Michael Meeks
2016-11-11tdf#101299 : do not show merge cells context menu for the trivial caseDennis Francis
2016-11-11tdf#101042 Fix for frozen windows in ExcelBartosz Kosiorek
2016-11-11tdf#36038 QA test export/import extended LCID to ExcelLaurent Balland-Poirier
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10Make sure we pass the top-left corner address.Kohei Yoshida
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis
2016-11-10clarify class documentationEike Rathke
2016-11-10Avoid writing to the log for the same group twice.Kohei Yoshida
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe
2016-11-10Don't let multiple JunitTests operate in parallel on ScDDELinksObj.odsStephan Bergmann
2016-11-09assert a supposed-to-be-fixed condition, tdf#89957 relatedEike Rathke
2016-11-09make MS Excel 2003 XML filter tests great again!David Tardon
2016-11-09fix typoDavid Tardon
2016-11-09tdf#102370 QA test exponent without sign during export to ExcelLaurent Balland-Poirier
2016-11-09Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheetsEike Rathke
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-08Ensure that the string array is null when no strings present.Kohei Yoshida
2016-11-08try and auto-silence coverity#1394273 Use after freeCaolán McNamara
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-07officecfg: add .uno:SignPDF labelMiklos Vajna
2016-11-07Fix typos (also in the code)Andrea Gelmini
2016-11-07tdf#92160 - sc: limit search results to 1000 entries.Michael Meeks
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin
2016-11-07inherit from ScXMLImportContextNoel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-07Avoid crash when calling a Worksheet's ShowDataForm()Takeshi Abe
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-05add LENB test caseZdeněk Crhonek
2016-11-05add MID and MIDB test caseZdeněk Crhonek
2016-11-05add LOWER test caseZdeněk Crhonek
2016-11-05add NUMBERVALUE test caseZdeněk Crhonek
2016-11-05add PROPER test caseZdeněk Crhonek
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida
2016-11-05Log cell range references.Kohei Yoshida
2016-11-05Log single cell references.Kohei Yoshida
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida
2016-11-05Output the header information to the formula log.Kohei Yoshida
2016-11-05[loplugin:simplifybool]Julien Nabet