summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#159519 comphelper,package: do not store document without SHA256Michael Stahl2024-02-221-0/+1
* tdf#157042: Revert "re-apply "optimize ConfigurationProperty::get()""Xisco Fauli2024-02-071-79/+28
* check that rtl_random_getBytes() was successfulMichael Stahl2024-02-062-2/+8
* trace events: fix deadlock from non-recursive mutex.Michael Meeks2024-01-021-6/+7
* tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir2023-12-211-0/+4
* simplify and modernise ScopedBitmapAccessNoel Grandin2023-12-071-1/+0
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-291-6/+6
* tdf#156648 Prevent LO from adding an empty event listenerMatt K2023-11-281-0/+3
* tdf#158321 No error message when file doesn't existNoel Grandin2023-11-232-38/+35
* Extended loplugin:ostr: comphelperStephan Bergmann2023-11-203-21/+21
* avoid unnecessary intermediate bufferNoel Grandin2023-11-101-8/+8
* reduce noise in exceptionToStringImplNoel Grandin2023-11-101-0/+3
* 'new Double' is deprecated in JavaNoel Grandin2023-11-021-6/+6
* cool#6893 cache the process component contextNoel Grandin2023-10-261-1/+2
* Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann2023-10-195-18/+18
* Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann2023-10-151-1/+1
* Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2023-10-113-4/+4
* loplugin:ostr: automatic rewriteStephan Bergmann2023-10-072-6/+6
* replace ErrorInfo with simpler mechanismNoel Grandin2023-10-031-121/+136
* reduce allocations in InterceptedInteractionNoel Grandin2023-10-022-35/+38
* tdf#146619 Recheck include/c* with IWYUGabor Kelemen2023-09-222-0/+2
* loplugin:unodispose in comphelperNoel Grandin2023-09-133-0/+5
* EnumerableMap does not need to implement XAggreggationNoel Grandin2023-09-101-2/+2
* GenericPropertySet does not need to implement XAggreggationNoel Grandin2023-09-101-10/+4
* tdf#156683 a11y: Handle both disposing variants in context wrapperMichael Weghorn2023-09-061-6/+19
* tdf#156683 a11y: Forward when wrapped a11y context is disposingMichael Weghorn2023-09-061-2/+6
* a11y: Just use std::map::clearMichael Weghorn2023-09-061-2/+2
* tdf#156967 cal basic, CSV import macro crashesNoel Grandin2023-08-311-0/+3
* tdf#156835 - FILEOPEN XLSX: add SHA-384 encryption support for ooxml importBalazs Varga2023-08-302-0/+8
* Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin2023-08-253-6/+11
* loplugin: new global analysis locking2Noel Grandin2023-08-191-1/+0
* use more Reference::query instead of UNO_QUERY_THROWNoel Grandin2023-08-183-11/+6
* Simplify a bit construction of AccessibleEventObject objectJulien Nabet2023-07-221-6/+1
* Simplify a bitMike Kaganski2023-07-171-1/+1
* loplugin:constantparamNoel Grandin2023-07-041-7/+3
* loplugin:singlevalfieldsNoel Grandin2023-07-021-3/+0
* new loplugin:constexprliteralNoel Grandin2023-06-261-3/+3
* replace find_if by none_ofDr. David Alan Gilbert2023-05-261-3/+2
* merge some stringaddsNoel Grandin2023-05-251-3/+1
* Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann2023-05-242-28/+0
* a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling2023-05-231-8/+17
* tdf#155235 workaround gtk3 accessiblibility crashes on closeNoel Grandin2023-05-231-0/+5
* improve logging when we get an exception in copyPropertiesNoel Grandin2023-05-221-0/+3
* loplugin:virtualdeadNoel Grandin2023-05-191-9/+1
* tdf#63130 reduce large memory copies when reading from BinaryDataContainerNoel Grandin2023-05-181-18/+27
* re-enable typeid checking in exceptionToStringImplNoel Grandin2023-05-101-2/+0
* comphelper/servicedecl.hxx is unusedNoel Grandin2023-05-093-165/+0
* improve some usage of OInterfaceIteratorHelper4Noel Grandin2023-05-071-6/+6
* update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin2023-05-061-14/+7
* tdf#155149 Crash when exiting cell edit modeNoel Grandin2023-05-052-3/+17