summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen12-56/+14
2018-08-31tdf#112454 Add tests for ScDocument::ContainsNotesInRangeMichael Weghorn2-0/+24
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski2-6/+9
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin11-66/+72
2018-08-31tdf#73078 Add/Enable test for TYPE function on empty cellMichael Weghorn1-605/+468
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák2-2/+16
2018-08-31tdf#112454 Also consider last SCTAB in loopMichael Weghorn1-1/+1
2018-08-31tdf#73078 Let 'Type()' return '1' for empty cellsMichael Weghorn1-0/+4
2018-08-31Removed execution flag on xlsx fileAndrea Gelmini1-0/+0
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin6-52/+53
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin4-15/+15
2018-08-30Translate German commentsJohnny_M1-1/+1
2018-08-30tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga2-0/+16
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin16-56/+49
2018-08-30tdf#114441 Convert sal_uLong to other types in ./sc/source/ui/appBijan Tabatabai3-10/+10
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin3-6/+6
2018-08-30tdf#45904 Move _XCellCursor Java tests to C++Rahul Gurung1-0/+9
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