diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:37:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:37:33 +0000 |
commit | 0626cce4516a226a0e02b4f38fe701ed16c82401 (patch) | |
tree | 5888faf248cf70ee32d4a1d7f4202ab355ae6ad0 /sfx2/source/inc/objshimp.hxx | |
parent | 78f39b1421e8cf3b1ed1c93fee7a64515622bb9f (diff) |
INTEGRATION: CWS xmlsec05 (1.19.198); FILE MERGED
2004/08/23 12:22:34 pb 1.19.198.4: fix: #i33095# loadreadonly moved to documentinfo
2004/08/13 07:02:57 gt 1.19.198.3: #i20883# security options
2004/07/20 10:48:54 mt 1.19.198.2: #i21596# Digital Signatures...
2004/07/16 07:36:37 mt 1.19.198.1: #i20156# Digital Signatures...
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index c100ec9d2750..655c68d5f613 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objshimp.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2003-11-25 10:51:18 $ + * last change: $Author: kz $ $Date: 2004-08-31 12:37:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,8 @@ struct SfxObjectShell_Impl String aTempName; DateTime nTime; sal_uInt16 nVisualDocumentNumber; + sal_Int16 nDocumentSignatureState; + sal_Int16 nScriptingSignatureState; sal_Bool bTemplateConfig:1, bInList:1, // ob per First/Next erreichbar bClosing:1, // sal_True w"aehrend Close(), um Benachrichtigungs-Rekursionen zu verhindern @@ -133,6 +135,7 @@ struct SfxObjectShell_Impl bBasicInitialized :1, bHidden :1, // indicates a hidden view shell bIsPrintJobCancelable :1; // Stampit disable/enable cancel button for print jobs ... default = true = enable! +//! bLoadReadOnly:1; // if doc should be opened read only by config String aNewName; // Der Name, unter dem das Doc gespeichert // werden soll @@ -182,6 +185,8 @@ struct SfxObjectShell_Impl pDialogLibContainer( 0 ), pProgress( 0), nVisualDocumentNumber( USHRT_MAX), + nDocumentSignatureState( SIGNATURESTATE_UNKNOWN ), + nScriptingSignatureState( SIGNATURESTATE_UNKNOWN ), bIsSaving( sal_False), bIsNamedVisible( sal_False), pCfgMgr( 0), @@ -230,6 +235,7 @@ struct SfxObjectShell_Impl , nMacroMode( -1 ) , bDisposing( sal_False ) , bIsPrintJobCancelable( sal_True ) +// , bLoadReadOnly( sal_False ) {} ~SfxObjectShell_Impl(); |