summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration
AgeCommit message (Expand)AuthorFilesLines
2016-05-11convert MappingType to scoped enumNoel Grandin2-20/+20
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-03-08Remove dead codeStephan Bergmann1-5/+0
2016-03-08Remove unnecessary includeStephan Bergmann1-4/+0
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-2/+2
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann23-29/+29
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-19com::sun::star->css in i18npoolNoel Grandin2-3/+3
2015-08-03new loplugin: refcountingNoel Grandin5-35/+35
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann11-15/+15
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-2718npool: these variables should be signedMichael Stahl1-10/+5
2015-02-26tdf#89665: i18npool: fix pathological transliterate slow-pathMichael Stahl1-1/+9
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: i18npoolStephan Bergmann1-1/+1
2014-12-18i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-09-11Prevent erroneous pick up of unrelated css::i18n::MapingStephan Bergmann4-4/+4
2014-09-11Avoid name clash with generated C++ class corresponding to UNOIDL serviceStephan Bergmann1-2/+2
2014-04-23i18npool: sal_Bool->boolNoel Grandin9-53/+53
2014-04-23Remove unneeded headerTor Lillqvist3-91/+0
2014-04-23Use our canonical header guard namingTor Lillqvist1-5/+4
2014-04-23Avoid cargo cult ritesTor Lillqvist36-167/+22
2014-04-17Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+7
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann1-2/+2
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi2-0/+39
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann17-95/+95
2014-02-26Remove visual noise from i18npoolAlexander Wilms5-5/+5
2014-01-27i18npool: Constructor feature for few more implementations.Matúš Kukan3-0/+30
2014-01-27i18npool: Ctor feature for few general services.Matúš Kukan1-4/+10
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza2-7/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-09-05use sensible indentationEike Rathke16-269/+269
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-9/+0
2013-08-21WaE: comparison of integers of different signsTor Lillqvist1-1/+1
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-3/+3
2013-08-09Mark as const/staticTakeshi Abe6-7/+7
2013-06-24Better approach for solving fdo#52204abdulmajeed ahmed1-14/+3