summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/eddel.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+1
2020-01-24loplugin:makeshared in swNoel Grandin1-2/+2
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-8/+1
2019-02-10loplugin:indentation in swNoel Grandin1-8/+8
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl1-1/+3
2018-09-19sw_redlinehide_2: adapt SwCursor::UpDown()Michael Stahl1-1/+1
2018-08-23sw: Prefer std::vector to undemanded std::listTakeshi Abe1-3/+3
2018-04-26SwEditShell functions that really want to return boolNoel Grandin1-5/+5
2018-04-20loplugin:constantparamNoel Grandin1-1/+1
2017-10-25TSCP: support removing paragraph metadata fieldsAshod Nakashian1-0/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-2/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-7/+7
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-24/+24
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-09-17boost->stdCaolán McNamara1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-11/+11
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-04-28SwEditShell::Copy return type wants to be boolStephan Bergmann1-3/+3
2015-04-25rhbz#1205072: sw: resource mangement SNAFU caused by SwPaM copy ctorMichael Stahl1-1/+1
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-04-02sw: fix crash on SwUndoDelete after select-all with table at startMichael Stahl1-0/+1
2015-04-02tdf#87400: sw: fix ~SwIndexReg assertion in AutoCorrectMichael Stahl1-4/+10
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet1-21/+23
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+8
2014-11-19loplugin: cstylecastNoel Grandin1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-6/+7
2014-06-24new compilerplugin returnbyrefNoel Grandin1-7/+7
2014-04-30sw: sal_Bool->boolNoel Grandin1-9/+9
2014-03-16sal_Bool to bool and minor optimizationsMatteo Casalin1-1/+1
2014-03-12fdo#75110 SwEditShell::DeleteSel fix start of selection when bSelAll == trueMiklos Vajna1-2/+7
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-30fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select footnotesMiklos Vajna1-1/+1
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna1-4/+4
2013-09-17fdo#37606 SwEditShell::DeleteSel(): handle document starting with a tableMiklos Vajna1-2/+4
2013-06-27Revert "Related: #i121925# fixed by reverting change for issue #i119652#"Michael Stahl1-7/+4
2013-06-27Related: #i121925# fixed by reverting change for issue #i119652#Oliver-Rainer Wittmann1-4/+7
2013-06-09fdo#62475 - remove visual noise in sw/source/core/editPhilipp Riemer1-3/+0