summaryrefslogtreecommitdiff
path: root/linguistic/source/convdic.cxx
AgeCommit message (Expand)Author
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-25Use for-range loops in some modulesJulien Nabet
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann
2017-10-23loplugin:includeform: linguisticStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-23loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-01linguistic: sal_Bool->boolNoel Grandin
2014-03-18remove unused parameterNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
2013-09-13String to OUStringThomas Arnhold
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin
2013-09-11convert linguistic/source/convdic.hxx from String to OUStringNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-05-14fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-19fdo#39445 writing out tools/fsys.hxx (linguistic)Andras Timar
2013-03-04doubled includesThomas Arnhold
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke
2012-11-24get rid of CreateLocale() and relatedEike Rathke
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-08re-base on ALv2 code. Includes:Michael Meeks
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-07-01Remove unused definesThomas Arnhold
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-03targeted string re-work (ii)Olivier Hallot
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-12-20catch exception by constant referenceTakeshi Abe