summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2020-12-013-9/+76
* handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák2020-12-011-0/+7
* replace std::min(std::max()) with std::clampNoel2020-11-161-1/+1
* tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer2020-11-136-68/+52
* New loplugin:stringviewparamStephan Bergmann2020-11-121-3/+3
* tdf#138113: Base SQL syntax colouring issue with operators "/", "-"Julien Nabet2020-11-111-0/+4
* loplugin:stringviewNoel2020-11-111-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-0613-14/+15
* remove pimpl from PropertySetHelperNoel Grandin2020-11-041-48/+30
* remove pimpl from NamedValueCollectionNoel Grandin2020-11-041-81/+27
* remove pimpl in PropertyBagNoel Grandin2020-11-041-18/+10
* TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann2020-10-301-2/+1
* Extend loplugin:elidestringvar to OStringStephan Bergmann2020-10-281-8/+4
* std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelperNoel Grandin2020-10-281-3/+2
* use tools::Long in comphelper..cuiNoel2020-10-212-3/+4
* tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga2020-10-131-0/+8
* loplugin:const* make some params and methods constNoel2020-10-061-2/+2
* fix possible >= 0 warningLuboš Luňák2020-10-061-1/+1
* fix allocating thread pool workersLuboš Luňák2020-10-053-2/+73
* loplugin:reducevarscope in comphelper,connectivityNoel2020-10-012-3/+2
* improve some exception messagesNoel Grandin2020-09-274-5/+5
* Simplify some OUString constructions with universal character namesStephan Bergmann2020-09-231-2/+1
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-224-22/+22
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-1/+2
* small optimisationNoel Grandin2020-09-111-4/+60
* tdf#124176 Use #pragma once in comphelperGeorge Bateman2020-09-044-16/+4
* Fix typo in codeAndrea Gelmini2020-08-311-2/+2
* Simply use OUString aPassword as-isStephan Bergmann2020-08-281-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-286-25/+25
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-262-2/+2
* NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]Caolán McNamara2020-08-241-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-2/+2
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-132-20/+20
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-3/+1
* loplugin:unusedmethodsNoel Grandin2020-07-312-60/+0
* loplugin:unusedmethodsNoel Grandin2020-07-301-13/+0
* svx: GalleryObjectCollection shared class and related refactoring workAditya2020-07-301-0/+48
* loplugin:unusedmethodsNoel Grandin2020-07-251-32/+0
* tdf#81522 comphelper: just ignore disposed obj on saveJustin Luth2020-07-221-66/+73
* loplugin:unusedmethodsNoel Grandin2020-07-214-105/+1
* loplugin:unusedmethodsNoel Grandin2020-07-162-20/+0
* comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna2020-07-151-4/+4
* update pchesCaolán McNamara2020-07-121-1/+2
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* replace usage of whitelist with allowlistThorsten Behrens2020-07-101-11/+11
* comphelper: create instances with uno constructorsNoel Grandin2020-07-055-126/+11
* Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann2020-06-308-25/+25
* use more std::container::insert instead of std::copyNoel Grandin2020-06-241-10/+2
* loplugin:simplifypointertobool improveNoel Grandin2020-06-031-4/+4
* Upcoming loplugin:elidestringvar: comphelperStephan Bergmann2020-06-036-31/+15