summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-05-31tdf#92218 Implement Calc single toolbar mode toolbarYousuf Philips2-0/+89
2016-05-31Convert ControlType to scoped enumNoel Grandin2-11/+11
2016-05-31Convert ToolBoxLayoutMode to scoped enumNoel Grandin1-2/+2
2016-05-31loplugin:unusedmethodsNoel Grandin1-14/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin7-13/+13
2016-05-30tdf#100068: Initial implementation of ScreenshotIdKatarina Behrens2-2/+11
2016-05-30we already have pClipDocEike Rathke1-1/+1
2016-05-30actually multiple destination sheets are handled, tdf#97158 follow-upEike Rathke3-6/+5
2016-05-30Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke3-3/+8
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl3-4/+4
2016-05-30remove unnecessary temporary ScRangeList copyEike Rathke1-5/+4
2016-05-30FORECAST.ETS.* functions: default aggregation is 1 (0 is not allowed)Stanislav Horacek1-2/+2
2016-05-30tdf#94205 Use o3tl::make_unique instead of new + std::moveapurvapriyadarshi1-4/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin2-2/+2
2016-05-30Convert SelectionMode to scoped enumNoel Grandin8-9/+9
2016-05-30loplugin:unusedmethodsNoel Grandin10-82/+1
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin4-20/+0
2016-05-29add DAYS360 test caseZdeněk Crhonek1-0/+1279
2016-05-28Improve alignment and use of space in Document Properties dialogAdolfo Jayme Barrientos1-34/+14
2016-05-28Revert "add DAYS test case"Markus Mohrhard1-747/+0
2016-05-28add DAYS test caseZdeněk Crhonek1-0/+747
2016-05-28add DAY test caseZdeněk Crhonek1-0/+863
2016-05-27notebookbar: working border style dropdownSzymon Kłos1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin8-25/+25
2016-05-27Move accessibility relations to .ui files tdf#87026Muhammet Kara4-26/+51
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin16-66/+140
2016-05-26add DATEDIF test caseZdeněk Crhonek1-0/+2646
2016-05-26add DATE test caseZdeněk Crhonek1-0/+1315
2016-05-26sc lok bccu#1610 - Tiles not rendering in large spreadsheetsAshod Nakashian3-12/+12
2016-05-26notebookbar: updated sc ui fileSzymon Kłos1-53/+2704
2016-05-26correct description of the SWITCH functionStanislav Horacek1-1/+1
2016-05-26move the test file to the correct dirMarkus Mohrhard1-0/+0
2016-05-26cppcheck: noExplicitConstructorCaolán McNamara1-8/+8
2016-05-26loplugin:unusedmethodsNoel Grandin19-221/+0
2016-05-26loplugin:unusedreturntypesNoel Grandin6-10/+7
2016-05-26tdf#97831 unit test document for new Excel2016 functionsWinfried Donkers1-0/+2756
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke1-14/+2
2016-05-25add DVARP test caseZdeněk Crhonek1-0/+1663
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke1-9/+13
2016-05-25add DVAR test caseZdeněk Crhonek1-0/+1686
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke3-30/+191
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara1-3/+3
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-3/+0
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers1-7/+3
2016-05-25correct description of range argument of MINIFS and MAXIFSStanislav Horacek1-2/+2
2016-05-25use consistent case for argument names of IFS functionStanislav Horacek1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin38-160/+170
2016-05-25add DSUM test caseZdeněk Crhonek1-0/+3629
2016-05-25DCOUNT test case - one more testZdeněk Crhonek1-0/+2943
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10