Age | Commit message (Expand) | Author |
2024-01-09 | avoid null deref of xIgnoreAll | Caolán McNamara |
2024-01-09 | tdf#150716 - Partially solves the issue. | Gökay Şatır |
2024-01-01 | tdf#158885 sw: don't hyphenate right after a stem boundary | László Németh |
2023-12-22 | Lok: make Ignore All list name independent on UI language | Mike Kaganski |
2023-11-11 | Move user agent initialization to InitCurl_easy | Mike Kaganski |
2023-11-10 | Add missing license headers | Mike Kaganski |
2023-11-07 | curl: mitigate migration to OpenSSL on Linux | Michael Stahl |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguistic | Stephan Bergmann |
2023-10-18 | Clean up the remaining uses of OUStringConstExpr, and drop it | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-09-10 | using decls should come after #include | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-02 | Simplify a bit | Mike Kaganski |
2023-06-02 | tdf#155647: Pass XFlatParagraph by normal Reference, not WeakReference | Mike Kaganski |
2023-06-02 | Fix nullptr dereference | Mike Kaganski |
2023-05-13 | use more optional for CharClass | Noel Grandin |
2023-05-06 | Use getXWeak in linguistic | Mike Kaganski |
2023-03-08 | Add some SAL_WARNs and SAL_INFOs | Mike Kaganski |
2023-03-05 | tdf#152459: fallback to language-only when looking for grammar checker | Mike Kaganski |
2023-03-05 | No need to use a clearable guard here | Mike Kaganski |
2023-03-05 | Swap instead of copy-assignment | Mike Kaganski |
2023-02-28 | tdf#143148 Use pragma once instead of include guards | niket1322git |
2023-02-15 | Make a few warning messages a bit more useful | Tor Lillqvist |
2023-02-02 | Remove redundant attributes that were added to published XLinguProperties | Stephan Bergmann |
2023-01-30 | no need to take SolarMutex when calling Idle::Start | Noel Grandin |
2023-01-21 | tdf#144915 effectively remove limit on number of words in dictionary | Caolán McNamara |
2023-01-17 | Properties SortedTextId and DocumentElementsCount added for grammar check | Fred Kruse |
2023-01-05 | Revert all the recent loplugin:unocast changes | Stephan Bergmann |
2022-12-30 | tdf#136306 offapi linguistic: add options to disable rule-based compounding | László Németh |
2022-12-14 | loplugin:unocast (GrammarCheckingIterator) | Stephan Bergmann |
2022-10-14 | cid#1515996 silence Unchecked return value from library | Caolán McNamara |
2022-10-13 | Remove duplicated include | Andrea Gelmini |
2022-10-12 | new uno command uno:Translate with deepl api | Mert Tumer |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-09-13 | Fix everything using XCharacterClassification::getStringType() and don't use it | Eike Rathke |
2022-09-12 | no need to allocate this on the heap | Noel Grandin |
2022-08-26 | cid#1500669 silence Dereference after null check | Caolán McNamara |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-25 | use more o3tl::span | Noel Grandin |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-19 | HyphenatedWord and PossibleHyphens do not need locking | Noel Grandin |
2022-05-18 | clang-tidy modernize-pass-by-value in linguistic | Noel Grandin |
2022-05-18 | no need to take a lock when returning static data | Noel Grandin |
2022-05-18 | DicEntry doesn't need locking | Noel Grandin |
2022-05-13 | add SvStream::ReadLine(OStringBuffer... to reduce OString allocation | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in linguistic | Stephan Bergmann |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-30 | split comphelper::string::strip functions into String and view version | Noel Grandin |