summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-20cppcheck: oppositeInnerCondition if new fails, its going to throwCaolán McNamara
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18try next hunspell 1.4.0 prerelease milestoneCaolán McNamara
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-02Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified...Stephan Bergmann
2016-02-02Resolves: #i126762# Ignore dictionary not in specified location.Kay Schenk
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-19lingucomponent: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-19Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-07-15fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, HyphenLászló Németh
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-25error C2059: syntax error : ´)´Caolán McNamara
2014-04-25fdo#48017 fix WIN32 long path name support of spelling dictionariesLászló Németh
2014-04-23lingucomponent: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from lingucomponentAlexander Wilms
2013-12-20typo fixesAndras Timar
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-09Revert "fdo#56443 allow different name for .dic and .aff files"Andras Timar
2013-12-09fdo#56443 allow different name for .dic and .aff filesAndras Timar
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-23clean up some include guardsThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-02CID#983035 fix potential memleakCaolán McNamara
2013-09-17clearly it's enough to obtain the const array onceEike Rathke
2013-09-17convert LINGUCOMPONENT module from String to OUStringNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14fdo#46808, propogate XLinguProperties through some more codeNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke