INTEGRATION: CWS jl93 (1.9.152); FILE MERGED

2008/05/05 13:13:45 jl 1.9.152.4: RESYNC: (1.9-1.10); FILE MERGED
2008/04/21 14:57:46 jl 1.9.152.3: #i86651# new error messages when adding or removing a signature
2008/03/28 09:28:27 jl 1.9.152.2: #i86651# digitalsignaturesdialog.hxx
2008/03/20 11:46:16 jl 1.9.152.1: #i86651# disable add and remove buttons when an old ODF document is used
This commit is contained in:
Vladimir Glazounov 2008-05-14 09:20:24 +00:00
parent 6fa2f2a0db
commit 47dfb529fd

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: digitalsignaturesdialog.hxx,v $
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@ -104,8 +104,16 @@ private:
void ImplShowSignaturesDetails();
SignatureStreamHelper ImplOpenSignatureStream( sal_Int32 eStreamMode );
//Checks if adding is allowed.
//See the spec at specs/www/appwide/security/Electronic_Signatures_and_Security.sxw
//(6.6.2)Behaviour with regard to ODF 1.2
bool DigitalSignaturesDialog::canAdd();
bool DigitalSignaturesDialog::canRemove();
public:
DigitalSignaturesDialog( Window* pParent, cssu::Reference< css::lang::XMultiServiceFactory >& rxMSF, DocumentSignatureMode eMode, sal_Bool bReadOnly );
DigitalSignaturesDialog( Window* pParent, cssu::Reference<
css::lang::XMultiServiceFactory >& rxMSF, DocumentSignatureMode eMode,
sal_Bool bReadOnly );
~DigitalSignaturesDialog();
// Initialize the dialog and the security environment, returns TRUE on success