summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undotab.cxx
AgeCommit message (Expand)Author
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2022-09-07Resolves: tdf#150829 Broadcast missing ScAreasChanged hint on sheet copy UndoEike Rathke
2022-09-06Resolves: tdf#150307 Broadcast missing ScAreasChanged hint on sheet deletionEike Rathke
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke
2022-08-07Removed duplicated includesAndrea Gelmini
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-05-21lok-calc: new callback for print rangesDennis Francis
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-10-11loplugin:moveparam in scNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-01no need to allocate these on the heapNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-31Related: tdf#137577 Update Name Box range name list on sheet renameEike Rathke
2021-02-02tdf#137081, tdf137082 fixes shape handling in RTL sheetsRegina Henschel
2020-10-13static_cast after dynamic_castNoel
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2019-10-21sc: rowcol: tdf#50916 convert ui/undoAron Budea
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen
2019-01-08Simplify containers iterations in sc/source/ui/[f-u]*Arkadiy Illarionov
2018-11-24remove ScMoveUndoMode enumNoel Grandin
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin
2018-07-06Handle protection lock mark in Undo/Redo, tdf#68290 follow-upEike Rathke
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2018-06-29inline DeleteSdrUndoActionNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-08-01Related: tdf#109856 redo 'insert multiple tabs after' inserts too many tabsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-02-22use std::unique_ptrCaolán McNamara
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-01-09New loplugin:externvar: scStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara