summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undoblk.hxx
AgeCommit message (Expand)Author
2022-08-09cid#1507857 Big parameter passed by valueCaolán McNamara
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida
2021-10-11loplugin:moveparam in scNoel Grandin
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
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-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2018-06-28loplugin:useuniqueptr in ScUndoWidthOrHeightNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard
2017-03-16drop GetId() from SfxUndoActionNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-22use std::unique_ptrCaolán McNamara
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-10-26init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann