summaryrefslogtreecommitdiff
path: root/linguistic/source/gciterator.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-04Revert "osl::Mutex->std::mutex in GrammarCheckingIterator"Stephan Bergmann1-47/+43
2024-04-03osl::Mutex->std::mutex in GrammarCheckingIteratorNoel Grandin1-43/+47
2024-02-14lok: implement a joinThreads function - to wind down thread pools.Michael Meeks1-0/+8
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
2023-06-02Simplify a bitMike Kaganski1-5/+2
2023-06-02tdf#155647: Pass XFlatParagraph by normal Reference, not WeakReferenceMike Kaganski1-4/+3
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 Kaganski1-16/+33
2023-03-05No need to use a clearable guard hereMike Kaganski1-1/+1
2023-03-05Swap instead of copy-assignmentMike Kaganski1-1/+1
2023-01-17Properties SortedTextId and DocumentElementsCount added for grammar checkFred Kruse1-0/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-11/+0
2022-12-14loplugin:unocast (GrammarCheckingIterator)Stephan Bergmann1-0/+11
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2021-11-15rtl::Static->thread-safe static in linguisticNoel Grandin1-19/+25
2021-10-30Prepare for removal of non-const operator[] from Sequence in linguisticMike Kaganski1-2/+1
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-7/+2
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen1-2/+0
2020-10-02Use the new single-instance="true" attribute in linguisticStephan Bergmann1-4/+2
2020-07-14linguistic: create instances with uno constructorsNoel Grandin1-40/+9
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: linguisticStephan Bergmann1-4/+4
2020-04-07loplugin:flatten in linguisticNoel Grandin1-35/+35
2020-03-06add information to xProofrader in gciterator.cxxFred Kruse1-4/+10
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet1-1/+1
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen1-14/+3
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-11/+8
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): linguisticStephan Bergmann1-1/+1
2019-07-20loplugin:referencecasting in linguisticNoel Grandin1-2/+2
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin1-4/+2
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-2/+2
2019-04-10Fix double-clear of clearable mutex guardMike Kaganski1-42/+48
2019-03-07log nice exception messages whereever possibleNoel Grandin1-4/+7
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-8/+5
2018-11-25tdf#120703 PVS: fix possible buffer over-read when iterating stringMike Kaganski1-1/+2
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-02mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara1-8/+8
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse1-0/+62
2018-04-16Defer grammar checker thread creation until use.Michael Meeks1-1/+3