INTEGRATION: CWS opofxmlstorage (1.21.22); FILE MERGED
2006/04/21 15:19:24 mav 1.21.22.2: #i64612# fix compressed flag 2006/04/21 14:50:20 mav 1.21.22.1: #i64612# fix compressed flag
This commit is contained in:
parent
2ec0d64058
commit
54cd13f98a
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: ZipPackageStream.hxx,v $
|
||||
*
|
||||
* $Revision: 1.21 $
|
||||
* $Revision: 1.22 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-10-19 12:50:01 $
|
||||
* last change: $Author: obo $ $Date: 2006-10-13 11:52:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -94,6 +94,8 @@ protected:
|
|||
|
||||
sal_Bool m_bHasSeekable;
|
||||
|
||||
sal_Bool m_bCompressedIsSetFromOutside;
|
||||
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& GetOwnSeekStream();
|
||||
|
||||
public:
|
||||
|
@ -159,7 +161,7 @@ public:
|
|||
|
||||
sal_Bool ParsePackageRawStream();
|
||||
|
||||
void setZipEntry( const ZipEntry &rInEntry);
|
||||
void setZipEntryOnLoading( const ZipEntry &rInEntry);
|
||||
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getRawData()
|
||||
throw(::com::sun::star::uno::RuntimeException);
|
||||
|
||||
|
|
Loading…
Reference in a new issue