summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-141-2/+4
* loplugin:dllprivateStephan Bergmann2016-09-131-2/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1317-19/+19
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-131-1/+0
* coverity#1372386 Uncaught exceptionCaolán McNamara2016-09-011-3/+1
* Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2016-08-301-1/+1
* Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2016-08-291-1/+1
* cid#1371187 Missing move assignment operatorNoel Grandin2016-08-291-0/+9
* tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorRosen2016-08-221-2/+1
* coverity#1371448 Uninitialized pointer fieldCaolán McNamara2016-08-181-2/+2
* new loplugin to check for static OUStringsNoel Grandin2016-08-161-1/+1
* comphelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-08-104-42/+42
* Fix certificate validation interactionGiuseppe Castagno2016-08-051-5/+13
* comphelper: fix MSVC 2015 build by removing pointless catchlbenes2016-08-011-11/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-013-6/+3
* comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl2016-07-291-7/+121
* change from a 2 min dbgutil failure to a 3 minCaolán McNamara2016-07-271-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-274-7/+7
* fix buildCaolán McNamara2016-07-181-1/+1
* -Werror=enum-compareNoel Grandin2016-07-181-1/+1
* remove some now unnecessary debug traceNoel Grandin2016-07-181-5/+0
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-10/+139
* Implement XServiceInfo for com.sun.star.comp.MemoryStreamMatúš Kukan2016-07-091-4/+23
* tdf#74608 Constructor function for MemoryStreamYeliz Taneroğlu2016-07-094-27/+8
* loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann2016-07-081-2/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-073-4/+4
* remove comphelper::string::removeNoel Grandin2016-07-041-16/+0
* 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-182-9/+32
* 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
* Expect fewer than MAX_CONCURRENCY threads in test (2)Ashod Nakashian2016-06-161-1/+1
* Expect fewer than MAX_CONCURRENCY threads in testAshod Nakashian2016-06-161-1/+1
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-154-2/+110
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-093-12/+3
* 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