summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2023-11-10avoid unnecessary intermediate bufferNoel Grandin
2023-11-10reduce noise in exceptionToStringImplNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-10-26cool#6893 cache the process component contextNoel Grandin
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: comphelperStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-09-13loplugin:unodispose in comphelperNoel Grandin
2023-09-10EnumerableMap does not need to implement XAggreggationNoel Grandin
2023-09-10GenericPropertySet does not need to implement XAggreggationNoel Grandin
2023-09-06tdf#156683 a11y: Handle both disposing variants in context wrapperMichael Weghorn
2023-09-06tdf#156683 a11y: Forward when wrapped a11y context is disposingMichael Weghorn
2023-09-06a11y: Just use std::map::clearMichael Weghorn
2023-08-31tdf#156967 cal basic, CSV import macro crashesNoel Grandin
2023-08-30tdf#156835 - FILEOPEN XLSX: add SHA-384 encryption support for ooxml importBalazs Varga
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-19loplugin: new global analysis locking2Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-07-22Simplify a bit construction of AccessibleEventObject objectJulien Nabet
2023-07-17Simplify a bitMike Kaganski
2023-07-04loplugin:constantparamNoel Grandin
2023-07-02loplugin:singlevalfieldsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-05-26replace find_if by none_ofDr. David Alan Gilbert
2023-05-25merge some stringaddsNoel Grandin
2023-05-24Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling
2023-05-23tdf#155235 workaround gtk3 accessiblibility crashes on closeNoel Grandin
2023-05-22improve logging when we get an exception in copyPropertiesNoel Grandin
2023-05-19loplugin:virtualdeadNoel Grandin
2023-05-18tdf#63130 reduce large memory copies when reading from BinaryDataContainerNoel Grandin
2023-05-10re-enable typeid checking in exceptionToStringImplNoel Grandin
2023-05-09comphelper/servicedecl.hxx is unusedNoel Grandin
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-05tdf#155149 Crash when exiting cell edit modeNoel Grandin
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann
2023-05-02improve AccessibleEventNotifier::addEventNoel Grandin
2023-05-02tdf#137544 reduce cost of AccessibleEventNotifierNoel Grandin
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-12remove unnecessary methodNoel Grandin
2023-04-12fix o3tl::equalsAsciiLNoel Grandin