summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Replace SAL_DELETED_FUNCTION with = delete in internal codeStephan Bergmann2018-09-201-8/+4
* Move yield mutex handling into SalInstanceJan-Marek Glogowski2018-09-181-3/+3
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-09-181-0/+5
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-3/+4
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-1/+2
* Fix typosAndrea Gelmini2018-08-301-1/+1
* don't declare allocation operators for internal codeNoel Grandin2018-08-301-10/+0
* loplugin:constantparam (1)Noel Grandin2018-08-291-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-2/+0
* Iterators must be CopyAssignableStephan Bergmann2018-07-261-7/+3
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-76/+51
* loplugin:cstylecast (clang-cl)Stephan Bergmann2018-07-251-37/+37
* warning STL4015: std::iterator is deprecated (clang-cl)Stephan Bergmann2018-07-251-2/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-2016-27/+27
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-061-1/+3
* tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt2018-07-051-0/+2
* Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2018-07-041-5/+6
* merge GenericSolarMutex and SolarMutexNoel Grandin2018-06-211-45/+18
* move doubleCheckedInit() to a comphelper header fileLuboš Luňák2018-06-191-0/+64
* enable incremental linking on windowsNoel Grandin2018-06-063-6/+12
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-053-3/+8
* Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann2018-06-011-5/+0
* loplugin:nullptr (clang-cl)Stephan Bergmann2018-06-011-7/+7
* comphelper: fix an IWYU warningMiklos Vajna2018-05-311-1/+2
* Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist2018-05-311-0/+39
* Handle <codecvt> deprecation issue with VS2017Tor Lillqvist2018-05-301-0/+5
* Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist2018-05-301-0/+60
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-1/+0
* Refactor SfxObjectShell sign methodsSamuel Mehrbrodt2018-05-181-0/+3
* Remove obsolete param documentationMike Kaganski2018-05-091-2/+0
* comphelper: fix some doxygen tagsChris Sherlock2018-04-191-18/+20
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* loplugin:unusedmethodsNoel Grandin2018-04-101-3/+0
* std::list->std::vector in WeakBagNoel Grandin2018-04-091-7/+5
* sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2018-04-071-0/+6
* accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini2018-04-031-2/+2
* Use for-range loop in include/comphelperJulien Nabet2018-03-291-2/+2
* Mask away the extra bits from vt before switchingTor Lillqvist2018-03-261-1/+1
* accessibility: simplify OCommonAccessibleTextArnaud Versini2018-03-251-4/+4
* Fix copy-paste errorTor Lillqvist2018-03-251-1/+1
* Add BSTR handlingTor Lillqvist2018-03-191-2/+4
* First cut at annotating 'exotic' filters.Michael Meeks2018-03-161-1/+3
* Add IMarshal2 to IIDs recognizedTor Lillqvist2018-03-141-0/+2
* oox: preserve the ContentType of custom filesAshod Nakashian2018-03-081-0/+12
* loplugin:constantparam in canvas..comphelperNoel Grandin2018-03-081-1/+0
* loplugin:unusedmethodsNoel Grandin2018-03-081-1/+0
* Fix typosAndrea Gelmini2018-03-061-1/+1
* Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vectorEike Rathke2018-02-261-2/+52