summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2016-10-11profilesafe: Add values for SecureUserConfigfeature/profilesafemodeArmin Le Grand1-15/+11
2016-10-11profilesafe: Added zip deflate/inflateArmin Le Grand2-77/+337
2016-10-11profilesafe: Collect copies in single *.pack fileArmin Le Grand1-138/+576
2016-10-11profilesafe: Enhancements to BackupFileHelperArmin Le Grand1-0/+11
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand2-0/+231
2016-10-04comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna1-0/+12
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-5/+5
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-2/+4
2016-09-13loplugin:dllprivateStephan Bergmann1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-19/+19
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara1-3/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-08-29cid#1371187 Missing move assignment operatorNoel Grandin1-0/+9
2016-08-22tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorRosen1-2/+1
2016-08-18coverity#1371448 Uninitialized pointer fieldCaolán McNamara1-2/+2
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-1/+1
2016-08-10comphelper: fix loplugin:cppunitassertequals warningsMiklos Vajna4-42/+42
2016-08-05Fix certificate validation interactionGiuseppe Castagno1-5/+13
2016-08-01comphelper: fix MSVC 2015 build by removing pointless catchlbenes1-11/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith3-6/+3
2016-07-29comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl1-7/+121
2016-07-27change from a 2 min dbgutil failure to a 3 minCaolán McNamara1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin4-7/+7
2016-07-18fix buildCaolán McNamara1-1/+1
2016-07-18-Werror=enum-compareNoel Grandin1-1/+1
2016-07-18remove some now unnecessary debug traceNoel Grandin1-5/+0
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-10/+139
2016-07-09Implement XServiceInfo for com.sun.star.comp.MemoryStreamMatúš Kukan1-4/+23
2016-07-09tdf#74608 Constructor function for MemoryStreamYeliz Taneroğlu4-27/+8
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