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