summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2020-05-28comphelper: fix build against CentOS6 baselineThorsten Behrens
2020-05-27tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski
2020-05-27tdf#118639: store ODF encryption data for autorecoveryMike Kaganski
2020-02-13Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2019-08-28warn on load when a document binds an event to a macroCaolán McNamara
2019-05-15Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara
2018-11-24Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-12Add a SAL_INFO() when changing the global "lok" language tagTor Lillqvist
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-08sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky
2018-11-08coverity#1441101: Use std::atomic instead of volatileStephan Bergmann
2018-11-06reduce cost of ProfileZone when it is not activeNoel Grandin
2018-11-05tdf#120703 PVS: V1028 fix unexpected integer overflowMike Kaganski
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24Fix typosAndrea Gelmini
2018-10-20when calling std::lower_boundNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt
2018-09-27-Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-19generateGUIDString: Fix incorrect string lengthSamuel Mehrbrodt
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-09-05loplugin:useuniqueptr in AccessibleEventNotifierNoel Grandin
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-09remove Calc's software interpreterLuboš Luňák
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-26comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-07-20loplugin:unusedfields - look for fields that can be const, in comphelperNoel Grandin
2018-07-19Fix typosAndrea Gelmini
2018-07-18Allow the comphelper threadpool to be reset after construction.Michael Meeks
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-07-06base64: change impl. of encodig to also work with OStringBufferTomaž Vajngerl