summaryrefslogtreecommitdiff
path: root/i18nutil/README.md
blob: aa90a90135a8c22abac58da83658b0f57db07a8b (plain)
1
2
3
4
# Internationalization Related Utilities (i18nutil)

It comprises of honest c++ code which you just link to directly, while `i18npool`
tends to consist of code you interact with via UNO.
ore/commit/unoxml?h=cp-5.3-56&id=e57ca02849c3d87142ff5ff9099a212e72b8139c'>Remove dynamic exception specificationsStephan Bergmann 2017-01-24Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...Tor Lillqvist 2017-01-19New loplugin:dynexcspec: Add @throws documentation, unoxmlStephan Bergmann 2017-01-10New loplugin:conststringvar: unoxmlStephan Bergmann 2017-01-07coverity#440749 Explicit null dereferencedCaolán McNamara 2016-12-06Remove noise SAL_INFO that even crashed when pPrefix was NULLTor Lillqvist 2016-12-06Remove broken SAL_INFOStephan Bergmann 2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin 2016-11-24loplugin:unnecessaryoverride (dtors) in unoxmlStephan Bergmann 2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin 2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-02coverity#1027278 silence Unchecked return valueCaolán McNamara 2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2016-06-07unoxml: fix data race in CEventDispatcher::callListeners()Michael Stahl 2016-05-01tdf#95416 Get rid of #include "../foo/bar.hxx" style includesBurcin Akalin 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2016-03-24unordf: replace boost::shared_array with std::shared_ptrMichael Stahl 2016-03-24unordf: replace boost::noncopyable with C++11 deleteMichael Stahl