summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2019-05-21remove code confusion about threads vs thread tasksLuboš Luňák4-28/+30
2019-05-19tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin2-212/+218
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov10-39/+39
2019-05-12regenerate PCH headersLuboš Luňák2-6/+6
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák2-39/+49
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin4-18/+6
2019-04-09Fix typosAndrea Gelmini1-3/+3
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin2-80/+96
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 3Noel Grandin2-5/+6
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski4-4/+5
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski4-308/+328
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski2-15/+9
2019-03-28return unique_ptr from CreateNewStorageImplNoel Grandin2-6/+6
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-03-03Remove redundant bitwise and when converting from sal_uInt32 to sal_Int32Stephan Bergmann1-1/+1
2019-02-19pretty up logging of exceptionsNoel Grandin3-128/+131
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov7-182/+136
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-49/+43
2019-02-09loplugin:indentation in oox..packageNoel Grandin6-20/+20
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen7-16/+8
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-3/+3
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-24Use returned iterator by list::eraseJulien Nabet1-3/+8
2018-11-16loplugin:staticmethods improvementNoel Grandin2-27/+7
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-6/+3
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+3
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+0
2018-10-31Translate German commentsJohnny_M1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin3-4/+4
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin2-2/+2
2018-10-18Fix typo in codeAndrea Gelmini3-5/+5
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin14-24/+24
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann5-5/+5
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-3/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-09loplugin:simplifyconstruct in l10ntools..packageNoel Grandin5-11/+3
2018-09-08clang-tidy bugprone-unused-return-valueNoel Grandin1-6/+0
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-5/+3
2018-08-29Fix typosAndrea Gelmini4-10/+10
2018-08-29loplugin:constantparam (2)Noel Grandin2-4/+4
2018-08-23Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann1-41/+34
2018-08-22new loplugin:conststringfieldNoel Grandin2-215/+145