summaryrefslogtreecommitdiff
path: root/linguistic/source/dlistimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+2
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-4/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+2
2015-06-10cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2014-12-18linguistic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-29/+29
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-10Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-03fix spelling delimeter -> delimiterNoel Grandin1-2/+2
2013-12-03convert xub_StrLen->sal_Int32 in linguisticNoel Grandin1-3/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21convert lcl_GetToken from xub_StrLen to sal_Int32Caolán McNamara1-6/+5
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-0/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-9/+2
2013-09-13String to OUStringThomas Arnhold1-5/+3
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin1-32/+32
2013-09-11convert linguistic/source/dlistimp.hxx from String to OUStringNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-28/+27
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (linguistic)Andras Timar1-1/+0
2013-03-04doubled includesThomas Arnhold1-6/+0
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-1/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-2/+2
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke1-3/+3
2013-01-01remove use of #pragma optimizeLuboš Luňák1-5/+0
2012-11-24get rid of CreateLocale() and relatedEike Rathke1-3/+3
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+1
2012-10-08re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-6/+6
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-4/+4
2012-02-16possible inefficient checking for emptinessMariusz Dykierek1-2/+2
2011-12-30Fix for fdo43460 Part XXIII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-20catch exception by constant referenceTakeshi Abe1-2/+1
2011-11-27remove include of pch header from linguisticNorbert Thiebaud1-2/+0
2011-09-12why insert a '.' just to then erase it ?Caolán McNamara1-4/+4
2011-09-12using osl_getThreadTextEncoding is a disaster waiting to happenCaolán McNamara1-3/+3
2011-05-20break circular dependency in disposeCaolán McNamara1-0/+1