office-gobmx/xmlsecurity
Miklos Vajna 8fab6ab365 filter: don't loose signing description during pdf export
The free-form string attached to a signature is called description
during ODF/OOXML signing. The certificate chooser dialog has an input
field to provide that.  The PDF export dialog's signature tab reuses
this dialog, but also provides an an own reason input field for the same
purpose.

So in case the generic dialog's description field is filled, don't
simply throw away that string, but set the pdf export's reason field to
the same value.

XDocumentDigitalSignatures.idl is not a published interface and it is
used only internally, so the API change is only nominal.

Change-Id: I6d4cf0b3f586417a76a052dc30c960478a95c984
2016-10-07 15:35:56 +02:00
..
doc
inc convert the last two lonely FixedInfos to FixedText 2016-10-05 16:02:59 +01:00
qa
source filter: don't loose signing description during pdf export 2016-10-07 15:35:56 +02:00
test_docs
uiconfig/ui
util
workben Remove _TYPED suffix from tools/link.hxx macros 2016-10-05 07:56:12 +02:00
AllLangResTarget_xsec.mk
CppunitTest_qa_certext.mk
CppunitTest_xmlsecurity_dialogs_test.mk
CppunitTest_xmlsecurity_signing.mk
Library_xmlsecurity.mk
Library_xsec_fw.mk
Library_xsec_xmlsec.mk
Makefile
Module_xmlsecurity.mk
README
UIConfig_xmlsec.mk

Stuff for document signing.

This code provides dialogs, and infrastructure wrapping libxmlsec that
implements document signing.