summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-05Log single cell references.Kohei Yoshida3-1/+37
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida5-11/+72
2016-11-05Output the header information to the formula log.Kohei Yoshida1-0/+7
2016-11-05[loplugin:simplifybool]Julien Nabet1-1/+1
2016-11-04unify color selectorsCaolán McNamara19-381/+77
2016-11-04bail out early in ScColumn::UpdateSelectionFunction() if nothing is markedEike Rathke3-0/+13
2016-11-04add test case for rhbz#1390776David Tardon2-0/+87
2016-11-04unit test for tdf#103684, calculate status bar function across sheetsEike Rathke1-0/+30
2016-11-04use ScMarkData::GetMarkedRangesForTab(nTab) in SingleColumnSpanSet::scan()Eike Rathke1-1/+1
2016-11-04tdf#91260 - ReplaceAll should use a columnar direction.Michael Meeks1-1/+5
2016-11-04sc-perf: eliminate unnecessary loops in ScTable::UpdateSelectionFunction()Eike Rathke1-1/+14
2016-11-04loplugin:defaultparamsJulien Nabet1-1/+1
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-10/+1
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke4-6/+37
2016-11-03tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky2-0/+32
2016-11-03tdf#88821: Set the encoding correctly for HTML files with a BOM.Jan Holesovsky2-0/+35
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-11-03tdf#103633 avoid segfault in a11yDavid Tardon1-2/+2
2016-11-03remove unused BiffInputStreamNoel Grandin46-886/+18
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin5-155/+69
2016-11-02unit test for tdf#99291, empty array elements match 0.0, not emptyEike Rathke1-0/+24
2016-11-02loplugin:singlevalfieldsNoel Grandin5-15/+6
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke6-6/+6
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin13-77/+40
2016-11-01cppcheck unreadVariable: nModifiedJochen Nitschke1-3/+0
2016-11-01Omit the default comparator for std::sort()Takeshi Abe1-5/+2
2016-10-31Resolves: tdf#99291 empty array element should not match empty cellEike Rathke1-3/+3
2016-10-31Resolves: tdf#64001 exclude "boolean" value cells from increment during FillEike Rathke1-4/+41
2016-10-31don't loop uint16 against sizeEike Rathke1-4/+4
2016-10-31Nonsensical OUString null checkStephan Bergmann1-1/+1
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin30-55/+55