summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-14/+14
2016-04-19unused header file which is no longer in hunspell 4-0Caolán McNamara1-1/+0
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
2015-03-04V813: Decreased performanceCaolán McNamara4-11/+8
2015-03-01use initializer list here tooDavid Tardon1-3/+3
2015-03-01initialize membersDavid Tardon1-2/+3
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann1-3/+2
2015-02-07loplugin:deletedspecialStephan Bergmann6-18/+12
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+1
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-7/+6
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist1-4/+0
2014-09-15sal_Bool -> boolStephan Bergmann1-4/+4
2014-08-07Fix *_component_getFactory function typeStephan Bergmann1-3/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-15fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, HyphenLászló Németh5-5/+26
2014-06-17conditionally revert 96840ff0ce697c5c05b59d53409b3cf27ac35e5fDouglas Mencken1-0/+4
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-15/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+0
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-03WaE: 'guessesForWord:' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-05-23Try to fix Windows buildTor Lillqvist1-0/+5