summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-2/+2
2013-07-05fdo#66420: fix user dictionaries on WindowsMichael Stahl1-1/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-20/+19
2013-04-05new module i18nlangtagEike Rathke1-2/+2
2013-03-19fdo#39445 writing out tools/fsys.hxx (linguistic)Andras Timar1-1/+0
2013-03-04DBG_ASSERT->SAL_WARN_IFCaolán McNamara1-5/+5
2013-02-21This apparently wants sal_uLong, not boolStephan Bergmann1-1/+1
2013-02-20fdo#42122 - truncate files that shrink to avoid dictionary corruption.Michael Meeks1-15/+59
2013-02-16coverity#707519: Uninitialized scalar variableCaolán McNamara1-0/+2
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-1/+1
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke1-2/+5
2012-11-24get rid of CreateLocale() and relatedEike Rathke1-3/+2
2012-11-17use LanguageTagEike Rathke1-4/+4
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-3/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-10-09restore saveEntriesCaolán McNamara1-0/+1
2012-10-09Kill use of macro LINGU_EXCEPTIONSMarcos Paulo de Souza1-25/+2
2012-10-08re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-9/+0
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-7/+6
2012-02-15Various string function clean upStephan Bergmann1-1/+1
2012-01-23ByteString->rtl::OStringCaolán McNamara1-18/+19
2011-12-30Fix for fdo43460 Part XXIII getLength() to isEmpty()Olivier Hallot1-5/+5