summaryrefslogtreecommitdiff
path: root/editeng/source/misc/acorrcfg.cxx
AgeCommit message (Expand)Author
2022-10-04Check acor_langtag for language-script fallback instead of only languageEike Rathke
2022-08-31Related: tdf#150370 Convert isValidBcp47() bool to enum LanguageTag::PrivateUseEike Rathke
2022-08-26Resolves: tdf#150371 Scan autocorr dirs for language tags to add to listEike Rathke
2021-11-23cui, editeng, sw: WrdStt -> WordStartMiklos Vajna
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-02-11fix spelling AppendBlanc->AppendBlankNoel Grandin
2020-06-27AutoCorrect: fix redundant loadingLászló Németh
2020-06-26tdf#133524 add option to angle quote AutoCorrectLászló Németh
2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh
2020-04-14loplugin:flatten in editengNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-04-27convert auto correct flags to scoped enumNoel Grandin
2017-12-18loplugin:unusedindexMike Kaganski
2017-05-19loplugin:stringcopy: editengStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-06-28Simplify some PutProperties callsStephan Bergmann
2016-06-13Clean up uses of Any::getValue() in editengStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-11tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect optionsMichael Stahl
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-21sal_Bool->boolNoel Grandin
2013-10-01in editeng module, convert remains of String to OUStringNoel Grandin
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin
2013-08-27Resolves: fdo#67743 ensure user autocorr config dir existsCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks