- 26e76ad -Werror=unused-variable (--enable-debug --disable-assert-always-abort) by Stephan Bergmann · 8 years ago
- 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
- 8c7e64c generateGUIDString: Fix incorrect string length by Samuel Mehrbrodt · 8 years ago
- 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
- 2746319 clang-tidy bugprone-copy-constructor-init by Noel Grandin · 8 years ago
- c289c25 loplugin:simplifyconstruct in canvas..cui by Noel Grandin · 8 years ago
- 24eae7b clang-tidy performance-unnecessary-value-param by Noel Grandin · 8 years ago
- 2e89447 loplugin:useuniqueptr in AccessibleEventNotifier by Noel Grandin · 8 years ago
- 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
- 6dbae37 loplugin:constantparam (1) by Noel Grandin · 8 years ago
- 60bc263 new loplugin:conststringfield by Noel Grandin · 8 years ago
- cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
- 089a4f2 remove Calc's software interpreter by Luboš Luňák · 8 years ago
- c8fa03b new loplugin:stringloop, and applied in various by Noel Grandin · 8 years ago
- ba1e172 Related: rhbz#1602589 add comments to coverity annotations by Caolán McNamara · 8 years ago
- 74da5c2 comphelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
- ee025b7 loplugin:returnconstant in tools,comphelper,unotools by Noel Grandin · 8 years ago
- e1328b8 Fix typos by Andrea Gelmini · 8 years ago
- 12dce07 loplugin:unusedfields - look for fields that can be const, in comphelper by Noel Grandin · 8 years ago
- 5a8389c Fix typos by Andrea Gelmini · 8 years ago
- 5bfdbc6 Allow the comphelper threadpool to be reset after construction. by Michael Meeks · 8 years ago
- 00850e3 clean up UNO available() implementations by Noel Grandin · 8 years ago
- 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- 0d0bf41 base64: change impl. of encodig to also work with OStringBuffer by Tomaž Vajngerl · 8 years ago
- 7bafb7c tdf#117901 Write signature line images as emf to ooxml by Samuel Mehrbrodt · 8 years ago
- 2ddddc4 Make ThreadPool::pushTask take param by std::unique_ptr by Noel Grandin · 8 years ago
- 4c93de2 merge GenericSolarMutex and SolarMutex by Noel Grandin · 8 years ago
- 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
- 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
- 23b0844 loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped by Noel Grandin · 8 years ago
- 08259ed Introduce comphelper::Automation::AutomationInvokedZone by Tor Lillqvist · 8 years ago
- 17c936b loplugin:unusedfields-in-constructor in various by Noel Grandin · 8 years ago
- 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
- 51b4922 loplugin:unusedfields in avmedia..comphelper by Noel Grandin · 8 years ago
- 0ca1659 Refactor SfxObjectShell sign methods by Samuel Mehrbrodt · 8 years ago
- 64a0f13 turn off randomness when running under valgrind by Noel Grandin · 8 years ago
- 786d3c2 cppcheck: variableScope by Muhammet Kara · 8 years ago
- b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
- d913b7d loplugin:unusedmethods by Noel Grandin · 8 years ago
- 22e69d2 comphelper: use a lambda expression in NamedValueCollection::operator >>=() by Chris Sherlock · 8 years ago
- 83b7bfc sw lok: View jumps to cursor position even if it is moved by an other view. by Tamás Zolnai · 8 years ago
- 84958e1 accessibility: more simplifiation in OCommonAccessibleText. by Arnaud Versini · 8 years ago
- 9401c7c remove unused processfactory.hxx includes by Jochen Nitschke · 8 years ago
- dd5df4c accessibility: simplify OCommonAccessibleText by Arnaud Versini · 8 years ago
- 8f79f22 oox: preserve the ContentType of custom files by Ashod Nakashian · 8 years ago
- 7960ccb loplugin:constantparam in canvas..comphelper by Noel Grandin · 8 years ago
- bb7ade1 loplugin:unusedmethods by Noel Grandin · 8 years ago
- ddd4321 drop sax::tools::*base64 methods by Noel Grandin · 8 years ago
- 573f87f Use for-range loops in comphelper and configmgr by Julien Nabet · 8 years ago
- 94fa259 Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vector by Eike Rathke · 8 years ago
- 5a1fabb Introduce enum comphelper::Hash::IterCount instead of bool by Eike Rathke · 8 years ago
- 34a5b1d Use unsigned char, it is.. by Eike Rathke · 8 years ago
- e95618d Swap UTF16-BE to UTF16-LE in Hash::calculateHash() by Eike Rathke · 8 years ago
- 21b593e Accept also "SHA1" for "SHA-1" even if not specified by Eike Rathke · 8 years ago
- 5304659 Prepare to handle OOXML Agile Encryption password hash as well by Eike Rathke · 8 years ago
- 3849547 Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-up by Eike Rathke · 8 years ago
- 8918250 Hash Base64, Sequence and cleansing, tdf#104250 prep by Eike Rathke · 8 years ago
- 556c2ea Implement OOXML password hashing algorithm, tdf#104250 prep by Eike Rathke · 8 years ago
- 97a73d2 oox: cosmetic cleanup by Ashod Nakashian · 8 years ago
- c02f1e27 silence coverity#1428735 Use of untrusted scalar value by Caolán McNamara · 8 years ago
- 3a68b21 lok: Allow whitelisting languages that should be used by LibreOfficeKit. by Jan Holesovsky · 8 years ago
- 0f28c86 loplugin:unused-returns in basegfx..cppcanvas by Noel Grandin · 8 years ago
- 91b4e45 new loplugin: pointerbool by Noel Grandin · 8 years ago
- 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
- be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
- 53e6785 xmlsecurity: cleanup comment by Thorsten Behrens · 8 years ago
- 3da86d8 tdf#114488 Rank multiple images also for flat odf by Samuel Mehrbrodt · 8 years ago
- 51b56f7 More loplugin:cstylecast: comphelper by Stephan Bergmann · 8 years ago
- 2152544 loplugin:useuniqueptr in comphelper,cppu,registry by Noel Grandin · 8 years ago
- eea5822 tdf#114550 use 32 bit random session key for gpg encryption by Thorsten Behrens · 8 years ago
- ca6f3d7 gpg4libre: open encrypted files also via gpg by Thorsten Behrens · 8 years ago
- 9ef1734 tdf#114939 sfx2: notify user of non-interoperable passwords by Michael Stahl · 8 years ago
- 9188ea8 tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1 by Michael Stahl · 8 years ago
- b088da2 More loplugin:cstylecast: comphelper by Stephan Bergmann · 8 years ago
- 21e0d81 loplugin:unusedfields by Noel Grandin · 8 years ago
- 7f15b7a Full UBSan in external/firebird by Stephan Bergmann · 8 years ago
- e16852c lokdialog: Allow windows / dialogs in different languages. by Jan Holesovsky · 8 years ago
- a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
- 4e14475 loplugin:unusedindex by Mike Kaganski · 8 years ago
- 2c79d99 lok: calc: LOK_FEATURE_RANGE_HEADERS by Marco Cecchetti · 8 years ago
- 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
- c85d806 Move generateGUIDString to comphelper by Samuel Mehrbrodt · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- 0201942 remove unused osl/time.h includes .. by Jochen Nitschke · 8 years ago
- 2ec698b cppcheck: fix some reports by Julien Nabet · 8 years ago
- c83b09a rtlRandomPool: remove pointless seeding with system time by Thorsten Behrens · 8 years ago
- 1e71870 gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGME by Thorsten Behrens · 8 years ago
- a9a4c26 comphelper: fix windows build by Thorsten Behrens · 8 years ago
- 626e73e gpg4libre: permit multi-select encrypt cert by Thorsten Behrens · 8 years ago
- 0a58fdf gpg4libre: [API CHANGE] add storage helper for GPG encryption data by Thorsten Behrens · 9 years ago
- 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
- 32efde5 tdf#113696 Add mimetype to image element by Samuel Mehrbrodt · 8 years ago
- 082cdbc tdf#109202: Convert images to desired format in (f)odt filter by Katarina Behrens · 9 years ago
- 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
- 72ef2b5 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all by Stephan Bergmann · 8 years ago
- d71bcc4 Fix typos by Andrea Gelmini · 8 years ago
- 99872ad Remove OAccessibleTextHelper::getCharacter and getTextRange by Arnaud Versini · 8 years ago
- 8d4a44d Remove OCommonAccessibleText::getText and getCharacterCount. by Arnaud Versini · 8 years ago
- 3d2dbf4 No need to blacklist this loplugin:unnecessaryoverride by Stephan Bergmann · 8 years ago
- 82ccc1a loplugin:finalclasses in comphelper by Noel Grandin · 8 years ago