summaryrefslogtreecommitdiff
path: root/comphelper/source/misc
AgeCommit message (Expand)Author
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-13cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák
2020-11-30handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-13tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer
2020-11-11tdf#138113: Base SQL syntax colouring issue with operators "/", "-"Julien Nabet
2020-11-11loplugin:stringviewNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-04remove pimpl from NamedValueCollectionNoel Grandin
2020-10-30TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann
2020-10-21use tools::Long in comphelper..cuiNoel
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-06fix possible >= 0 warningLuboš Luňák
2020-10-05fix allocating thread pool workersLuboš Luňák
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel
2020-09-27improve some exception messagesNoel Grandin
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-11small optimisationNoel Grandin
2020-09-04tdf#124176 Use #pragma once in comphelperGeorge Bateman
2020-08-28Simply use OUString aPassword as-isStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann
2020-08-24NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]Caolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-31loplugin:unusedmethodsNoel Grandin
2020-07-30loplugin:unusedmethodsNoel Grandin
2020-07-30svx: GalleryObjectCollection shared class and related refactoring workAditya
2020-07-25loplugin:unusedmethodsNoel Grandin
2020-07-21loplugin:unusedmethodsNoel Grandin
2020-07-16loplugin:unusedmethodsNoel Grandin
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-07-05comphelper: create instances with uno constructorsNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: comphelperStephan Bergmann
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann
2020-05-29use for-range loop on SequenceNoel Grandin
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti