summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-26use strong_int for LanguageTypeNoel Grandin1-7/+8
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-4/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-26/+0
2017-01-11Some loplugin:conststringvar/stringconstant improvements: linguisticStephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: linguisticStephan Bergmann1-3/+3
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-3/+1
2016-09-29loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2016-09-29Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns outCaolán McNamara1-67/+30
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-08-30Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-14/+12
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-01sequence->vector in linguisticNoel Grandin1-65/+22
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-7/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+4
2015-09-17include algorithm for std::min/maxCaolán McNamara1-0/+2
2015-06-10cppcheck: noExplicitConstructorCaolán McNamara1-3/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-28Fix sal_Bool -> bool assignmentStephan Bergmann1-1/+1
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-23Typo: initialy->initiallyJulien Nabet1-1/+1
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-56/+54
2014-04-10callcatcher: update unused codeCaolán McNamara1-12/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-10/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-26/+26
2014-02-26Remove visual noise from linguisticAlexander Wilms1-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-5/+5
2014-01-30fdo#44314 non-standard hyphenation (fix previous commit)László Németh1-4/+6
2014-01-30fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.László Németh1-3/+26
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-2/+2
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-2/+2
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-6/+6
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-2/+2