summaryrefslogtreecommitdiff
path: root/linguistic/source/convdiclist.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin1-4/+4
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: linguisticStephan Bergmann1-1/+1
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-5/+3
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-27/+9
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann1-0/+1
2017-01-18use rtl::Reference in ConvDicListNoel Grandin1-20/+16
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-3/+3
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in linguisticStephan Bergmann1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-3/+3
2016-04-01sequence->vector in linguisticNoel Grandin1-37/+20
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-7/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-2/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-23com::sun::star->css in linguisticNoel Grandin1-14/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-7/+7
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-10/+9
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-26/+26
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-60/+20
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-09-13String to OUStringThomas Arnhold1-6/+4
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin1-15/+15
2013-05-22AppendAscii cleanupRicardo Montania1-2/+1