summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* use for-range loop on SequenceNoel Grandin2020-05-297-74/+61
* improve pahole script and pack a few classesNoel Grandin2020-05-291-2/+2
* loplugin:simplifybool in canvas..cuiNoel Grandin2020-05-281-1/+1
* replace hard-coded "1.2" ODF version stringsMichael Stahl2020-05-151-2/+3
* new loplugin:simplifypointertoboolNoel Grandin2020-05-101-1/+1
* lok: set device form factor of the client on view creationMarco Cecchetti2020-05-101-36/+0
* improve loplugin:referencecastingNoel Grandin2020-05-081-1/+1
* compact namespace in canvas..cuiNoel Grandin2020-05-081-2/+2
* allow disabling Skia's Vulkan use in safe mode (tdf#132439)Luboš Luňák2020-05-061-0/+5
* fix leak in comphelper::TestHashNoel Grandin2020-05-042-0/+19
* tdf#131733 Show only CN part of X.509 subject infoGabor Kelemen2020-04-291-14/+5