diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:42:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-13 10:42:27 +0000 |
commit | 9ce19b02bab401979f608de70c3965e0451d7b8e (patch) | |
tree | db867486637ee002c175560449b0d646e833566b /package/inc/ZipPackage.hxx | |
parent | 0e77fb996174abe89a868958087e30d10aee36f3 (diff) |
INTEGRATION: CWS opofxmlstorage (1.39.30); FILE MERGED
2006/04/21 11:36:57 mav 1.39.30.1: #i64612# support OFOPXML format
Diffstat (limited to 'package/inc/ZipPackage.hxx')
-rw-r--r-- | package/inc/ZipPackage.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package/inc/ZipPackage.hxx b/package/inc/ZipPackage.hxx index 4e22d18240fc..bd461835e0c8 100644 --- a/package/inc/ZipPackage.hxx +++ b/package/inc/ZipPackage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ZipPackage.hxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:59:22 $ + * last change: $Author: obo $ $Date: 2006-10-13 11:42:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,7 +114,7 @@ protected: sal_Bool bForceRecovery; sal_Bool m_bMediaTypeFallbackUsed; - sal_Bool m_bPackageFormat; + sal_Int16 m_nFormat; sal_Bool m_bAllowRemoveOnInsert; InitialisationMode eMode; @@ -128,6 +128,8 @@ protected: ZipPackageFolder *pRootFolder; ZipFile *pZipFile; + void parseManifest(); + void parseContentType(); void getZipFileContents(); sal_Bool writeFileIsTemp(); ::com::sun::star::uno::Reference < ::com::sun::star::io::XActiveDataStreamer > openOriginalForOutput(); @@ -140,7 +142,7 @@ public: virtual ~ZipPackage( void ); ZipFile& getZipFile() { return *pZipFile;} const com::sun::star::uno::Sequence < sal_Int8 > & getEncryptionKey ( ) {return aEncryptionKey;} - const sal_Bool isInPackageFormat() { return m_bPackageFormat; } + const sal_Int16 getFormat() { return m_nFormat; } // XInitialization virtual void SAL_CALL initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) |