summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin2-35/+38
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen2-0/+2
2023-09-13loplugin:unodispose in comphelperNoel Grandin3-0/+5
2023-09-10EnumerableMap does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-10GenericPropertySet does not need to implement XAggreggationNoel Grandin1-10/+4
2023-09-06tdf#156683 a11y: Handle both disposing variants in context wrapperMichael Weghorn1-6/+19
2023-09-06tdf#156683 a11y: Forward when wrapped a11y context is disposingMichael Weghorn1-2/+6
2023-09-06a11y: Just use std::map::clearMichael Weghorn1-2/+2
2023-08-31tdf#156967 cal basic, CSV import macro crashesNoel Grandin1-0/+3
2023-08-30tdf#156835 - FILEOPEN XLSX: add SHA-384 encryption support for ooxml importBalazs Varga2-0/+8
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin3-6/+11
2023-08-19loplugin: new global analysis locking2Noel Grandin1-1/+0
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin3-11/+6
2023-07-22Simplify a bit construction of AccessibleEventObject objectJulien Nabet1-6/+1
2023-07-17Simplify a bitMike Kaganski1-1/+1
2023-07-04loplugin:constantparamNoel Grandin1-7/+3
2023-07-02loplugin:singlevalfieldsNoel Grandin1-3/+0
2023-06-26new loplugin:constexprliteralNoel Grandin1-3/+3
2023-05-26replace find_if by none_ofDr. David Alan Gilbert1-3/+2
2023-05-25merge some stringaddsNoel Grandin1-3/+1
2023-05-24Remove unused comphelper::adjustIndexToStartOfSurrogateStephan Bergmann2-28/+0
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling1-8/+17
2023-05-23tdf#155235 workaround gtk3 accessiblibility crashes on closeNoel Grandin1-0/+5
2023-05-22improve logging when we get an exception in copyPropertiesNoel Grandin1-0/+3
2023-05-19loplugin:virtualdeadNoel Grandin1-9/+1
2023-05-18tdf#63130 reduce large memory copies when reading from BinaryDataContainerNoel Grandin1-18/+27
2023-05-10re-enable typeid checking in exceptionToStringImplNoel Grandin1-2/+0
2023-05-09comphelper/servicedecl.hxx is unusedNoel Grandin3-165/+0
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin1-6/+6
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin1-14/+7
2023-05-05tdf#155149 Crash when exiting cell edit modeNoel Grandin2-3/+17
2023-05-05Break comphelper::adjustIndexToStartOfSurrogate out of o3tl::iterateCodePointsStephan Bergmann2-0/+29
2023-05-02improve AccessibleEventNotifier::addEventNoel Grandin1-24/+7
2023-05-02tdf#137544 reduce cost of AccessibleEventNotifierNoel Grandin1-13/+11
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-8/+8
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin2-5/+5
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-1/+5
2023-04-12remove unnecessary methodNoel Grandin1-10/+3
2023-04-12fix o3tl::equalsAsciiLNoel Grandin1-1/+1
2023-04-11fix for o3tl::equalsAsciiNoel Grandin1-1/+1
2023-04-05avmedia,*: guess the mime type of media files based on file nameMichael Stahl1-0/+68
2023-04-02remove IEventNotificationHook from comphelper::OPropertySetNoel Grandin1-13/+0
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin1-9/+2
2023-03-25no need to call lock() hereNoel Grandin1-1/+0
2023-03-24loplugin:stringadd in c*Noel Grandin3-16/+13
2023-03-18probably a good idea not to have two things called comphelper::UnoImplBaseCaolán McNamara1-2/+2
2023-03-17elide some temporary OUStringsNoel Grandin1-1/+1
2023-03-13lok: introduce resetCompatFlagXisco Fauli1-2/+4