summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
...
* profilesafe: Initial creation of BackupFileHelperArmin Le Grand2016-10-111-0/+115
* comphelper: move setTiledPainting() from SfxViewShellMiklos Vajna2016-10-041-0/+5
* Fix typosAndrea Gelmini2016-10-032-3/+3
* LOK: conditionally include part number in invalidation payloadMiklos Vajna2016-09-291-4/+4
* Remove obsolete workaround for SUNPRO 5 compilerStephan Bergmann2016-09-201-12/+13
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-141-4/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1326-37/+37
* sal_Bool -> boolStephan Bergmann2016-09-051-2/+2
* coverity#1372386 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* cid#1371187 Missing move assignment operatorNoel Grandin2016-08-291-0/+2
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-256-8/+6
* Fix certificate validation interactionGiuseppe Castagno2016-08-051-2/+3
* comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threadsMichael Stahl2016-07-291-11/+61
* improve passstuffbyref return analysisNoel Grandin2016-07-272-3/+3
* add tagging to ThreadTasks so we don't need more one poolNoel Grandin2016-07-181-4/+15
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-3/+3
* remove comphelper::string::removeNoel Grandin2016-07-041-28/+0
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-045-17/+8
* loplugin:singlevalfields in comphelperNoel Grandin2016-06-242-7/+0
* Clean up OContainerListenerAdapterStephan Bergmann2016-06-241-7/+2
* Restrict tryPropertyValueEnum to enum typesStephan Bergmann2016-06-201-5/+3
* Remove unused includesStephan Bergmann2016-06-201-1/+0
* Clean up uses of Any::getValue() in comphelperStephan Bergmann2016-06-201-5/+3
* LOK: tile rendering regression fixAshod Nakashian2016-06-191-0/+12
* add comphelper::string::splitMarkus Mohrhard2016-06-181-0/+3
* Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann2016-06-171-3/+3
* comphelper lok: remove the g_bViewCallback globalMiklos Vajna2016-06-171-5/+0
* tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2016-06-151-0/+6
* Normalize on using @throws instead of @raise[s]Stephan Bergmann2016-06-061-1/+1
* remove some manual ref-countingNoel Grandin2016-06-061-1/+2
* Strip also a CR if there (and there seems to be such)Tor Lillqvist2016-06-031-0/+3
* tdf#89329: use unique_ptr for pImpl in accimplaccessXisco Fauli2016-06-031-1/+2
* tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainerXisco Fauli2016-06-031-1/+2
* tdf#89329: use unique_ptr for pImpl in propertysetinfoXisco Fauli2016-06-021-1/+2
* tdf#89329: use unique_ptr for pImpl in propertysethelperXisco Fauli2016-06-021-1/+2
* tdf#89329: use unique_ptr for pImpl in componentmoduleXisco Fauli2016-06-021-1/+2
* Can use boost::make_optionalStephan Bergmann2016-06-011-39/+0
* tdf#89329: use unique_ptr for pImpl in accessiblecontexthelperXisco Fauli2016-06-011-1/+2
* More comphelper/extract.hxx clean upStephan Bergmann2016-05-311-20/+9
* Fix int2enumStephan Bergmann2016-05-301-6/+6
* loplugin:unusedmethodsNoel Grandin2016-05-261-3/+0
* Fix typosAndrea Gelmini2016-05-252-3/+3
* Revert "remove some manual ref-counting"Noel Grandin2016-05-241-2/+1
* remove some manual ref-countingNoel Grandin2016-05-241-1/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-185-20/+0
* sdext: replace boost::bindMichael Stahl2016-05-131-0/+4
* Fix typosAndrea Gelmini2016-05-101-2/+2
* No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann2016-05-041-1/+0
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-1/+1
* C++11: disable ctors with delete in include/Jochen Nitschke2016-05-032-9/+6