summaryrefslogtreecommitdiff
path: root/include/editeng/svxacorr.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-18tdf#158703: return updated position from FnAddNonBrkSpaceMike Kaganski1-1/+3
2023-11-08fix spelling, Attribut -> AttributeNoel Grandin1-1/+1
2023-05-19Fix "AddressSanitizer: heap-use-after-free"Mike Kaganski1-1/+1
2023-05-15Remove duplicated includeAndrea Gelmini1-1/+0
2023-05-13use more optional for CharClassNoel Grandin1-4/+5
2023-04-27Fix typoAndrea Gelmini1-1/+1
2023-04-27tdf#145925: Add DOI recognitionBaole Fang1-1/+5
2022-09-21use more string_view in editengNoel Grandin1-4/+4
2022-09-02no need to use unique_ptr for this map in SvxAutoCorrectNoel Grandin1-1/+1
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin1-6/+7
2022-04-14use more string_view in editengNoel Grandin1-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-03-14new loplugin:trivialconstructorNoel Grandin1-1/+0
2021-11-23cui, editeng, sw: WrdStt -> WordStartMiklos Vajna1-14/+14
2021-11-16WrtStt->WrdStt for consistency with the other word start abbrevsCaolán McNamara1-1/+1
2021-07-03tdf#143176 Old Hungarian transliteration: fix AutoCorrect->ApplyLászló Németh1-1/+2
2020-12-23Directly pass in OUString instancesStephan Bergmann1-2/+2
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+2
2020-06-26tdf#133524 add option to angle quote AutoCorrectLászló Németh1-1/+2
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh1-1/+4
2020-05-31tdf#128860 AutoCorrect: fix apostrophe in Czech, German,László Németh1-0/+1
2020-05-31tdf#133524 AutoCorrect: support double angle quotesLászló Németh1-0/+1
2020-05-31AutoCorrect: clean-up InsertQuoteLászló Németh1-1/+9
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski1-2/+8
2019-10-07InsertQuote can be constMike Kaganski1-1/+1
2019-10-04SvxAutoCorrect::GetPrevAutoCorrWord should not be constMike Kaganski1-1/+1
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-20tdf#109158 improve sorting when loading large autocorrect fileNoel Grandin1-4/+6
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-3/+2
2019-04-02tdf#108423 autocorrect English word i' -> I’László Németh1-1/+1
2018-12-07tdf#121779: extend TWo CApitals list to also ignore sMALL iNITIALSMike Kaganski1-5/+3
2018-10-17loplugin:singlevalfieldsNoel Grandin1-2/+1
2018-05-18loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin1-2/+2
2018-04-27convert auto correct flags to scoped enumNoel Grandin1-26/+33
2018-02-05loplugin:useuniqueptr in SvxAutoCorrectLanguageListsNoel Grandin1-7/+4
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin1-3/+3
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke1-8/+10
2017-07-28loplugin:constparams in editengNoel Grandin1-3/+3
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin1-1/+1
2017-07-01tdf#108622: use correct type for last check timestamp during autocorrectAron Budea1-1/+1
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-2/+2
2017-04-10loplugin:inlinefields in SvxAutoCorrectNoel Grandin1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist1-1/+1
2016-12-05loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtagNoel Grandin1-1/+1
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-25/+18
2016-04-06Avoid reserved identifiersStephan Bergmann1-9/+9