summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typosAndrea Gelmini2018-08-294-10/+10
* loplugin:constantparam (2)Noel Grandin2018-08-292-4/+4
* Related rhbz#1618703: Properly handle failure encoding zip fileStephan Bergmann2018-08-231-41/+34
* new loplugin:conststringfieldNoel Grandin2018-08-222-215/+145
* loplugin:useuniqueptr in consumeScheduledThreadEntryNoel Grandin2018-08-152-9/+7
* Fix typosAndrea Gelmini2018-08-131-1/+1
* loplugin:returnconstant in oox,packageNoel Grandin2018-08-132-4/+2
* use C++11 exception rethrowingCaolán McNamara2018-08-046-14/+13
* ofz#9597 rethrown IOException not caught by catch IOExceptionCaolán McNamara2018-07-312-5/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3020-0/+20