summaryrefslogtreecommitdiff
path: root/i18npool/inc
AgeCommit message (Expand)AuthorFilesLines
2023-06-15speed up startup timeNoel Grandin1-2/+2
2023-06-14speed up startup timeNoel Grandin1-1/+1
2023-05-14use more optional in i18npoolNoel Grandin1-2/+2
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin1-1/+1
2023-04-24Fix some getImplementationNameStephan Bergmann1-1/+1
2023-04-23Fix some getImplementationNameStephan Bergmann1-5/+5
2023-04-21Fix apparent copy/paste typo in implementation nameStephan Bergmann1-1/+1
2023-04-13Fix UBSan function-type-mismatchStephan Bergmann1-2/+2
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-6/+1
2022-12-14loplugin:unocast (i18npool::Calendar_gregorian)Stephan Bergmann1-1/+6
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin1-1/+2
2022-11-22loplugin:unusedfieldsNoel Grandin1-5/+0
2022-05-26clang-tidy modernize-pass-by-value in i18npoolNoel Grandin7-12/+18
2022-05-03add o3tl::equalsAsciiNoel Grandin1-1/+1
2022-04-29tdf#148851 Unmap + close file again in xdictionary dtorMichael Weghorn1-0/+6
2022-04-11use more string_viewNoel Grandin2-2/+2
2022-03-12tdf#147905 calc PROPER function doesn't like mulithreadingNoel Grandin2-2/+15
2022-03-01fix data races in cclass_UnicodeNoel Grandin1-3/+2
2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein1-6/+6
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen6-4/+6
2022-01-27Add CIRCLED NUMBER TWENTY ONE through CIRCLED NUMBER FIFTY to numbring listKevin Suo1-1/+31
2021-12-20flatten LocaleDataImpl a littleNoel Grandin1-1/+18
2021-11-21tdf#143148 Use pragma once in i18npoolHarjot43-173/+44
2021-11-19Cleanup locally used variables in Calendar_hijriHossein1-18/+0
2021-11-18Cleanup Calendar_hijriHossein1-3/+0
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein1-3/+0
2021-10-01loplugin:constmethodNoel Grandin5-10/+10
2021-09-18remove some allocationsNoel Grandin1-3/+5
2021-09-18cid#1491946 and cid#1491949 deference before null checkNoel Grandin1-3/+2
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin6-23/+23
2021-08-11no need to allocate the lookupTableItem separatelyNoel Grandin3-6/+9
2021-07-18osl::Mutex->std::mutex in NumberFormatCodeMapperNoel Grandin1-1/+2
2021-05-17don't leak ICU transliteratorNoel Grandin1-1/+2
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel1-1/+2
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+5
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2-6/+9
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer1-2/+1
2020-08-09i18npool: create instances with uno constructorsNoel Grandin1-6/+6
2020-07-29expand out macroNoel Grandin1-11/+15
2020-07-29i18npool: create instances with uno constructorsNoel Grandin2-7/+14
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann2-12/+12
2020-06-12tdf#133898: get a context in default ctr (i18npool/calendarImpl)Julien Nabet1-1/+1
2020-05-29pack a few more classesNoel Grandin1-1/+1
2020-05-09compact namespace in i18npool..ooxNoel Grandin1-3/+1
2020-01-25tdf#124176: Use pragma once instead of include guardsBurak Bala1-4/+2
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin30-49/+49
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin9-17/+17