summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguisticStephan Bergmann1-1/+1
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-05-18clang-tidy modernize-pass-by-value in linguisticNoel Grandin1-6/+7
2022-05-18DicEntry doesn't need lockingNoel Grandin1-7/+0
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-3/+3
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+2
2022-04-11use more string_viewNoel Grandin1-5/+5
2022-04-02use more string_viewNoel Grandin1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-4/+4
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-7/+5
2021-04-27use more string_view in tools/streamNoel Grandin1-2/+2
2021-04-19use more string_view in comphelper::stringNoel Grandin1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-2/+0
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: linguisticStephan Bergmann1-10/+10
2020-04-23loplugin:makeshared in linguisticNoel Grandin1-14/+14
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-2/+8
2020-04-07loplugin:flatten in linguisticNoel Grandin1-19/+19
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-7/+7
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen1-4/+1
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+2
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen1-0/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-5/+5
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen1-6/+0
2018-04-07assert on empty lineCaolán McNamara1-1/+1
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann1-6/+6
2018-01-05Add optional title: field to user dictionariesLászló Németh1-2/+36
2017-11-22drop duplicate methodCaolán McNamara1-3/+3
2017-11-17tdf#113739 add "Grammar By" feature to user dictionariesLászló Németh1-1/+35
2017-10-23loplugin:includeform: linguisticStephan Bergmann1-2/+2
2017-07-20loplugin:constparams in linguisticNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-19/+19
2017-04-26use strong_int for LanguageTypeNoel Grandin1-7/+8
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-4/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-26/+0
2017-01-11Some loplugin:conststringvar/stringconstant improvements: linguisticStephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: linguisticStephan Bergmann1-3/+3
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-3/+1
2016-09-29loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2016-09-29Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns outCaolán McNamara1-67/+30
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-08-30Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4