summaryrefslogtreecommitdiffstats
path: root/lingucomponent
Commit message (Expand)AuthorAgeFilesLines
* lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky2018-01-272-0/+8
* fix build with hunspell < 1.5David Tardon2017-02-161-0/+5
* Resolves: tdf#105426 upgrade to hunspell-1.6.0Caolán McNamara2017-02-131-8/+36
* Search for old style dictionaries in DICPATHJookia2016-10-101-54/+105
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-244-14/+6
* loplugin:overrideStephan Bergmann2016-09-141-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-135-5/+5
* The thesaruses are in mythes formatCaolán McNamara2016-07-201-1/+1
* cppcheck: oppositeInnerCondition if new fails, its going to throwCaolán McNamara2016-06-201-3/+1
* Fix typosAndrea Gelmini2016-06-131-3/+3
* Fix typosAndrea Gelmini2016-05-162-2/+2
* Removed 'altstrfunc.cxx' and .hxxKrishna Keshav2016-05-125-80/+23
* tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav2016-05-101-1/+4
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-14/+14
* loplugin:salboolStephan Bergmann2016-04-221-3/+3
* new plugin stylepoliceNoel Grandin2016-04-211-11/+11
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* try next hunspell 1.4.0 prerelease milestoneCaolán McNamara2016-04-181-1/+0
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-3/+0
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-2/+2
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-111-3/+3
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-176-10/+10
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-7/+0
* Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified...Stephan Bergmann2016-02-021-4/+17
* Resolves: #i126762# Ignore dictionary not in specified location.Kay Schenk2016-02-021-1/+9
* OSX build fixeNoel Grandin2016-01-251-0/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-256-4/+6
* loplugin: unused return valuesNoel Grandin2016-01-181-1/+0
* loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin2016-01-152-13/+0
* Fix typosAndrea Gelmini2016-01-103-3/+3
* loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2015-12-222-8/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-6/+6
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-165-24/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-164-8/+4
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-102-14/+14
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-76/+76
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-041-1/+1
* com::sun::star->css in lingucomponentNoel Grandin2015-10-237-39/+36
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-126-65/+65
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-2/+2
* lingucomponent: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-196-16/+12
* loplugin:unusedmethodsNoel Grandin2015-07-301-11/+3
* Fix typosAndrea Gelmini2015-07-192-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-5/+5
* I guess we can revert this "temporary check" nowDavid Tardon2015-06-151-5/+0