summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+3
2021-04-02Simplify some static variable initializationsMike Kaganski1-8/+6
2021-03-26loplugin:flattenNoel1-9/+8
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-3/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23use single-use attribute for OfficeInstallationDirectoriesNoel Grandin2-21/+4
2021-03-23use single-use attribute for OOfficeRestartManagerNoel Grandin2-20/+3
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist1-1/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-0/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-02-27loplugin:refcounting in accessibilityNoel1-1/+1
2021-02-23loplugin:refcounting in comphelperNoel3-23/+16
2021-02-21fix variable name in SAL_INFOAndras Timar1-1/+1
2021-02-17loplugin:referencecasting in comphelperNoel5-6/+6
2021-02-12Fix threadpool test for --enable-debugMike Kaganski1-2/+2
2021-02-10Remove unneeded breaksAndrea Gelmini1-14/+0
2021-02-08update pchesCaolán McNamara1-1/+2
2021-02-05Revert "Fix typo in code"Stephan Bergmann2-7/+7
2021-02-04Fix typo in codeAndrea Gelmini2-7/+7
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-4/+2
2021-01-20improve some IllegalArgumentException messagesNoel11-20/+21
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