summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2016-11-03tdf#88821: Set the encoding correctly for HTML files with a BOM.Jan Holesovsky
2016-11-03loplugin:unnecessaryvirtualNoel Grandin
2016-11-03tdf#103633 avoid segfault in a11yDavid Tardon
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-11-03merge ScBiffReader and ScQProReaderNoel Grandin
2016-11-02unit test for tdf#99291, empty array elements match 0.0, not emptyEike Rathke
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-11-01cppcheck unreadVariable: nModifiedJochen Nitschke
2016-11-01Omit the default comparator for std::sort()Takeshi Abe
2016-10-31Resolves: tdf#99291 empty array element should not match empty cellEike Rathke
2016-10-31Resolves: tdf#64001 exclude "boolean" value cells from increment during FillEike Rathke
2016-10-31don't loop uint16 against sizeEike Rathke
2016-10-31Nonsensical OUString null checkStephan Bergmann
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-31return dialog pointers using VclPtr<>Noel Grandin