summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2016-09-20Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann1-12/+13
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-4/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann26-37/+37
2016-09-05sal_Bool -> boolStephan Bergmann1-2/+2
2016-09-01coverity#1372386 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-29cid#1371187 Missing move assignment operatorNoel Grandin1-0/+2
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin6-8/+6
2016-08-05Fix certificate validation interactionGiuseppe Castagno1-2/+3
2016-07-29comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl1-11/+61
2016-07-27improve passstuffbyref return analysisNoel Grandin2-3/+3
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-4/+15
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-3/+3
2016-07-04remove comphelper::string::removeNoel Grandin1-28/+0
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin5-17/+8
2016-06-24loplugin:singlevalfields in comphelperNoel Grandin2-7/+0
2016-06-24Clean up OContainerListenerAdapterStephan Bergmann1-7/+2
2016-06-20Restrict tryPropertyValueEnum to enum typesStephan Bergmann1-5/+3
2016-06-20Remove unused includesStephan Bergmann1-1/+0
2016-06-20Clean up uses of Any::getValue() in comphelperStephan Bergmann1-5/+3
2016-06-19LOK: tile rendering regression fixAshod Nakashian1-0/+12
2016-06-18add comphelper::string::splitMarkus Mohrhard1-0/+3
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-3/+3
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-5/+0
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian1-0/+6
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann1-1/+1
2016-06-06remove some manual ref-countingNoel Grandin1-1/+2
2016-06-03Strip also a CR if there (and there seems to be such)Tor Lillqvist1-0/+3
2016-06-03tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli1-1/+2
2016-06-03tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli1-1/+2
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli1-1/+2
2016-06-02tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli1-1/+2
2016-06-02tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli1-1/+2
2016-06-01Can use boost::make_optionalStephan Bergmann1-39/+0
2016-06-01tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli1-1/+2
2016-05-31More comphelper/extract.hxx clean upStephan Bergmann1-20/+9
2016-05-30Fix int2enumStephan Bergmann1-6/+6
2016-05-26loplugin:unusedmethodsNoel Grandin1-3/+0
2016-05-25Fix typosAndrea Gelmini2-3/+3
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-2/+1
2016-05-24remove some manual ref-countingNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-20/+0
2016-05-13sdext: replace boost::bindMichael Stahl1-0/+4
2016-05-10Fix typosAndrea Gelmini1-2/+2
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann1-1/+0
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-1/+1
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke2-9/+6
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann1-9/+0
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-27-Werror,-WvarargsStephan Bergmann1-1/+5