summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-24fdo#52204 add more diacritics for Arabicabdulmajeed ahmed1-8/+10
2013-06-21Fix fdo#52204 add new feature ignore diacritics in search for CTLabdulmajeed ahmed2-0/+52
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-16Related: rhbz#867808 if one person threw by pointer...Caolán McNamara1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák16-27/+12
2013-01-15fdo#46808, Convert services in i18npool to XComponentContextNoel Grandin1-2/+2
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák8-9/+9
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-29/+18
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin1-13/+7
2012-07-13re-base on ALv2 code. Includes:Michael Meeks29-691/+430
2012-06-21re-base on ALv2 code.Michael Meeks7-179/+116
2012-05-31targeted string re-workNorbert Thiebaud1-2/+2
2012-05-30targeted string re-workNorbert Thiebaud1-4/+4
2012-05-16reduce a gadzillion make_pairs executions to simple array of podCaolán McNamara7-925/+925
2012-04-19remove static objects from static_initialization_and_destruction chainCaolán McNamara1-3/+14
2012-04-19Simplify TransliterationImpl::loadBodyStephan Bergmann1-40/+6
2012-04-19Improved error reportingStephan Bergmann1-1/+4
2012-04-18Use static linking when DISABLE_DYNLOADING (iOS)Tor Lillqvist1-2/+37
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot2-3/+3