summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
AgeCommit message (Expand)Author
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-19use more string_view in comphelper::stringNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: linguisticStephan Bergmann
2020-04-23loplugin:makeshared in linguisticNoel Grandin
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin
2020-04-07loplugin:flatten in linguisticNoel Grandin
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen
2018-04-07assert on empty lineCaolán McNamara
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann
2018-01-05Add optional title: field to user dictionariesLászló Németh
2017-11-22drop duplicate methodCaolán McNamara
2017-11-17tdf#113739 add "Grammar By" feature to user dictionariesLászló Németh
2017-10-23loplugin:includeform: linguisticStephan Bergmann
2017-07-20loplugin:constparams in linguisticNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvements: linguisticStephan Bergmann
2017-01-10New loplugin:conststringvar: linguisticStephan Bergmann
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin
2016-09-29loplugin:literaltoboolconversionStephan Bergmann
2016-09-29Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns outCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-30Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-01sequence->vector in linguisticNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-17include algorithm for std::min/maxCaolán McNamara