summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix typo in code"Stephan Bergmann2021-02-052-7/+7
* Fix typo in codeAndrea Gelmini2021-02-042-7/+7
* loplugin:stringviewparam extend to new..Noel2021-01-291-1/+1
* simplify code, use more subView()Noel2021-01-281-1/+1
* Use ContainerType().swap and avoid local variablesMike Kaganski2021-01-241-4/+2
* improve some IllegalArgumentException messagesNoel2021-01-2011-20/+21
* fix coverity parse errorsCaolán McNamara2021-01-091-1/+1
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-295-55/+66
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-271-1/+1
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-1/+1
* cid#1470590 silence bogus Out-of-bounds accessCaolán McNamara2020-12-131-0/+1
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-13/+14
* remove isVCLOpenGLEnabled() settings, add DisableOpenGL optionLuboš Luňák2020-12-091-4/+2
* update pchesCaolán McNamara2020-12-041-2/+5
* add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2020-11-303-9/+76
* handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák2020-11-301-0/+7
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-302-8/+8
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-4/+4
* 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