summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-09-01Fix typosAndrea Gelmini
2018-09-01Update orcus to 0.14.0.Kohei Yoshida
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen
2018-08-31tdf#112454 Add tests for ScDocument::ContainsNotesInRangeMichael Weghorn
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-31tdf#73078 Add/Enable test for TYPE function on empty cellMichael Weghorn
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák
2018-08-31tdf#112454 Also consider last SCTAB in loopMichael Weghorn
2018-08-31tdf#73078 Let 'Type()' return '1' for empty cellsMichael Weghorn
2018-08-31Removed execution flag on xlsx fileAndrea Gelmini
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin
2018-08-30Translate German commentsJohnny_M
2018-08-30tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-30tdf#114441 Convert sal_uLong to other types in ./sc/source/ui/appBijan Tabatabai
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin
2018-08-30tdf#45904 Move _XCellCursor Java tests to C++Rahul Gurung
2018-08-29loplugin:useuniqueptr in the sc dialog classesNoel Grandin
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin
2018-08-29loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin
2018-08-29More -Werror=redundant-moveStephan Bergmann
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-28Use tools::Time::GetClock() to obtain hour,minute,secondEike Rathke
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke
2018-08-28Shortcut small negative values to 0:0:0, tdf#119533 tdf#118800 follow-upEike Rathke
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-28return by std::unique_ptr from CreateSortInfoArrayNoel Grandin
2018-08-28Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-upEike Rathke
2018-08-27Increase arbitrary sort elements limit from 100000 to two full columnsEike Rathke
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2018-08-26Update mdds to 1.4.1.Kohei Yoshida
2018-08-26get rid of aEndItr entirelyCaolán McNamara
2018-08-25crashtesting: cached deque::end invalidatedCaolán McNamara
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr in ScEditFieldObjNoel Grandin
2018-08-24SCCOLROW instead of long, tdf#117016 follow-upEike Rathke
2018-08-24Consolidate duplicated code, use VectorMatrixAccessor, tdf#117016 follow-upEike Rathke
2018-08-24Avoid unnecessary copy of vector if nothing omitted, tdf#117016 follow-upEike Rathke
2018-08-24Eliminate unnecessary per element copy of matrix' first col/rowEike Rathke
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin
2018-08-24tdf#117016 unit test for LOOKUP() interim array omitted errorsEike Rathke
2018-08-24split ScViewFunc::CopyToClip into two methodsNoel Grandin