summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna10-38/+21
2017-03-01CertificateViewer: Don't crash with empty certificate pathSamuel Mehrbrodt1-3/+4
2017-03-01Add missing includeSamuel Mehrbrodt1-0/+2
2017-02-28new loplugin unoanyNoel Grandin4-13/+13
2017-02-27tdf#105093 vcl PDF export: add embedded video testcaseMiklos Vajna1-31/+5
2017-02-27xmlsecurity PDF verify: fix parsing of nested dictionariesMiklos Vajna1-2/+2
2017-02-27tdf#105461 vcl: add text highlight textcaseMiklos Vajna1-13/+13
2017-02-24vcl: add initial CppunitTest_vcl_pdfexportMiklos Vajna10-306/+24
2017-02-24xmlsecurity PDF verify: handle multiple startxref in the last 1024 bytesMiklos Vajna1-3/+16
2017-02-23Remove commented out codeSamuel Mehrbrodt2-6/+0
2017-02-23Remove commented out codeSamuel Mehrbrodt1-3/+0
2017-02-23Reduce indentationSamuel Mehrbrodt1-33/+33
2017-02-23xmlsecurity: clean up leftover signaturetestMiklos Vajna2-362/+0
2017-02-21loplugin:unusedmethodsNoel Grandin7-268/+2
2017-02-21loplugin:subtlezeroinit: xmlsecurityStephan Bergmann2-9/+9
2017-02-20cppcheck: redundantAssignmentJochen Nitschke1-2/+2
2017-02-16xmlsecurity: remove unused DecryptorImplMiklos Vajna3-268/+0
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann7-113/+23
2017-02-10Remove MinGW supportStephan Bergmann2-9/+4
2017-02-10add --disable-pdfiumCaolán McNamara1-0/+2
2017-02-10pdfverify preview: fix macOS color spaceMiklos Vajna1-2/+19
2017-02-10xmlsecurity: use pdfium to generate a preview in pdfverifyMiklos Vajna2-0/+94
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin1-3/+3
2017-02-09xmlsecurity: remove unused EncryptorImplMiklos Vajna3-323/+0
2017-02-08Add missing #includesStephan Bergmann2-2/+2
2017-02-06Add missing #includesStephan Bergmann9-1/+12
2017-02-03TyposJulien Nabet2-2/+2
2017-02-02loplugin:useuniqueptrStephan Bergmann1-4/+5
2017-02-02xmlsecurity: remove unused xsec_fw_component_getFactory()Miklos Vajna2-152/+0
2017-02-01xmlsecurity: various small cleanupsMiklos Vajna4-48/+36
2017-01-31tdf#105637 Digital signatures dialog has unnessary labelsSamuel Mehrbrodt1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+1
2017-01-29cppcheck: postfix operatorJulien Nabet1-4/+4
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin4-4/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann76-1109/+590
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna2-49/+0
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-1/+1
2017-01-20loplugin:dynexcspec (clang-cl), xmlsecurityStephan Bergmann6-0/+30
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann24-0/+96
2017-01-19xmlsecurity: hold XMLEncryptionTemplateImpl by rtl::ReferenceMiklos Vajna1-4/+4
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara2-25/+24
2017-01-18convert to std::vectorCaolán McNamara1-6/+2
2017-01-14u*,v*: load BitmapEx resources instead of Image onesCaolán McNamara3-5/+4
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: xmlsecurityStephan Bergmann3-3/+3
2017-01-10loplugin:unusedfieldsNoel Grandin13-31/+18
2017-01-09New loplugin:externvar: xmlsecurityStephan Bergmann1-1/+1
2017-01-05xmlsecurity: hold XMLSignatureTemplateImpl by rtl::ReferenceMiklos Vajna1-4/+4
2016-12-23loplugin:unusedmethodsNoel Grandin2-40/+0