summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt2018-10-022-0/+45
* -Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann2018-09-271-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-249-1/+12
* generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt2018-09-191-1/+1
* New loplugin:externalStephan Bergmann2018-09-175-5/+8
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-09-111-1/+1
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-063-6/+2
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-062-3/+4
* loplugin:useuniqueptr in AccessibleEventNotifierNoel Grandin2018-09-051-3/+3
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-08-291-2/+1
* loplugin:constantparam (1)Noel Grandin2018-08-291-42/+7
* new loplugin:conststringfieldNoel Grandin2018-08-224-62/+49
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* remove Calc's software interpreterLuboš Luňák2018-08-091-2/+0
* new loplugin:stringloop, and applied in variousNoel Grandin2018-07-271-4/+5
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-1/+1
* comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-261-6/+0
* loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin2018-07-261-3/+1
* Fix typosAndrea Gelmini2018-07-231-2/+2
* loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin2018-07-209-26/+26
* Fix typosAndrea Gelmini2018-07-191-1/+1
* Allow the comphelper threadpool to be reset after construction.Michael Meeks2018-07-181-5/+4
* clean up UNO available() implementationsNoel Grandin2018-07-112-3/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-0910-0/+10
* base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl2018-07-062-51/+75
* tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt2018-07-051-0/+33
* Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin2018-07-041-12/+12
* merge GenericSolarMutex and SolarMutexNoel Grandin2018-06-211-20/+11
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-081-1/+0
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-056-6/+1
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-012-4/+4
* Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist2018-05-312-0/+37
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-2/+2
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-4/+22
* loplugin:unusedfields in avmedia..comphelperNoel Grandin2018-05-221-4/+2
* Refactor SfxObjectShell sign methodsSamuel Mehrbrodt2018-05-181-0/+13
* turn off randomness when running under valgrindNoel Grandin2018-04-251-0/+9
* cppcheck: variableScopeMuhammet Kara2018-04-151-4/+2
* remove some unused comphelper includesJochen Nitschke2018-04-152-1/+2
* loplugin:unusedmethodsNoel Grandin2018-04-101-60/+0
* comphelper: use a lambda expression in NamedValueCollection::operator >>=()Chris Sherlock2018-04-071-23/+6
* sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2018-04-071-0/+12
* accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini2018-04-031-20/+17
* remove unused processfactory.hxx includesJochen Nitschke2018-04-014-4/+0
* accessibility: simplify OCommonAccessibleTextArnaud Versini2018-03-251-33/+28
* oox: preserve the ContentType of custom filesAshod Nakashian2018-03-081-0/+32
* loplugin:constantparam in canvas..comphelperNoel Grandin2018-03-081-2/+1
* loplugin:unusedmethodsNoel Grandin2018-03-081-13/+0
* drop sax::tools::*base64 methodsNoel Grandin2018-03-052-0/+107
* Use for-range loops in comphelper and configmgrJulien Nabet2018-02-279-55/+40