summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-6/+6
2024-11-07cid#1555009 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-05-10loplugin:ostr in linguisticNoel Grandin1-15/+15
2024-04-05Silence strange -Wmaybe-uninitialized with recent GCC 14Stephan Bergmann1-0/+7
2024-02-14lok: implement a joinThreads function - to wind down thread pools.Michael Meeks1-0/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguisticStephan Bergmann1-4/+4
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-2/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-4/+4
2023-06-02Fix nullptr dereferenceMike Kaganski1-0/+2
2023-01-30no need to take SolarMutex when calling Idle::StartNoel Grandin1-14/+9
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-14loplugin:unocast (GrammarCheckingIterator)Stephan Bergmann1-1/+2
2022-05-18clang-tidy modernize-pass-by-value in linguisticNoel Grandin1-5/+6
2021-11-27use more OInterfaceContainerHelper3 in linguisticNoel Grandin1-0/+1
2021-11-19loplugin:stringliteraldefine in linguistcNoel Grandin1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-4/+4
2021-10-12loplugin:moveparam in variousNoel Grandin1-6/+6
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-08-12flatten LngSvcMgrNoel Grandin1-15/+15
2021-08-10pAvailGrammarSvcs can never be null hereStephan Bergmann1-13/+10
2021-08-10Catch exceptions when setting up linguistic extensionsStephan Bergmann1-65/+51
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-4/+4
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-3/+3
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-1/+0
2020-10-02Use the new single-instance="true" attribute in linguisticStephan Bergmann1-3/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-20fix SAL_WARN when instantiating ThesaurusNoel Grandin1-2/+1
2020-07-14linguistic: create instances with uno constructorsNoel Grandin1-34/+7
2020-06-02inline some use-once typedefsNoel Grandin1-2/+1
2020-04-28linguistic: make LngSvcMgr::GetAvailableGrammarSvcs_Impl() more readableMiklos Vajna1-1/+8
2020-04-07loplugin:flatten in linguisticNoel Grandin1-310/+310
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-5/+5
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen1-2/+0
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-180/+99
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-07-20loplugin:referencecasting in linguisticNoel Grandin1-27/+8
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-10/+10
2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin1-2/+1
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-5/+4
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+2
2018-08-15loplugin:useuniqueptr in LngSvcMgrNoel Grandin1-31/+20
2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin1-37/+29
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1