/aoo41x/main/shell/source/all/zipfile/ |
H A D | zipfile.cxx | 70 bool ZipFile::IsZipFile(const std::string& /*FileName*/) in IsZipFile() 75 bool ZipFile::IsZipFile(void* /*stream*/) in IsZipFile() 96 bool ZipFile::IsValidZipFileVersionNumber(const std::string& /*FileName*/) in IsValidZipFileVersionNumber() 101 bool ZipFile::IsValidZipFileVersionNumber(void* /* stream*/) in IsValidZipFileVersionNumber() 119 ZipFile::ZipFile(const std::string& FileName) in ZipFile() function in ZipFile 127 ZipFile::ZipFile(void* stream, zlib_filefunc_def* fa) in ZipFile() function in ZipFile 139 ZipFile::~ZipFile() in ~ZipFile() 149 void ZipFile::GetUncompressedContent( in GetUncompressedContent() 181 ZipFile::DirectoryPtr_t ZipFile::GetDirectory() const in GetDirectory() 213 bool ZipFile::HasContent(const std::string& ContentName) const in HasContent() [all …]
|
/aoo41x/main/filter/source/placeware/ |
H A D | zip.cxx | 60 void ZipFile::writeShort( sal_Int16 s) in writeShort() 72 void ZipFile::writeLong( sal_Int32 l ) in writeLong() 93 void ZipFile::copyAndCRC(ZipEntry *e, osl::File& rFile) in copyAndCRC() 127 void ZipFile::writeDummyLocalHeader(ZipEntry *e) in writeDummyLocalHeader() 144 void ZipFile::writeLocalHeader(ZipEntry *e) in writeLocalHeader() 186 void ZipFile::writeCentralDir(ZipEntry *e) in writeCentralDir() 213 void ZipFile::writeEndCentralDir(sal_Int32 nCdOffset, sal_Int32 nCdSize) in writeEndCentralDir() 233 ZipFile::ZipFile(osl::File& rFile ) in ZipFile() function in ZipFile 238 ZipFile::~ZipFile() in ~ZipFile() 248 bool ZipFile::addFile( osl::File& rFile, const OString& rName ) in addFile() [all …]
|
H A D | zip.hxx | 32 class ZipFile class 35 ZipFile( osl::File& rFile ); 36 ~ZipFile();
|
H A D | exporter.cxx | 193 static void createSlideFile( Reference< XComponent > xDoc, ZipFile& rZipFile, const rtl::OUString& … in createSlideFile() 338 ZipFile aZipFile(aTempFile); in doExport()
|
/aoo41x/main/package/source/zipapi/ |
H A D | ZipFile.cxx | 71 ZipFile::ZipFile( uno::Reference < XInputStream > &xInput, const uno::Reference < XMultiServiceFact… in ZipFile() function in ZipFile 116 ZipFile::~ZipFile() in ~ZipFile() 518 uno::Reference< XInputStream > ZipFile::createUnbufferedStream( in createUnbufferedStream() 532 ZipEnumeration * SAL_CALL ZipFile::entries( ) in entries() 620 uno::Reference< XInputStream > SAL_CALL ZipFile::getWrappedRawStream( in getWrappedRawStream() 641 sal_Bool ZipFile::readLOC( ZipEntry &rEntry ) in readLOC() 696 sal_Int32 ZipFile::findEND( ) in findEND() 738 sal_Int32 ZipFile::readCEN() in readCEN() 845 sal_Int32 ZipFile::recover() in recover() 1020 sal_Bool ZipFile::checkSizeAndCRC( const ZipEntry& aEntry ) in checkSizeAndCRC() [all …]
|
H A D | XUnbufferedStream.cxx | 99 m_xCipherContext = ZipFile::StaticGetCipher( xFactory, rData, false ); in XUnbufferedStream() 116 ZipFile::StaticFillHeader( rData, rEntry.nSize, aMediaType, pHeader ); in XUnbufferedStream()
|
H A D | ZipOutputStream.cxx | 106 … m_xCipherContext = ZipFile::StaticGetCipher( m_xFactory, pStream->GetEncryptionData(), true ); in putNextEntry() 107 …m_xDigestContext = ZipFile::StaticGetDigestContextForChecksum( m_xFactory, pStream->GetEncryptionD… in putNextEntry()
|
H A D | makefile.mk | 49 $(SLO)$/ZipFile.obj \
|
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 61 void LoadSignetImageFromResource(ZipFile::ZipContentBuffer_t& buffer) in LoadSignetImageFromResource() 67 buffer = ZipFile::ZipContentBuffer_t(data, data + size); in LoadSignetImageFromResource() 70 bool IsSignedDocument(const ZipFile* zipfile) in IsSignedDocument() 121 StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer); 143 const ZipFile::ZipContentBuffer_t& ref_zip_buffer_; 147 StreamOnZipBuffer::StreamOnZipBuffer(const ZipFile::ZipContentBuffer_t& zip_buffer) : in StreamOnZipBuffer() 303 ZipFile::ZipContentBuffer_t img_data; in CThumbviewer() 367 std::auto_ptr<ZipFile> zipfile( new ZipFile( WStringToString( fname ) ) ); in Extract() 371 ZipFile::ZipContentBuffer_t thumbnail; in Extract()
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 206 ZipFile documentZip = null; in isDocumentOverwriteNeeded() 210 documentZip = new ZipFile(document); in isDocumentOverwriteNeeded() 497 ZipFile documentZip = null; in getManifestFromDocument() 501 documentZip = new ZipFile(document); in getManifestFromDocument() 524 ZipFile parcelZip = null; in addParcelToManifest() 534 parcelZip = new ZipFile(parcel); in addParcelToManifest() 571 ZipFile zf = null; in getParcelLanguage() 577 zf = new ZipFile(file); in getParcelLanguage()
|
/aoo41x/main/shell/inc/internal/ |
H A D | zipfile.hxx | 42 class ZipFile class 103 ZipFile(const std::string& FileName); 105 ZipFile(void* stream, zlib_filefunc_def* fa); 110 ~ZipFile();
|
H A D | basereader.hxx | 72 ZipFile m_ZipFile; 73 ZipFile::ZipContentBuffer_t m_ZipContent;
|
/aoo41x/main/shell/qa/zip/testimpl/ |
H A D | testzipimpl.cxx | 33 zipFile(ZipFile(string(documentName))) in TestZipImpl() 63 ZipFile::DirectoryPtr_t contents = zipFile.GetDirectory(); in test_directory() 78 ZipFile::ZipContentBuffer_t contentBuf; in test_getContent()
|
H A D | testzipimpl.hxx | 42 ZipFile zipFile;
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlZipExtract.java | 31 import java.util.zip.ZipFile; 111 ZipFile zf = new ZipFile(filename); in getEntry()
|
/aoo41x/main/package/inc/ |
H A D | ZipFile.hxx | 57 class ZipFile class 104 ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput, 110 ZipFile( com::sun::star::uno::Reference < com::sun::star::io::XInputStream > &xInput, 118 ~ZipFile();
|
H A D | ZipPackage.hxx | 46 class ZipFile; 112 ZipFile *m_pZipFile; 130 ZipFile& getZipFile() { return *m_pZipFile;} in getZipFile()
|
H A D | zipfileaccess.hxx | 54 ZipFile* m_pZipFile;
|
H A D | ZipPackageFolder.hxx | 45 class ZipFile;
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | OfficeDocument.java | 66 ZipFile zp = null; in getParcels() 70 zp = new ZipFile(this.file); in getParcels()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 69 private transient ZipFile zipFile; 318 zipFile = new ZipFile(docFile); in openDocument() 413 zipFile = new ZipFile(docFile); in updateDocument()
|
/aoo41x/main/solenv/bin/ |
H A D | packmodule | 50 packedmodule = zipfile.ZipFile(os.path.join(zipdir,module+'.zip'), 'w')
|
/aoo41x/main/offapi/com/sun/star/packages/zip/ |
H A D | ZipEntry.idl | 49 <em>java.util.zip.ZipFile</em> with some minor adaptations.</p>
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | unzip.m | 524 Close a ZipFile opened with unzipOpen. 546 Write info about the ZipFile in the *pglobal_info structure. 760 Write info about the ZipFile in the *pglobal_info structure. 1512 Get the global comment string of the ZipFile, in the szComment buffer.
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageStream.cxx | 422 …if ( ZipFile::StaticFillData( xTempEncrData, nEncAlgorithm, nChecksumAlgorithm, nDerivedKeySize, n… in ParsePackageRawStream() 580 return ZipFile::StaticGetDataFromRawStream( m_xFactory, GetOwnSeekStream(), GetEncryptionData() ); in getDataStream()
|