summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2016-07-08loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann3-4/+4
2016-07-04remove comphelper::string::removeNoel Grandin1-16/+0
2016-06-28Improve readability of OUString concatanation in OStorageHelperMuhammet Kara1-10/+10
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin2-27/+4
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin2-8/+0
2016-06-20Clean up uses of Any::getValue() in comphelperStephan Bergmann3-13/+18
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-2/+2
2016-06-19LOK: tile rendering regression fixAshod Nakashian1-0/+24
2016-06-18add comphelper::string::splitMarkus Mohrhard2-9/+32
2016-06-18uitest: this is obviously wrongMarkus Mohrhard1-1/+1
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2-9/+9
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-12/+0
2016-06-16comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna1-1/+1
2016-06-16Expect fewer than MAX_CONCURRENCY threads in test (2)Ashod Nakashian1-1/+1
2016-06-16Expect fewer than MAX_CONCURRENCY threads in testAshod Nakashian1-1/+1
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian4-2/+110
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko3-12/+3
2016-06-06remove some manual ref-countingNoel Grandin1-14/+8
2016-06-03tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli1-2/+1
2016-06-03tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli1-4/+3
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli1-12/+11
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli1-15/+14
2016-06-02tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli1-14/+0
2016-06-01tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli1-5/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-26comphelper: fix the comphelp.componentMichael Stahl1-1/+1
2016-05-26tdf#74608 Constructor functions for OPropertyBagSteven Guo5-41/+12
2016-05-26loplugin:unusedmethodsNoel Grandin1-29/+0
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-8/+14
2016-05-24remove some manual ref-countingNoel Grandin1-14/+8
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-2/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-18/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-16conver CHAR to scoped enumNoel Grandin1-73/+79
2016-05-04use Any constructor instead of temporariesNoel Grandin2-6/+2
2016-04-29Iteration must not start at the endSeraphime Kirkovski1-1/+1
2016-04-27-Werror,-WvarargsStephan Bergmann1-9/+5
2016-04-26loplugin:simplifyboolStephan Bergmann1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-26tdf#60418: improve perf of opening/closing odts with form tagsAron Budea2-76/+48
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Add an interaction handler wrapper for simple file access.Giuseppe Castagno2-0/+141
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann10-26/+26
2016-04-18clean-up: unused using declarations and includesJochen Nitschke8-20/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in comphelperNoel Grandin2-4/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke5-7/+0
2016-04-11clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin5-7/+7