summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski2020-02-103-5/+8
* parallel deflate compression (one stream, multiple threads)Luboš Luňák2019-05-286-60/+477
* split out thread functionality from ZipOutputEntryLuboš Luňák2019-05-286-151/+165
* try harder not to deflate small streams in a threadLuboš Luňák2019-05-282-2/+21
* remove code confusion about threads vs thread tasksLuboš Luňák2019-05-214-28/+30
* tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin2019-05-192-212/+218
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-1710-39/+39
* regenerate PCH headersLuboš Luňák2019-05-122-6/+6
* an is used before a vowel soundCaolán McNamara2019-05-101-1/+1
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-092-39/+49
* optimise find/insert patternNoel Grandin2019-04-191-2/+1
* loplugin:sequentialassign in oox..reportdesignNoel Grandin2019-04-134-18/+6
* Fix typosAndrea Gelmini2019-04-091-3/+3
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin2019-04-082-80/+96
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 3Noel Grandin2019-04-082-5/+6
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-084-4/+5
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-074-308/+328
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-312-15/+9
* return unique_ptr from CreateNewStorageImplNoel Grandin2019-03-282-6/+6
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* Remove redundant bitwise and when converting from sal_uInt32 to sal_Int32Stephan Bergmann2019-03-031-1/+1
* pretty up logging of exceptionsNoel Grandin2019-02-193-128/+131
* Simplify containers iterations in oox, opencl, packageArkadiy Illarionov2019-02-157-182/+136
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-49/+43
* loplugin:indentation in oox..packageNoel Grandin2019-02-096-20/+20
* o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen2019-01-227-16/+8
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-3/+3
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-10/+7
* Use returned iterator by list::eraseJulien Nabet2018-11-241-3/+8
* loplugin:staticmethods improvementNoel Grandin2018-11-162-27/+7
* Fix typosAndrea Gelmini2018-11-121-1/+1
* loplugin:collapseif in framework..salNoel Grandin2018-11-071-6/+3
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-051-16/+3
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-031-2/+0
* Translate German commentsJohnny_M2018-10-311-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-193-4/+4
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-192-2/+2
* Fix typo in codeAndrea Gelmini2018-10-183-5/+5
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* clang-tidy misc-redundant-expressionNoel Grandin2018-10-151-2/+2
* loplugin:constfields in package..registryNoel Grandin2018-10-1314-24/+24
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* New loplugin:externalStephan Bergmann2018-09-175-5/+5
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-3/+5
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* loplugin:simplifyconstruct in l10ntools..packageNoel Grandin2018-09-095-11/+3
* clang-tidy bugprone-unused-return-valueNoel Grandin2018-09-081-6/+0
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-5/+3