summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Log also the elapsed time of each zone, in millisecondsTor Lillqvist2017-08-281-1/+2
* If called on an empty collection, don't let OEnumerationByIndex.nextElement()Damjan Jovanovic2017-08-271-7/+6
* Don't crash if aProfileId is nullTor Lillqvist2017-08-231-0/+2
* loplugin:unreffun (clang-cl)Stephan Bergmann2017-08-181-11/+2
* loplugin:cstylecast (clang-cl)Stephan Bergmann2017-08-181-2/+2
* -Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann2017-08-181-2/+5
* -Werror,-Wwritable-strings (clang-cl)Stephan Bergmann2017-08-181-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-6/+3
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* new loplugin:droplongNoel Grandin2017-08-141-4/+4
* updater: fix crash on windows while creating the updater command lineMarkus Mohrhard2017-08-131-2/+2
* Revert "cppcheck: variableScope"Markus Mohrhard2017-08-131-5/+7
* cppcheck: variableScopeJochen Nitschke2017-08-131-7/+5
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-114-5/+5
* updater: move the windows process starting code to comphelperMarkus Mohrhard2017-08-083-0/+296
* remove unnecessary use of 'this->'Noel Grandin2017-08-022-10/+10
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-2/+2
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-6/+5
* remove now unnecessary comphelper::OModuleClient stuffNoel Grandin2017-07-231-20/+1
* loplugin:unusedfields in basctl..connectivityNoel Grandin2017-07-221-6/+0
* migrate to boost::gettextCaolán McNamara2017-07-212-209/+0
* loplugin:constparams in comphelper,unoidlNoel Grandin2017-07-173-11/+11
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-172-6/+5
* comphelper: move base64 encode/decode helpers from saxAshod Nakashian2017-07-162-0/+217
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-137-8/+8
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-121-3/+3
* simplify some OUString compareTo callsNoel Grandin2017-07-102-8/+5
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* Remove useless method OCommonAccessibleText::getTextArnaud Versini2017-07-101-7/+1
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-071-2/+2
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-072-3/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-062-27/+21
* use begin()/end() when working with SequenceNoel Grandin2017-07-031-6/+6
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-035-9/+7
* loplugin:casttovoid: comphelperStephan Bergmann2017-07-022-7/+3
* simplify some string handling in tracing callsNoel Grandin2017-06-231-10/+2
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-231-4/+1
* create comphelper::RefCountedMutexNoel Grandin2017-06-201-0/+5
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-205-11/+5
* comphelper: add a profiling APILászló Németh2017-06-152-0/+106
* Missing includeStephan Bergmann2017-06-151-0/+1
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-2/+2
* use local statics for getUnoTunnelImplementationIdJochen Nitschke2017-06-131-5/+3
* Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem2017-06-121-18/+2
* Remove VCLExternalSolarLock and IMutex.Arnaud Versini2017-06-124-41/+11
* pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin2017-06-121-14/+6
* allow build without tls and ssljan Iversen2017-06-111-0/+5
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2