summaryrefslogtreecommitdiff
path: root/linguistic/source
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-06Use getXWeak in linguisticMike Kaganski1-1/+1
2023-03-08Add some SAL_WARNs and SAL_INFOsMike Kaganski1-0/+5
2023-03-05tdf#152459: fallback to language-only when looking for grammar checkerMike Kaganski2-19/+44
2023-03-05No need to use a clearable guard hereMike Kaganski1-1/+1
2023-03-05Swap instead of copy-assignmentMike Kaganski1-1/+1
2023-02-28tdf#143148 Use pragma once instead of include guardsniket1322git11-51/+11
2023-02-15Make a few warning messages a bit more usefulTor Lillqvist1-4/+4
2023-02-02Remove redundant attributes that were added to published XLinguPropertiesStephan Bergmann1-8/+0
2023-01-30no need to take SolarMutex when calling Idle::StartNoel Grandin1-14/+9
2023-01-21tdf#144915 effectively remove limit on number of words in dictionaryCaolán McNamara1-1/+1
2023-01-17Properties SortedTextId and DocumentElementsCount added for grammar checkFred Kruse1-0/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-19/+2
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh4-5/+59
2022-12-14loplugin:unocast (GrammarCheckingIterator)Stephan Bergmann3-2/+19
2022-10-14cid#1515996 silence Unchecked return value from libraryCaolán McNamara1-14/+14
2022-10-13Remove duplicated includeAndrea Gelmini1-1/+0
2022-10-12new uno command uno:Translate with deepl apiMert Tumer1-0/+71
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke1-3/+1