summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edtox.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-11convert SectionType to scoped enumNoel Grandin1-3/+3
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-10/+2
2019-04-25Fix typoAndrea Gelmini1-1/+1
2019-02-22SfxProgress:SetStateText is deadNoel Grandin1-2/+0
2018-12-21sw_redlinehide: adapt ToX UpdateMichael Stahl1-3/+3
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-9/+8
2018-08-14loplugin:returnconstant in SwEditShellNoel Grandin1-2/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-10-05tdf#112292 - fix memory leak and use more auto ref counting in swNoel Grandin1-3/+3
2017-08-04loplugin:constparams in sw part3Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-11/+7
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-7/+6
2016-08-31convert FindRanges to o3tl::typed_flags_setNoel Grandin1-1/+1
2016-08-31convert SwDocPositions to scoped enumNoel Grandin1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+2
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-3/+6
2016-01-21loplugin: unused return valuesNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-08-27Clean up sEmptyStephan Bergmann1-2/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-3/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-11/+11
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-03Use auto and range-based for loopsMatteo Casalin1-5/+5
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet1-6/+6
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19loplugin: cstylecastNoel Grandin1-4/+4
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-03-29coverity#704354 Logically dead codeCaolán McNamara1-19/+3
2014-02-27Remove visual noise from swAlexander Wilms1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-07coverity#708848 unused pointer valueNoel Grandin1-2/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+2
2013-11-12fdo#46410 fix FindRangeAndras Timar1-2/+1