summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2016-11-04unify color selectorsCaolán McNamara
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke
2016-11-04add test case for rhbz#1390776David Tardon
2016-11-04unit test for tdf#103684, calculate status bar function across sheetsEike Rathke
2016-11-04use ScMarkData::GetMarkedRangesForTab(nTab) in SingleColumnSpanSet::scan()Eike Rathke
2016-11-04tdf#91260 - ReplaceAll should use a columnar direction.Michael Meeks
2016-11-04sc-perf: eliminate unnecessary loops in ScTable::UpdateSelectionFunction()Eike Rathke
2016-11-04loplugin:defaultparamsJulien Nabet
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke
2016-11-03tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky