summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs
AgeCommit message (Expand)Author
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-20Show the certificate use also in the View Certificate dialogTor Lillqvist
2016-05-19loplugin:stringconstantTor Lillqvist
2016-05-19Add column displaying intended usage to certificate chooserTor Lillqvist
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2016-03-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna
2016-03-04xmlsecurity: extract signature removal logic from DigitalSignaturesDialogMiklos Vajna
2016-03-04xmlsecurity OOXML export: only cache existing signatures, not our temp. oneMiklos Vajna
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-15xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna
2016-02-11xmlsecurity OOXML export: register signature content typesMiklos Vajna
2016-02-11xmlsecurity OOXML export: write signature streams to persistent storageMiklos Vajna
2016-02-11xmlsecurity: export OOXML signature relations to persistent storageMiklos Vajna
2016-02-10xmlsecurity: fix reading OOXML signature from temp storageMiklos Vajna
2016-02-10xmlsecurity OOXML export: use RelationshipTransform for relationsMiklos Vajna
2016-02-09xmlsecurity OOXML export: fix prefix and suffix of stream referencesMiklos Vajna
2016-02-08xmlsecurity: log temporary OOXML storage location during exportMiklos Vajna
2016-02-05xmlsecurity: write initial OOXML signature streamsMiklos Vajna
2016-02-05xmlsecurity: write OOXML signature relations on exportMiklos Vajna
2016-02-05xmlsecurity: write origin.sigs when exporting OOXML signatureMiklos Vajna
2016-02-05xmlsecurity: ensure OOXML signatures relation when adding a signatureMiklos Vajna
2016-02-04sfx2: avoid writing META-INF/ when signing OOXML filesMiklos Vajna
2016-02-04xmlsecurity: don't write the stream of an OOXML storageMiklos Vajna
2016-02-04xmlsecurity: support tmp storage instead of tmp stream for OOXMLMiklos Vajna
2016-02-04xmlsecurity: fix crash on closing DigitalSignaturesDialog without ...Miklos Vajna
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-19xmlsecurity: handle OOXML signatures in ImplGetSignatureInformations()Miklos Vajna
2016-01-12xmlsecurity: gracefully handle lack of META-INF storage streamMiklos Vajna
2016-01-10Fix typosAndrea Gelmini
2016-01-06xmlsecurity: allow creating multiple signatures with the same certificateMiklos Vajna
2016-01-06xmlsecurity: add UI to provide a description when signingMiklos Vajna
2016-01-05xmlsecurity: show signature description in DigitalSignaturesDialogMiklos Vajna
2015-11-24loplugin:unusedfields in xmlsecurity/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-21remove untyped Link<>Noel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-17convert Link<> to typedNoel Grandin
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin