summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-55/+66
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-13cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara1-0/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-13/+14
2020-12-09remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák1-4/+2
2020-12-04update pchesCaolán McNamara1-2/+5
2020-11-30add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák3-9/+76
2020-11-30handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák1-0/+7
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-8/+8
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-13tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer6-68/+52
2020-11-12New loplugin:stringviewparamStephan Bergmann1-3/+3
2020-11-11tdf#138113: Base SQL syntax colouring issue with operators "/", "-"Julien Nabet1-0/+4
2020-11-11loplugin:stringviewNoel1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen13-14/+15
2020-11-04remove pimpl from PropertySetHelperNoel Grandin1-48/+30
2020-11-04remove pimpl from NamedValueCollectionNoel Grandin1-81/+27
2020-11-04remove pimpl in PropertyBagNoel Grandin1-18/+10
2020-10-30TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann1-2/+1
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-8/+4
2020-10-28std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelperNoel Grandin1-3/+2
2020-10-21use tools::Long in comphelper..cuiNoel2-3/+4
2020-10-13tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga1-0/+8
2020-10-06loplugin:const* make some params and methods constNoel1-2/+2
2020-10-06fix possible >= 0 warningLuboš Luňák1-1/+1
2020-10-05fix allocating thread pool workersLuboš Luňák3-2/+73
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel2-3/+2
2020-09-27improve some exception messagesNoel Grandin4-5/+5
2020-09-23Simplify some OUString constructions with universal character namesStephan Bergmann1-2/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara4-22/+22
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-09-11small optimisationNoel Grandin1-4/+60
2020-09-04tdf#124176 Use #pragma once in comphelperGeorge Bateman4-16/+4
2020-08-31Fix typo in codeAndrea Gelmini1-2/+2
2020-08-28Simply use OUString aPassword as-isStephan Bergmann1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-25/+25
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2-2/+2
2020-08-24NullToPointer ValueDependentIsNotNull GNUNull -> nullptr [loplugin:nullptr]Caolán McNamara1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin2-20/+20
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-3/+1
2020-07-31loplugin:unusedmethodsNoel Grandin2-60/+0
2020-07-30loplugin:unusedmethodsNoel Grandin1-13/+0
2020-07-30svx: GalleryObjectCollection shared class and related refactoring workAditya1-0/+48
2020-07-25loplugin:unusedmethodsNoel Grandin1-32/+0
2020-07-22tdf#81522 comphelper: just ignore disposed obj on saveJustin Luth1-66/+73
2020-07-21loplugin:unusedmethodsNoel Grandin4-105/+1