summaryrefslogtreecommitdiff
path: root/linguistic/source
AgeCommit message (Expand)AuthorFilesLines
2024-11-11clang-tidy: performance-unnecessary-copy-initialization in variousNoel Grandin1-2/+1
2024-11-11loplugin:reftotemp in libreofficekit..ooxNoel Grandin2-5/+5
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin10-24/+24
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-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara2-3/+3
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-09-18reset m_bEnd after use to quit lcl_workerfuncCaolán McNamara1-1/+6
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin1-1/+1
2024-07-26cid#1557746 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-09cid#1557346 COPY_INSTEAD_OF_MOVECaolán McNamara1-61/+60
2024-06-18tdf#161637 linguistic: fix apostrophe in spelling suggestionsLászló Németh1-23/+18
2024-06-16cid#1603804 Unchecked return valueCaolán McNamara1-1/+1
2024-06-14tdf#150582 linguistic: fix always rejected words with U+2019 apostropheLászló Németh2-7/+27
2024-06-10silence unknown property 'HyphNoLastWord'... etc warningsCaolán McNamara1-0/+7
2024-05-10loplugin:ostr in linguisticNoel Grandin11-57/+57
2024-04-05Silence strange -Wmaybe-uninitialized with recent GCC 14Stephan Bergmann1-0/+7
2024-04-04loplugin:unusedmethodsNoel Grandin1-5/+0
2024-04-04Revert "osl::Mutex->std::mutex in GrammarCheckingIterator"Stephan Bergmann2-56/+50
2024-04-03osl::Mutex->std::mutex in GrammarCheckingIteratorNoel Grandin2-50/+56
2024-04-01tdf#146619 Drop unused 'using namespace' in: linguistic/Gabor Kelemen5-7/+0
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh1-0/+15
2024-03-08Remove duplicated includeAndrea Gelmini1-1/+0
2024-03-08use more string_viewNoel Grandin1-0/+1
2024-03-06remove deprecated IsGermanPreReform propertyNoel Grandin1-2/+0
2024-03-04finish removing IsSpellCapitalisation propertyNoel Grandin4-28/+3
2024-02-28use more string view in linguisticNoel Grandin1-3/+4
2024-02-14lok: implement a joinThreads function - to wind down thread pools.Michael Meeks4-2/+28
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-5/+5
2024-01-09avoid null deref of xIgnoreAllCaolán McNamara1-1/+1
2024-01-09tdf#150716 - Partially solves the issue.Gökay Şatır1-26/+42
2024-01-01tdf#158885 sw: don't hyphenate right after a stem boundaryLászló Németh1-0/+15
2023-12-22Lok: make Ignore All list name independent on UI languageMike Kaganski2-2/+10
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski1-1/+1
2023-11-10Add missing license headersMike Kaganski1-0/+11
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl1-0/+4
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguisticStephan Bergmann4-8/+8
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-2/+2
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-09-10using decls should come after #includeNoel Grandin1-3/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-4/+4
2023-06-02Simplify a bitMike Kaganski1-5/+2
2023-06-02tdf#155647: Pass XFlatParagraph by normal Reference, not WeakReferenceMike Kaganski2-8/+6
2023-06-02Fix nullptr dereferenceMike Kaganski1-0/+2
2023-05-13use more optional for CharClassNoel Grandin2-11/+12