summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke6-2/+18
2016-01-05Revert "Time wraparound validation feature"Markus Mohrhard4-78/+1
2016-01-05tdf#96198 adapt unit test to reality, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-05loplugin:bodynotinblockStephan Bergmann1-8/+8
2016-01-05Time wraparound validation featureBenjamin Ni4-1/+78
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai11-45/+25
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-9/+12
2016-01-04fix typoMarkus Mohrhard1-1/+1
2016-01-04don't use the same files in different unit testsMarkus Mohrhard4-4/+26
2016-01-04correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 relatedEike Rathke1-2/+8
2016-01-04correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-04WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-upEike Rathke2-3/+4
2016-01-04these fields can be static constantsNoel Grandin4-22/+9
2016-01-04vcl: split classes out of metric.hxxChris Sherlock1-0/+1
2016-01-04the idea behind the test can't work right nowMarkus Mohrhard1-1/+1
2016-01-04let us use the standard way to implement an if .. else ifMarkus Mohrhard1-10/+3
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock2-5/+5
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock2-2/+2
2015-12-30Use SAL_WARN hereMatúš Kukan1-35/+5
2015-12-30Kill remaining plugin bitsMaxim Monastirsky4-18/+0
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara2-4/+4
2015-12-27sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin8-14/+14
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin18-104/+62
2015-12-27sal_uLong to sal_uInt32/sal_uInt64Matteo Casalin3-9/+8
2015-12-27Lnge to Language in ScNumFormatAbbrev member namesMatteo Casalin2-22/+22
2015-12-27Translate German commentsMatteo Casalin1-2/+2
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin4-8/+8
2015-12-27Avoid redundant castMatteo Casalin1-1/+1
2015-12-24Kill useless headerMaxim Monastirsky6-32/+1
2015-12-24tdf#93837 Convert sheet row/col header context menus to xmlMaxim Monastirsky7-218/+57
2015-12-24loplugin:unusedfieldsNoel Grandin3-13/+6
2015-12-23restore removed functionDavid Tardon1-0/+1
2015-12-23add missing includeDavid Tardon1-0/+1
2015-12-23New saving behaviorMaxim Monastirsky2-5/+1
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-1/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2-2/+2
2015-12-22tdf#96588 - avoid redundant pivot cache filter on import.Michael Meeks1-1/+9
2015-12-22sc: loplugin:defaultparamsMiklos Vajna1-1/+1
2015-12-22tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens1-3/+15
2015-12-22loplugin:unusedfields in scNoel Grandin26-79/+22
2015-12-21The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2015-12-21tdf#96588 - avoid redundant work on large numbers of trailing rows.Michael Meeks1-0/+5
2015-12-21loplugin:unusedmethodsNoel Grandin1-2/+0
2015-12-20tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-19no need to repeatedly call getLengthMarkus Mohrhard1-2/+2
2015-12-19std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard1-12/+15
2015-12-19coverity#1343628 Dereference after null checkCaolán McNamara1-2/+4
2015-12-19Fix pivot cache debugging.Michael Meeks1-4/+2
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-0/+1