summaryrefslogtreecommitdiffstats
path: root/lingucomponent
Commit message (Expand)AuthorAgeFilesLines
* use more OInterfaceContainerHelper3 in lingucomponentNoel Grandin2021-11-274-4/+8
* Unused Import of Carbon.h in macspellimp.hxxmwarner2021-11-261-1/+0
* Prepare for removal of non-const operator[] from Sequence in lingucomponentMike Kaganski2021-10-302-10/+5
* drop 'using namespace std' in l*Julien Nabet2021-10-042-17/+13
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-8/+8
* convert #defines to OUStringLiteralNoel Grandin2021-08-023-3/+3
* osl::Mutex->std::mutex in NumberText_ImplNoel Grandin2021-07-311-4/+5
* osl::Mutex->std::mutex in LangGuess_ImplNoel Grandin2021-07-311-8/+9
* do not use "using namespace std" in headersCollabora2021-07-233-16/+13
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-101-3/+0
* Don't use the macOS system German spelling dictionary for Swiss GermanTor Lillqvist2021-05-171-1/+2
* Fix typoAndrea Gelmini2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* tdf#124173: Enable thesauruses in the iOS appTor Lillqvist2021-03-252-1/+6
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Use the iOS fr_FR and it_IT dictionaries for other relevant countries, tooTor Lillqvist2021-03-191-0/+25
* tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist2021-03-173-7/+15
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-104-4/+4
* loplugin:refcounting (macOS)Stephan Bergmann2021-03-031-1/+2
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-231-1/+1
* Use Unicode paths on Windows in libnumbertextMike Kaganski2021-01-011-1/+3
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-3/+4
* tdf#123936 Formatting files in module lingucomponent with clang-formatPhilipp Hofer2020-11-131-2/+2
* loplugin:stringviewNoel2020-11-111-4/+4
* new loplugin:reducevarscopeNoel Grandin2020-11-101-2/+1
* Use the new single-instance="true" attribute in lingucomponentStephan Bergmann2020-10-028-16/+12
* this should be a single-instance componentNoel Grandin2020-07-201-1/+3
* fix SAL_WARN when instantiating ThesaurusNoel Grandin2020-07-201-1/+4
* lingucomponent/spell: create instances with uno constructorsNoel Grandin2020-07-183-52/+11
* lingucomponent: create instances with uno constructorsNoel Grandin2020-07-1413-227/+53
* replace usage of whitelist with allowlistThorsten Behrens2020-07-102-2/+2
* Upcoming improved loplugin:staticanonymous -> redundantstatic: lingucomponentStephan Bergmann2020-07-012-2/+2
* tdf#133589 Numbertext: Use Win32API to avoid std::codecvt_utf8 bugMike Kaganski2020-06-181-16/+8
* tdf#133589 Numbertext: fix Hung encoding on WindowsLászló Németh2020-06-181-4/+21
* Drop configurability of libnumbertext useTor Lillqvist2020-06-111-17/+1
* tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh2020-06-021-0/+3
* compact namespace in i18npool..ooxNoel Grandin2020-05-091-3/+1
* loplugin:flatten in lingucomponentNoel Grandin2020-04-077-199/+198
* tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN2020-01-251-1/+1
* Use only the 'MacOSXSpell' component on iOS, not the 'spell' oneTor Lillqvist2020-01-032-3/+2
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-198-8/+8
* loplugin:expandablemethodsNoel Grandin2019-12-132-13/+1
* tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt2019-12-061-0/+8
* cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet2019-11-241-4/+2
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-223-0/+11
* New loplugin:getstrStephan Bergmann2019-10-141-1/+1
* loplugin:redundantpointerops (macOS)Stephan Bergmann2019-10-102-2/+2
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-2/+1
* constmethod for accessor-type methodsNoel Grandin2019-09-291-2/+2
* Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov2019-08-304-94/+54