summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/acorrect.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-04sw: prefix members of SwAutoCorrDoc, SwDontExpandItem, SwHyphArgs and ...Miklos Vajna1-66/+66
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-3/+2
2020-02-21tdf#130274 sw_redlinehide: fix ChgAutoCorrWord() if replaced text ...Michael Stahl1-4/+3
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl1-1/+1
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-4/+1
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-02-21Make sure that mark does not exceed the length of the textMike Kaganski1-6/+6
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl1-1/+1
2018-12-01sw_redlinehide_4a: SwAutoCorrDoc iterates frames, not nodesMichael Stahl1-41/+132
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl1-1/+1
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin1-1/+2
2018-04-27convert auto correct flags to scoped enumNoel Grandin1-3/+3
2018-04-04loplugin:useuniqueptr in SwAutoCorrDocNoel Grandin1-4/+3
2018-02-15tdf#83260 editeng sw: avoid accessing dead nodes in AutoCorrectFyodor Yemelyanenko1-0/+6
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-08-04loplugin:constparams in sw part3Noel Grandin1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-01-30tdf#105103 assertion failure crashPranav Kant1-1/+1
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-5/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-18loplugin:constantfunction in editengNoel Grandin1-6/+4
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-01-12loplugin:unusedmethods unused return value in include/editengNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-32/+32
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky1-2/+2
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky1-2/+2
2015-05-25AutoCorrect: direct replacement of keywords surrounded by colonsLászló Németh1-1/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-59/+59
2015-05-12sw: Prefix SwAutoCorrExceptWord member variables.Jan Holesovsky1-9/+7
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-2/+2
2014-12-02use new typesafer implementationBjoern Michaelsen1-4/+6
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-3/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-9/+9
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3