summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xmlsecurity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:02:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:02:12 +0000
commita7a375355dbbdda4316ae7034b1a0fcd371f6fa1 (patch)
tree9f3589620b5284a419adc92a6b95c877a8e39fec /xmlsecurity/inc/xmlsecurity
parentb1a7ab3f63dacb94f6b73db2532752e0bf6eb59f (diff)
INTEGRATION: CWS xmlsec08 (1.5.24); FILE MERGED
2005/02/22 13:07:18 mt 1.5.24.1: #i36682# Accept separate Stream for signatures...
Diffstat (limited to 'xmlsecurity/inc/xmlsecurity')
-rw-r--r--xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
index 19b11abd7e21..b564dbea8982 100644
--- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
+++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: digitalsignaturesdialog.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mt $ $Date: 2004-07-27 11:55:25 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:02:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,7 @@ private:
XMLSignatureHelper maSignatureHelper;
css::uno::Reference < css::embed::XStorage > mxStore;
+ css::uno::Reference < css::io::XStream > mxSignatureStream;
SignatureInformations maCurrentSignatureInformations;
bool mbVerifySignatures;
bool mbSignaturesChanged;
@@ -130,6 +131,7 @@ private:
void ImplGetSignatureInformations();
void ImplFillSignaturesBox();
void ImplShowSignaturesDetails();
+ SignatureStreamHelper ImplOpenSignatureStream( sal_Int32 eStreamMode );
public:
DigitalSignaturesDialog( Window* pParent, cssu::Reference< css::lang::XMultiServiceFactory >& rxMSF, DocumentSignatureMode eMode, sal_Bool bReadOnly );
@@ -140,6 +142,7 @@ public:
// Set the storage which should be signed or verified
void SetStorage( const cssu::Reference < css::embed::XStorage >& rxStore );
+ void SetSignatureStream( const cssu::Reference < css::io::XStream >& rxStream );
// Execute the dialog...
short Execute();