summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Fix typosAndrea Gelmini2-2/+2
2016-05-12Removed 'altstrfunc.cxx' and .hxxKrishna Keshav5-80/+23
2016-05-10tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav1-1/+4
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-14/+14
2016-04-22loplugin:salboolStephan Bergmann1-3/+3
2016-04-21new plugin stylepoliceNoel Grandin1-11/+11
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-18try next hunspell 1.4.0 prerelease milestoneCaolán McNamara1-1/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-3/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin6-10/+10
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-7/+0
2016-02-02Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified...Stephan Bergmann1-4/+17
2016-02-02Resolves: #i126762# Ignore dictionary not in specified location.Kay Schenk1-1/+9
2016-01-25OSX build fixeNoel Grandin1-0/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin6-4/+6
2016-01-18loplugin: unused return valuesNoel Grandin1-1/+0
2016-01-15loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin2-13/+0
2016-01-10Fix typosAndrea Gelmini3-3/+3
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2-8/+5
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-6/+6
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin5-24/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-8/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-76/+76
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-23com::sun::star->css in lingucomponentNoel Grandin7-39/+36
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-65/+65
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+2
2015-08-19lingucomponent: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe6-16/+12
2015-07-30loplugin:unusedmethodsNoel Grandin1-11/+3
2015-07-19Fix typosAndrea Gelmini2-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-5/+5
2015-06-15I guess we can revert this "temporary check" nowDavid Tardon1-5/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-16/+16
2015-06-02loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin2-6/+6
2015-04-08convert CapType to scoped enumNoel Grandin2-8/+8
2015-04-02loplugin:redundantcastStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2