summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-08-29loplugin:useuniqueptr in the sc dialog classesNoel Grandin2-57/+57
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin2-26/+25
2018-08-29loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin5-13/+13
2018-08-29More -Werror=redundant-moveStephan Bergmann1-0/+9
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-7/+5
2018-08-29loplugin:constantparam (2)Noel Grandin6-25/+18
2018-08-29new loplugin:oustringbufferNoel Grandin2-4/+4
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke2-15/+14
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen20-27/+51
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke1-47/+9
2018-08-28Shortcut small negative values to 0:0:0, tdf#119533 tdf#118800 follow-upEike Rathke1-1/+4
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin4-10/+10
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin19-191/+190
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin2-8/+8
2018-08-28Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-upEike Rathke1-12/+47
2018-08-27Increase arbitrary sort elements limit from 100000 to two full columnsEike Rathke1-1/+3
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin1-1/+1
2018-08-26Update mdds to 1.4.1.Kohei Yoshida1-43/+145
2018-08-26get rid of aEndItr entirelyCaolán McNamara1-12/+8
2018-08-25crashtesting: cached deque::end invalidatedCaolán McNamara1-4/+2
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin9-46/+43
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin10-106/+101
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin9-55/+52
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin5-10/+11
2018-08-24SCCOLROW instead of long, tdf#117016 follow-upEike Rathke1-2/+2
2018-08-24Consolidate duplicated code, use VectorMatrixAccessor, tdf#117016 follow-upEike Rathke1-47/+24
2018-08-24Avoid unnecessary copy of vector if nothing omitted, tdf#117016 follow-upEike Rathke1-12/+29
2018-08-24Eliminate unnecessary per element copy of matrix' first col/rowEike Rathke1-20/+2
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin7-25/+22
2018-08-24tdf#117016 unit test for LOOKUP() interim array omitted errorsEike Rathke1-0/+10
2018-08-24split ScViewFunc::CopyToClip into two methodsNoel Grandin2-172/+192
2018-08-24Resolves: tdf#117016 omit error values from an interim array in LOOKUP()Eike Rathke1-15/+91
2018-08-24pass DelFormats around using std::vectorNoel Grandin1-9/+2
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin4-56/+47
2018-08-24tdf#118993 - Missing new Insert Special Character in Calcheiko tietze1-1/+2
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky4-4/+52
2018-08-24Explicitly set line ends for measure linesMaxim Monastirsky1-1/+3
2018-08-23add test for bug tdf#119034Zdeněk Crhonek1-1794/+1759
2018-08-23loop and then eraseNoel Grandin1-22/+16
2018-08-23std::list is overkill for small structuresNoel Grandin2-23/+13
2018-08-23simplify ScMyGeneratedListNoel Grandin3-45/+28
2018-08-23add test for tdf#119137Zdeněk Crhonek1-1278/+1129
2018-08-23simplify ScMyDeletedListNoel Grandin2-33/+13
2018-08-23Allow fast result return for formula-cells with...Dennis Francis2-4/+26
2018-08-23calc menubar move back print range to formatandreas kainz1-12/+12
2018-08-23tdf#119420 move conditional and style section back from sheet to formatandreas kainz1-3/+4
2018-08-22Resolves: tdf#119402 +- typo sign flipEike Rathke1-1/+1
2018-08-22pass ScMyCellInfo around by std::unique_ptrNoel Grandin3-12/+12
2018-08-22replace StackCleaner with std::unique_ptrNoel Grandin1-15/+2
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke1-2/+14