- f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
- 5a11fe8 loplugin:fakebool (clang-cl) by Stephan Bergmann · 6 years ago
- 158fbb7 make some classes module-private by Noel Grandin · 6 years ago
- ab285c7 loplugin:stringadd by Noel Grandin · 6 years ago
- a6e682f find symbols that can be private by Noel Grandin · 6 years ago
- d526bd7 Fix StringAdd::isCompileTimeConstant by Stephan Bergmann · 6 years ago
- d51db77 Remove some memset calls by Mike Kaganski · 6 years ago
- 9b5dad1 loplugin:stringadd look for unnecessary temporaries by Noel Grandin · 6 years ago
- bfaf25f Silence -Werror,-Wunused-variable (clang-cl) by Stephan Bergmann · 6 years ago
- 261fa8c tdf#114441 changed some sal_uLong to better fitting types by Christian Barth · 7 years ago
- 231e16d loplugin:redundantpointerops simplify *p.get() by Noel Grandin · 7 years ago
- 48595c8 Related: tdf#127935 set default activate handler to toggle row expansion by Caolán McNamara · 7 years ago
- 664de5a8 loplugin:stringconstant (clang-cl) by Stephan Bergmann · 7 years ago
- 4ea4135 loplugin:constmethod in xmlsecurity by Noel Grandin · 7 years ago
- 8e999b5 Fix typos by Andrea Gelmini · 7 years ago
- f599c31 tdf#39593 use isUnoTunnelId by Arkadiy Illarionov · 7 years ago
- 73e3604 Fixing '....' and '..' by Andrea Gelmini · 7 years ago
- 24c17da tdf#39593 extract UnoTunnelId comparison to template function by Arkadiy Illarionov · 7 years ago
- 10280da loplugin:constvars, look for loop vars that can be const by Noel Grandin · 7 years ago
- 6489906 tdf#116862 do not encrypt to self when encryption key is not set by Franklin Weng · 7 years ago
- 889dc7b use more TOOLS_WARN_EXCEPTION by Noel Grandin · 7 years ago
- 7d7a786 new loplugin:sequenceloop by Noel Grandin · 7 years ago
- 7001ddf Simplify OUString array initialization by Mike Kaganski · 7 years ago
- 9c8854b Don't hardcode "C:\\Program Files (x86)" path on Windows by Mike Kaganski · 7 years ago
- 536ab2f tdf#116085 add more Gpg4Win binary locations by Thorsten Behrens · 7 years ago
- 496f32e Fix typos by Andrea Gelmini · 7 years ago
- d55e956 Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurity by Stephan Bergmann · 7 years ago
- afad1a0 Fix typos by Andrea Gelmini · 7 years ago
- 3c6b2b7 loplugin:referencecasting in xmlsecurity by Noel Grandin · 7 years ago
- 1196193 cid#1448421 unsafe_xml_parse_config by Caolán McNamara · 7 years ago
- 3e66a82 cid#1448248 Unchecked return value by Caolán McNamara · 7 years ago
- 2836b78 loplugin:logexceptionnicely in xmlhelp..xmlsecurity by Noel Grandin · 7 years ago
- 09c657e tdf#39593 use UNO3_GETIMPLEMENTATION* macros by Arkadiy Illarionov · 7 years ago
- 7ad9296 Removed duplicated include by Andrea Gelmini · 7 years ago
- 5321d32 xmlsecurity: add missing include by Miklos Vajna · 7 years ago
- 256fcca operator new doesn't return null anyway by Stephan Bergmann · 7 years ago
- 3370752 writerfilter: make RTFParserState members private, part 1 by Miklos Vajna · 7 years ago
- 7661e35 xmlsecurity: make DocumentSignatureManager members private by Miklos Vajna · 7 years ago
- a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
- 1156f98 an is used before a vowel sound by Caolán McNamara · 7 years ago
- fac093e Simplify Sequence iterations in xmlscript, xmlsecurity by Arkadiy Illarionov · 7 years ago
- 64faea3 tdf#42949 Fix IWYU warnings in xmlsecurity/*cxx by Gabor Kelemen · 7 years ago
- 59278fa Replace remaining lists by vectors in xmlsecurity by Julien Nabet · 7 years ago
- c671619 Replace list by vector in xmlsecurity/gpg by Julien Nabet · 7 years ago
- 855f52e Use hasElements to check Sequence emptiness in [v-x]* by Arkadiy Illarionov · 7 years ago
- f5f8891 xmlsecurity: fix the Android build by Miklos Vajna · 7 years ago
- d1ab132 tdf#42949 Fix IWYU warnings in xmlsecurity/*hxx by Gabor Kelemen · 7 years ago
- cca6830 Properly initialize gpgme-w32spawn.exe path on Windows by Mike Kaganski · 7 years ago
- f87fab6 loplugin:sequentialassign in writerfilter..xmlsecurity by Noel Grandin · 7 years ago
- b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
- 639df4d use more std::make_unique by Noel Grandin · 7 years ago
- 8a9d823 tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference type by Miklos Vajna · 7 years ago
- aa04df5 weld SwEditRegionDlg by Caolán McNamara · 7 years ago
- e3e6f43 clarify that set_visible(true/false) is just show/hide by Caolán McNamara · 7 years ago
- 8b5e23e log nice exception messages whereever possible by Noel Grandin · 7 years ago
- ea58b03 loplugin:indentation (clang-cl) by Stephan Bergmann · 7 years ago
- 3525b4e loplugin:unusedmethods by Noel Grandin · 7 years ago
- 6ed5464 loplugin:unusedfields in xmlhelp,xmlsecurity by Noel Grandin · 7 years ago
- 12a59a1 weld ChineseDictionaryDialog by Caolán McNamara · 7 years ago
- 6c1588f drop unneeded vcl includes, update pch by Caolán McNamara · 7 years ago
- 9127763 weld MacroSecurity cluster by Caolán McNamara · 7 years ago
- bb9481a weld DigitalSignaturesDialog by Caolán McNamara · 7 years ago
- 762740f weld CertificateChooser by Caolán McNamara · 7 years ago
- a9a59d5 [API CHANGE] add setParentWindow to XDocumentDigitalSignatures by Caolán McNamara · 7 years ago
- b6de43a weld CertificateViewer cluster by Caolán McNamara · 7 years ago
- cfbd830 tdf#120703 PVS: remove redundant static casts by Mike Kaganski · 7 years ago
- f76bf26 new loplugin indentation by Noel Grandin · 7 years ago
- 16ee4d4 tdf#42949 Fix IWYU warnings in include/svtools/* by Gabor Kelemen · 7 years ago
- c7e7146 Avoid OUString temporaries, simplify by Matteo Casalin · 7 years ago
- 108d94d o3tl::make_unique -> std::make_unique in xmlsecurity/ by Gabor Kelemen · 7 years ago
- f21a3c3 Fix typo by Andrea Gelmini · 7 years ago
- 6256797 tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* by Gabor Kelemen · 7 years ago
- 87eec1b NSS: create a temporary database instead of in-memory by Tomaž Vajngerl · 7 years ago
- a8d51dc Remove some useless whitespaces by Tomaž Vajngerl · 7 years ago
- 8e5844a Fix typo in code by Andrea Gelmini · 7 years ago
- 49fcd3b Fix signing empty Configurations2/accelerator/current.xml by Tomaž Vajngerl · 7 years ago
- febe0fd tdf#42949 Fix IWYU warnings in include/vcl/[t-u]* by Gabor Kelemen · 7 years ago
- 15f0d61 use Image(OUString) instead of Image(Bitmap(OUString)) by Noel Grandin · 7 years ago
- 099ab64 tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version check by Miklos Vajna · 7 years ago
- bb8c2b1 convert to range for by Tomaž Vajngerl · 7 years ago
- 40d52cf xmlsecurity: clean-up code a bit by Tomaž Vajngerl · 7 years ago
- 21de555 remove unnecessary "if (!empty()" checks before loops by Noel Grandin · 7 years ago
- 4e0b301 Fix typos by Andrea Gelmini · 7 years ago
- a2751c0 loplugin:staticmethods improvement by Noel Grandin · 7 years ago
- dd6015c xmlsecurity: make members of OOXMLSecExporter::Impl private by Miklos Vajna · 7 years ago
- b7d0b49 Related tdf#118581 Use subject name, not issuer name for signature line by Samuel Mehrbrodt · 7 years ago
- 9c5d3e5 tdf#118581 Correctly display issuer name in signature line by Samuel Mehrbrodt · 7 years ago
- 015e426 css::security::DocumentSignatureInformation::SignatureTime is 32 bit by Stephan Bergmann · 7 years ago
- 6311f7f move SvTreeListBox to vcl by Caolán McNamara · 7 years ago
- 23874f8 xmlSecNssPKIAdoptKey apparently takes over ownership of keys by Stephan Bergmann · 7 years ago
- e128f78 replace double-checked locking patterns with thread safe local statics by Mike Kaganski · 7 years ago
- 08c3c50 lok: new function to add certificate to certificate DB by Tomaž Vajngerl · 7 years ago
- 2286137 fix importing the certificate and private key by Tomaž Vajngerl · 7 years ago
- ef2623b xmlsecurity: implement XCertificateCreator for NSS backend by Tomaž Vajngerl · 7 years ago
- a113aff xmlsignaturehelper: fix comments, no change by Tomaž Vajngerl · 7 years ago
- 2077c5e xmlsecurity: prevent seg. fault if there is no private key by Tomaž Vajngerl · 7 years ago
- 3040d32 tdf#120703 PVS: V547 Expression is always true/false by Mike Kaganski · 7 years ago
- 33623f3 tdf#42949 Fix IWYU warnings in include/unotools/* by Gabor Kelemen · 7 years ago
- f9acea5 use "range for" to iterate through certificates by Tomaž Vajngerl · 7 years ago
- 40810c4 Support to sign a document with a specified signature by Tomaž Vajngerl · 7 years ago