summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-073-4/+4
* Improve readability of OUString concatanation in OStorageHelperMuhammet Kara2016-06-281-10/+10
* loplugin:singlevalfields in comphelperNoel Grandin2016-06-242-27/+4
* loplugin:singlevalfields in ucbhelperNoel Grandin2016-06-242-8/+0
* Clean up uses of Any::getValue() in comphelperStephan Bergmann2016-06-203-13/+18
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-2/+2
* LOK: tile rendering regression fixAshod Nakashian2016-06-191-0/+24
* add comphelper::string::splitMarkus Mohrhard2016-06-181-9/+20
* uitest: this is obviously wrongMarkus Mohrhard2016-06-181-1/+1
* Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2016-06-172-9/+9
* comphelper lok: remove the g_bViewCallback globalMiklos Vajna2016-06-171-12/+0
* comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna2016-06-161-1/+1
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-1/+23
* remove some manual ref-countingNoel Grandin2016-06-061-14/+8
* tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli2016-06-031-2/+1
* tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli2016-06-031-4/+3
* tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli2016-06-021-12/+11
* tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli2016-06-021-15/+14
* tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli2016-06-021-14/+0
* tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli2016-06-011-5/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-1/+1
* tdf#74608 Constructor functions for OPropertyBagSteven Guo2016-05-264-40/+10
* loplugin:unusedmethodsNoel Grandin2016-05-261-29/+0
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-8/+14
* remove some manual ref-countingNoel Grandin2016-05-241-14/+8
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-191-2/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-18/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* conver CHAR to scoped enumNoel Grandin2016-05-161-73/+79
* use Any constructor instead of temporariesNoel Grandin2016-05-042-6/+2
* Iteration must not start at the endSeraphime Kirkovski2016-04-291-1/+1
* -Werror,-WvarargsStephan Bergmann2016-04-271-9/+5
* loplugin:simplifyboolStephan Bergmann2016-04-261-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-4/+4
* tdf#60418: improve perf of opening/closing odts with form tagsAron Budea2016-04-262-76/+48
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* Add an interaction handler wrapper for simple file access.Giuseppe Castagno2016-04-221-0/+140
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2010-26/+26
* clean-up: unused using declarations and includesJochen Nitschke2016-04-188-20/+0
* loplugin:passstuffbyref in comphelperNoel Grandin2016-04-132-4/+4
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-125-7/+0
* clang-tidy performance-unnecessary-value-param in comphelperNoel Grandin2016-04-115-7/+7
* tdf#94306 replace boost::noncopyable in c...Jochen Nitschke2016-04-085-14/+23
* tdf#74608 Constructor function for SequenceOutputStreamServiceYeliz Taneroğlu2016-04-053-25/+5
* loplugin:constantparam in comphelperNoel Grandin2016-04-054-117/+52
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-028-11/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* tdf#74608 Constructor function for SequenceInputStreamServiceSteven Guo2016-03-293-26/+6
* Resolves: tdf#98418 AttributeList must support XCloneableCaolán McNamara2016-03-111-3/+15