summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
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-02-01linguistic: add REST API protocol unit testHenry Castro3-0/+227
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émeth5-6/+93
2022-12-14loplugin:unocast (GrammarCheckingIterator)Stephan Bergmann3-2/+19
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl1-2/+2
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 Tumer2-0/+73
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
2022-09-12no need to allocate this on the heapNoel Grandin1-4/+5
2022-08-26cid#1500669 silence Dereference after null checkCaolán McNamara1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-07-25use more o3tl::spanNoel Grandin1-2/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+3
2022-05-19HyphenatedWord and PossibleHyphens do not need lockingNoel Grandin1-11/+0
2022-05-18clang-tidy modernize-pass-by-value in linguisticNoel Grandin8-26/+32
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-18DicEntry doesn't need lockingNoel Grandin1-7/+0
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-3/+3
2022-05-04Just use Any ctor instead of makeAny in linguisticStephan Bergmann1-2/+2
2022-05-01use more string_view in variousNoel Grandin1-4/+3
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-11use more string_viewNoel Grandin4-23/+23
2022-04-02use more string_viewNoel Grandin1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-7/+7
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann1-1/+1
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet1-2/+1
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen6-6/+3
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-14/+9
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin1-17/+16
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-7/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in LinguPropsNoel Grandin2-5/+5
2021-11-27use more OInterfaceContainerHelper3 in linguisticNoel Grandin9-16/+19
2021-11-19loplugin:stringliteraldefine in linguistcNoel Grandin2-3/+3
2021-11-15rtl::Static->thread-safe static in linguisticNoel Grandin4-41/+35
2021-10-30Prepare for removal of non-const operator[] from Sequence in linguisticMike Kaganski2-4/+2
2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke2-9/+4