summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edundo.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-08-01loplugin:flatten in sw/core/draw..sw/core/editNoel Grandin1-15/+15
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-3/+3
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-5/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-6/+3
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin1-6/+10
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-30loplugin:unused-returns in swNoel Grandin1-11/+4
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-6/+3
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-6/+6
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-4/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-3/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-11/+11
2014-11-20sw: convert more legacy assertsMichael Stahl1-9/+6
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-6/+7
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-0/+1
2014-02-28Related: #i123480# assure correct Undo/Redo with not shown tracked changesOliver-Rainer Wittmann1-1/+1
2013-06-26Resolves: #i121751# restore cursor/selection on Undo/Redo language...Oliver-Rainer Wittmann1-3/+12
2013-06-09adjusted code indentation for consistencyPhilipp Riemer1-2/+1
2013-06-09fdo#62475 - remove visual noise in sw/source/core/editPhilipp Riemer1-5/+0
2013-06-08fdo#39468: Translate German comments in sw/source/core/editPhilipp Riemer1-18/+12
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-23sal_Bool to boolTakeshi Abe1-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-08-28fdo#36681: fixed view window after redoing a frame deleteCédric Bosdonnat1-0/+7
2012-03-22fdo#39003: fix autoformat Undo cursors:Michael Stahl1-0/+4
2012-01-07catch exception by constant referenceTakeshi Abe1-3/+3
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-3/+9
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-120/+92
2011-02-09CWS swlayoutrefactoring: fix merge conflictsMathias Bauer1-8/+1
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-119/+98
2011-02-08Remove bogus comments in writer.Guillaume Poussel1-6/+6
2011-02-08removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cu...Carsten Driesner1-159/+0
2011-02-07removetooltypes01: #i112600# adjust rebase in swMikhail Voytenko1-6/+6
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-4/+135
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-22/+22
2010-12-15undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl1-1/+1
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl1-88/+79